News:

We really need your input in this questionnaire

Main Menu

external symbol unresolved error

Started by antonyvasanth, December 03, 2008, 12:18:02 PM

Previous topic - Next topic

antonyvasanth

--------------------Configuration: netxmsd - Win32 Debug--------------------
Hi victor,

I am getting the external symbol unresolved error . what i have to do to resolve this. thanks

Linking...
LINK : fatal error LNK1104: cannot open file "nxcore.lib"
Error executing link.exe.

netxmsd.exe - 1 error(s), 0 warning(s)
--------------------Configuration: nxaction - Win32 Debug--------------------
Linking...
nxaction.obj : error LNK2001: unresolved external symbol __imp__LoadRSAKeys
nxaction.obj : error LNK2001: unresolved external symbol __imp__InitCryptoLib
Debug/nxaction.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.


Regards,

Antony vasanth


Victor Kirhenshtein

Again, problem with OpenSSL. You either don't have it or have some incorrect version. I use 0.9.8b, but any later version should be ok as well.

Best regards,
Victor