Hi,
I'm seeing the following unresolved linker error (amongst others) when linking my project ..
unresolved external symbol "public: virtual __thiscall connext::RequesterParams::~RequesterParams(void) ....
when I include this line ... (compiles OK)
connext::Requester<Commands_CmdRequestType, Commands_CmdRequestType> * requester = new connext::Requester<Commands_CmdRequestType, Commands_CmdRequestType>(participant, "Requester");
Here are the files linked (MS 2005)
nddscppzd.lib
nddsczd.lib
nddscorezd.lib
nddstransporttcpzd.lib
netapi32.lib
advapi32.lib
user32.lib
WS2_32.lib
I tried linking all the library files in ndds.5.0.0/lib/i86Win32VS2005 folder but still get the unresolved errors. What other library (or libraries) should I include?
thanks, Rich .
Hi Rich,
The RTI-Supplied Request/Reply libraries are only available under a commercial license. If you are using the Open Community Source distribution, you won't have the necessary libraries.
Regards,
Rip
Hi,
The libraries you need are named with the prefix
rticonnextmsg
as Rip mentioned these are available with the Professional Edition.Gerardo
Hi,
Thank you both for the quick response --
regards, rich...