I use VC++ 6.0
WinSNMP Programming
I have problem with WINSNMP.
I use function
smiUINT32 dwMajor, dwMinor, nLevel, nTranslate, nRetransmit;
SnmpStartup(&dwMajor, &dwMinor, &nLevel, &nTranslate, &nRetransmit);
and during linking it shows errors :
Linking...
AlaDlg.obj : error LNK2001: unresolved external symbol _SnmpRegister@24
AlaDlg.obj : error LNK2001: unresolved external symbol _SnmpStartup@20
Debug/Ala.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
what it means this? What do I have to make?
Can you me write as I have correctly to use SNMPSTARTUP()?
Rafał Kwieciński