Linker error LNNoteArray::Remove C++ Win64

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

Subject: Any solutions?

I have the same problem, i have to compile the servertask for Domino 64bit.

Same error message: error LNK2001: Nicht aufgelöstes externes Symbol ““public: virtual unsigned long __cdecl LNNoteArray::Add(void *)” (?Add@LNNoteArray@@UEAAKPEAX@Z)”. AuftragsStunden.obj

Thanks for any ideas

Christian

Subject: Updates?

I am experiencing the same problem here. Is there any update or solution until now?