I made the necessary corrections to daveToPlcFloat but have failed in generating a new dll. I have never created a dll, but have made a working libnodave GUI in C#.
Using visual studio 2010 I I started with creating C++ template Win 32 / dll, empty application. As source file I selected the existing nodave.c, version 0.8.4.5. On line 45 I #define BCCWIN. With no other things done I get a lot of warning (C4273 inconsistent dll linkage) and some errors.
I appreciate any help on what else needs to be done?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I made the necessary corrections to daveToPlcFloat but have failed in generating a new dll. I have never created a dll, but have made a working libnodave GUI in C#.
Using visual studio 2010 I I started with creating C++ template Win 32 / dll, empty application. As source file I selected the existing nodave.c, version 0.8.4.5. On line 45 I #define BCCWIN. With no other things done I get a lot of warning (C4273 inconsistent dll linkage) and some errors.
I appreciate any help on what else needs to be done?