I have a dylib that I've compiled with XCode.
At first I compiled it on my intel mac as an intel dylib, which RB
seems to not be able to load.
So I recompiled it as a PPC dylib
I checked with both "file" and "nm" to make sure that the file was a
ppc library, and that the entry point I expected was there.
So far so good.
But any time I check with System.isFunctionAvailable the return is false
So back to XCode, make a sample that uses the same dylib and headers.
No problem, that works.
Tried setting DYLD_LIBRARY_PATH from System.EnvironmentVariable
Still no luck
Tried setting DYLD_FRAMEWORK_PATH with the same result
Now, this library does depend on another, but both are accessible and
readable and work as nest as I can tell from my C Sample app.
ANy ideas why this would happen and what else I should try ?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>