Posted: Wed Jun 25, 2003 8:15 am Post subject: calling Custom C++ DLL possible?
Newbie
Joined: 08 May 2003 Posts: 8
Hello,
I have created a custom c plugin node because MQSI does not support C++. But I would like the c plugin node to call C++ extern "C" functions in a custom DLL. This custom C++ DLL would be our gateway to other C++ third party libraries.
My question is
1. Is this the right approach to providing a gateway to the C++ libraries from the c plug in node?
2. How can I make the C++ DLL visible to the c plugin node? Do i just drop it into the <install_dir>/bin directory?
1. Yes, that should be the right aproach.
2. You'll need to make sure the dll is in the library search path. This is generally set up by an environment variable - which one depends on your platform.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum