libnodave question

A

Thread Starter

Andres

Dear Sirs,

I am using libnodave on VC++ 6, and am trying to use the KEEP_ALIVE routine. When I include it in my test program, the following error occurs;

testISO_TCP.obj : error LNK2001: unresolved external symbol _LOG3
testISO_TCP.obj : error LNK2001: unresolved external symbol _setsockopt@20

Since I am using Windows and VC6, I include <winsock.h> instead of <sys/socket.h>. Any idea how to rid of these errors?

Thank you in advance.
 
Top