NetXMS Support Forum

Development => Windows => Topic started by: antonyvasanth on December 03, 2008, 12:18:02 PM

Title: external symbol unresolved error
Post by: antonyvasanth on December 03, 2008, 12:18:02 PM
--------------------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

Title: Re: external symbol unresolved error
Post by: Victor Kirhenshtein on December 03, 2008, 05:22:38 PM
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