Compiler shit

Trying to get my project to compile using VS 2003.NET cos thats what me boss uses. I’ve been using Express 2005 Beta myself.

Getting shit like this now…

dotnet error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in libcpmtd.lib(newop.obj) dotnet error LNK2005: "void * __cdecl operator new[](unsigned int)" (??_U@YAPAXI@Z) already defined in libcpmtd.lib(newaop.obj) dotnet error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in LIBCMTD.lib(dbgdel.obj) dotnet error LNK2005: "void __cdecl operator delete[](void *)" (??_V@YAXPAX@Z) already defined in LIBCMTD.lib(delete2.obj)

And I don’t have the faintest idea what to do!

Help!

cjn

hmmm… thats quite strange… have you tried removing libcpmtd.lib from your library path or w/e it is?

Yeah. Got 2891 errors!

haha :stuck_out_tongue: