I am using WIndows 2003 server SDK on an AMD 64 system.
I can link C routines without error but when I link with a C++ routine I get the following errors:
libcimtd.lib(iostrini.obj) : error LNK2019: unresolved external symbol "void * _
_cdecl operator new(unsigned __int64,int,char const *,int)" (??2@YAPEAX_KHPEBDH@
Z) referenced in function "void __cdecl cout::`dynamic initializer'(void)" (??__
Ecout@@YAXXZ)
libcimtd.lib(streamb.obj) : error LNK2019: unresolved external symbol "void * __
cdecl operator new[](unsigned __int64,int,char const *,int)" (??_U@YAPEAX_KHPEBD
H@Z) referenced in function "protected: virtual int __cdecl streambuf::doallocat
e(void)" (?doallocate@streambuf@@MEAAHXZ)
tmot.exe : fatal error LNK1120: 2 unresolved externals
I assume I am not referencing the correct C++ libraries. Does anyone know what libraries I need?
Thank in advance
CaKiwi
I can link C routines without error but when I link with a C++ routine I get the following errors:
libcimtd.lib(iostrini.obj) : error LNK2019: unresolved external symbol "void * _
_cdecl operator new(unsigned __int64,int,char const *,int)" (??2@YAPEAX_KHPEBDH@
Z) referenced in function "void __cdecl cout::`dynamic initializer'(void)" (??__
Ecout@@YAXXZ)
libcimtd.lib(streamb.obj) : error LNK2019: unresolved external symbol "void * __
cdecl operator new[](unsigned __int64,int,char const *,int)" (??_U@YAPEAX_KHPEBD
H@Z) referenced in function "protected: virtual int __cdecl streambuf::doallocat
e(void)" (?doallocate@streambuf@@MEAAHXZ)
tmot.exe : fatal error LNK1120: 2 unresolved externals
I assume I am not referencing the correct C++ libraries. Does anyone know what libraries I need?
Thank in advance
CaKiwi