link error linking agent++ examples

Jochen Katz katz____agentpp.com
Thu Feb 27 22:17:58 CET 2003


Hi,

> I'm using Win2k and with MS VC++ 6.0 project files download from your 
> agent++ download page successfully built the libraries.
> I'm now trying to build a console project with any of the agent++ 
> examples but always get the following link problems:
>  
> Linking...
> snmp++.lib(uxsnmp.obj) : error LNK2001: unresolved external symbol 
> "public: __thiscall EventListHolder::EventListHolder(void)" 
> (??0EventListHolder________QAE____XZ <mailto:??0EventListHolder________QAE____XZ>)

change the following line in eventlistholder.h from

class EventListHolder

to

class DLLOPT EventListHolder

Regards,
   Jochen




More information about the AGENTPP mailing list