Home » Community » Newbie corner » libnodave dll/lib include
libnodave dll/lib include [message #29718] |
Wed, 10 November 2010 09:30  |
Daniel_Sun
Messages: 5 Registered: November 2010 Location: Hamburg, GER
|
Promising Member |
|
|
Hey,
I'm trying to use libnodave, a free library for connection to Siemens PLC's, with ultimate++.
I've used it with Visual C++ before.
But right now I have no idea how to include this library to u++.
I have got a libnodave.dll and a libnodave.lib.
In VC++ I've just added the .lib and .dll to the Resourcefiles in my Project and also put them where the .exe would be. Also I've added the path to .lib in the Linkersettings.
In my programmcode I just added the following lines:
#define BCCWIN
#include "nodavesimple.h"
#include "openSocket.h"
Of course I've put these header files in the Projectfolder.
After this I could use all functions from libnodave.
And now my Question. How do I accomplish the same thing in U++?
|
|
|
Goto Forum:
Current Time: Tue Apr 29 16:19:23 CEST 2025
Total time taken to generate the page: 0.00578 seconds
|