-
as seen on Stack Overflow
- Search for 'Stack Overflow'
is anybody using FASM to produce Mach-O binaries?
it's my assembler of choice and I thought it would be nice to learn whether that's possible to accomplish and whether somebody is already doing it.
thanks in advance.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I seem to have trouble finding the correct library to #include in my source code. Searched all over the web and my manpages... No result :'(
Does anyone have a clue?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have some dylibs to load from python with ctypes. I can load libbass.dylib without problem, but I can't load the self-compiled libmp3lame.dylib. Here is the error I get.
OSError: dlopen(libmp3lame.dylib, 6):
no suitable image found. Did find:
libmp3lame.dylib: mach-o, but wrong
architecture
Then…
>>> More
-
as seen on Super User
- Search for 'Super User'
Once in a while my macbook pro 10.8.2 freezes for a couple of seconds, this is really annoying. Mouse gets frozen, I can't move it, and screen gets frozen. These are the last messages from the kernel, how to solve this?
Sandbox: sandboxd(38380) deny mach-lookup com.apple.coresymbolicationd
Sandbox:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have been able to register my own mach port to capture mach exceptions in my applications and it works beautifully when I target 32 bit. However when I target 64 bit, my exception handler catch_exception_raise() gets called but the array of exception codes that is passed to the handler are 32 bits…
>>> More