Using LabView 6.01 for Mac I have come across the following problem.
I created a CIN to access a shared library, this was necessary because of some "parameter juggling".
The problem is: When I try to load the code resource in LabView it won't load (and don't given any reason).
If I comment out the function call to the shared library function and recompile my CIN, everything works well (besides not getting any work done;)
The shared library I am calling is also dependent of other shared libraries (including one created with LabView).
The question is: Where am I supposed to place all this libraries to get LabView to load my code resource ? Or is there some other problems I have overlooked ?
Th
anks for any help