How to call dlopen for dll placed in /Application/Adobe Indesign CS3/Plugin folder

Joined
May 16, 2008
Messages
1
Reaction score
0
Points
1
Hello All ,
I want to open a /Application/Adobe Indesign CS3/Plugin/xyz.dylib using dlopen function but it return error symbol does not exists.

I try to call a dll in one of my sample project which is placed in the projectname/build/xyz.dylib or projectname/build/debug/xyz.dylib it gets succeessfully called.Here I am not specifying any dllpath just giving call as dlopen("xyz.dylib",RTLD_LOCAL);
But if I placed it in /Applications/xyz.dylib it returns errors.
dlopen("/Applications/xyz.dylib",RTLD_LOCAL); //return unsuccessfully

I could not understand the reason behind it.

Thanks,
Pallavi.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top