Does anyone know how to communicate with the serial/com ports using the Dark SDK.
I wrote a simple Win32 console application in Visual C++ using
this wrapper and finally got it to work.
BUT...the moment I included the "Serial.h" to my Dark SDK application it no longer compiles. I get this errer message:
Quote: "Serial.obj : error LNK2019: unresolved external symbol __CrtDbgReport referenced in function "public: virtual __thiscall CSerial::~CSerial(void)" (??1CSerial@@UAE@XZ)
Serial.obj : error LNK2019: unresolved external symbol __CrtDbgReportW referenced in function "public: virtual long __thiscall CSerial:
pen(char const *,unsigned long,unsigned long,bool)" (?Open@CSerial@@UAEJPBDKK_N@Z)
Debug\Oscilloscope.exe : fatal error LNK1120: 2 unresolved externals"
SO...does anyone know what went wrong here? Or does anyone know of a way to access the serial ports that works with Dark GDK?