Hi
ive got some problem integrating Ramon de Klein's serial library into my project. Have anyone done this or know what i should do?
In the documentation it says;
"This library is very lightweight, so it can easily be integrated into your application without using a separate DLL. I used a static library for the CSerial (and derived) classes, because I think that is exactly where a library is meant for. Just insert the Serial project into your workspace and make a dependency to it. The linker will then automatically compile and link the serial classes to your application. Some people don't like libraries. In that case you can just add the Serial files to your project and recompile. "
but what kinda file is it im looking for...i looked for a static .lib-file....but could find one.
thanks in advance
/Hylsan
ive got some problem integrating Ramon de Klein's serial library into my project. Have anyone done this or know what i should do?
In the documentation it says;
"This library is very lightweight, so it can easily be integrated into your application without using a separate DLL. I used a static library for the CSerial (and derived) classes, because I think that is exactly where a library is meant for. Just insert the Serial project into your workspace and make a dependency to it. The linker will then automatically compile and link the serial classes to your application. Some people don't like libraries. In that case you can just add the Serial files to your project and recompile. "
but what kinda file is it im looking for...i looked for a static .lib-file....but could find one.
thanks in advance
/Hylsan