M
When i program gets to the linking stage i get his error message. I have fieldtalk/lib/win/win32/release/libmbusmaster.lib Ws2_32.lib listed under additional dependencies for my linker, but i still get this message. The openProtocol i am using has the definition<pre>
int openProtocol(const TCHAR * const hostName);</pre>
I have no idea what to do any help can be provided would be appreciated.
error LNK2019: unresolved external symbol "public: int __thiscall MbusTcpMasterProtocol:
penProtocol(unsigned short const * const)" ([email protected]@@[email protected]) referenced in function "void __cdecl openProtocol(void)" ([email protected]@YAXXZ)
int openProtocol(const TCHAR * const hostName);</pre>
I have no idea what to do any help can be provided would be appreciated.
error LNK2019: unresolved external symbol "public: int __thiscall MbusTcpMasterProtocol: