Not nice, therefore I created this new thread for dylibs Questions, and hope answers.
-----------------------------------
I compiled my SampleDylib and use the code:
Code: Select all
If OpenLibrary(0, "SampleDylib.dylib")
FunctionPointer = IsFunction(0, "addFunction")
If FunctionPointer
x = CallFunctionFast(FunctionPointer, 10,5)
Debug x
EndIf
EndIf
Any ideas?
/SEO