RE: [hlcoders] Problems Building in VS 2005

2005-01-05 Thread Yahn Bernier
Have you tried exluding LIBCMTD from the linker?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bug
Sent: Wednesday, January 05, 2005 4:43 PM
To: hlcoders@list.valvesoftware.com
Subject: [hlcoders] Problems Building in VS 2005

Has anyone been able to hack the server plugin part of the SDK so it
will compile in the 2005 beta?

LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __crtAssertBusy already
defined in memoverride.obj
LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __CrtSetReportMode already
defined in memoverride.obj
LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __CrtSetReportFile already
defined in memoverride.obj
LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __CrtSetReportHook already
defined in memoverride.obj
LIBCMTD.lib(heapinit.obj) : error LNK2005: __amblksiz already defined in
memoverride.obj
LIBCMTD.lib(heapinit.obj) : error LNK2005: __heap_init already defined
in memoverride.obj
LIBCMTD.lib(heapinit.obj) : error LNK2005: __heap_term already defined
in memoverride.obj
LIBCMTD.lib(dbgrpt.obj) : error LNK2005: __CrtDbgReport already defined
in memoverride.obj
LIBCMTD.lib(sbheap.obj) : error LNK2005: __get_sbh_threshold already
defined in memoverride.obj
LIBCMTD.lib(sbheap.obj) : error LNK2005: __set_sbh_threshold already
defined in memoverride.obj

I get very ugly linker errors when I try and build (See above). If I
remove the valve versions of those it will not run on the source server,
at all.



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders




___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Problems Building in VS 2005

2005-01-05 Thread Tim Nagel
There was a few tuts around that fixed this one.
I _think_ it has something to do with adding /FORCE:MULTIPLE to the
compiler command line. I cant remember where, but i got the same errors
and managed to fix them.
There is a thread somewhere with a guy who fixed all errors.

Bug wrote:
Has anyone been able to hack the server plugin part of the SDK so it will
compile in the 2005 beta?
LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __crtAssertBusy already defined in
memoverride.obj
LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __CrtSetReportMode already defined
in memoverride.obj
LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __CrtSetReportFile already defined
in memoverride.obj
LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __CrtSetReportHook already defined
in memoverride.obj
LIBCMTD.lib(heapinit.obj) : error LNK2005: __amblksiz already defined in
memoverride.obj
LIBCMTD.lib(heapinit.obj) : error LNK2005: __heap_init already defined in
memoverride.obj
LIBCMTD.lib(heapinit.obj) : error LNK2005: __heap_term already defined in
memoverride.obj
LIBCMTD.lib(dbgrpt.obj) : error LNK2005: __CrtDbgReport already defined in
memoverride.obj
LIBCMTD.lib(sbheap.obj) : error LNK2005: __get_sbh_threshold already defined
in memoverride.obj
LIBCMTD.lib(sbheap.obj) : error LNK2005: __set_sbh_threshold already defined
in memoverride.obj
I get very ugly linker errors when I try and build (See above). If I remove
the valve versions of those
it will not run on the source server, at all.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders


Re: [hlcoders] Problems Building in VS 2005

2005-01-05 Thread Nick Roth
Look on the verc forums.  In the Source coding section there is a
whole thread dedicated to using 2005.


On Thu, 06 Jan 2005 12:06:24 +1100, Tim Nagel [EMAIL PROTECTED] wrote:
 There was a few tuts around that fixed this one.

 I _think_ it has something to do with adding /FORCE:MULTIPLE to the
 compiler command line. I cant remember where, but i got the same errors
 and managed to fix them.

 There is a thread somewhere with a guy who fixed all errors.


 Bug wrote:

 Has anyone been able to hack the server plugin part of the SDK so it will
 compile in the 2005 beta?
 
 LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __crtAssertBusy already defined in
 memoverride.obj
 LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __CrtSetReportMode already defined
 in memoverride.obj
 LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __CrtSetReportFile already defined
 in memoverride.obj
 LIBCMTD.lib(dbgrptt.obj) : error LNK2005: __CrtSetReportHook already defined
 in memoverride.obj
 LIBCMTD.lib(heapinit.obj) : error LNK2005: __amblksiz already defined in
 memoverride.obj
 LIBCMTD.lib(heapinit.obj) : error LNK2005: __heap_init already defined in
 memoverride.obj
 LIBCMTD.lib(heapinit.obj) : error LNK2005: __heap_term already defined in
 memoverride.obj
 LIBCMTD.lib(dbgrpt.obj) : error LNK2005: __CrtDbgReport already defined in
 memoverride.obj
 LIBCMTD.lib(sbheap.obj) : error LNK2005: __get_sbh_threshold already defined
 in memoverride.obj
 LIBCMTD.lib(sbheap.obj) : error LNK2005: __set_sbh_threshold already defined
 in memoverride.obj
 
 I get very ugly linker errors when I try and build (See above). If I remove
 the valve versions of those
 it will not run on the source server, at all.
 
 
 
 ___
 To unsubscribe, edit your list preferences, or view the list archives, 
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlcoders
 
 
 
 
 

 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlcoders




--
Nick Roth
[EMAIL PROTECTED]

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders