Linking…1> error LNK2001: unresolved external symbol “public: virtual unsigned long __cdecl LNNoteArray::Add(void *)” (?Add@LNNoteArray@@UEAAKPEAX@Z
1> error LNK2001: unresolved external symbol “public: virtual unsigned long __cdecl LNNoteArray::Remove(void *)” (?Remove@LNNoteArray@@UEAAKPEAX@Z)
1>C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Mail\x64\Debug\Mail.exe : fatal error LNK1120: 2 unresolved externals
I am using WinX64 and compiling one of the sample programs, linking against notescpp.lib
Below are the link commands and getting the above error
/OUT:“C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Mail\x64\Debug\Mail.exe” /INCREMENTAL /NOLOGO /LIBPATH:“C:\X\notescpp\lib\mswin64” /MANIFEST /MANIFESTFILE:“x64\Debug\Mail.exe.intermediate.manifest” /MANIFESTUAC:“level=‘asInvoker’ uiAccess=‘false’” /DEBUG /ASSEMBLYDEBUG /PDB:“C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Mail\x64\Debug\Mail.pdb” /DYNAMICBASE /FIXED:No /NXCOMPAT /MACHINE:X64 /ERRORREPORT:PROMPT notescpp.lib