Looks like you could either switch to the release build (I think that's set in project/properties) or stay in debug but do this thing mentioned in the wiki:*Note:* If you get linker errors like fatal error LNK1169: one or more multiply defined symbols found or error LNK2005: __malloc_dbg already defined in memoverride.obj, these can be fixed by adding "/FORCE:MULTIPLE" (without the quotes) into the project properties/configuration properties/linker/command line/additional options. This will most likely have to be added to both the server and client project within the solution.
>From here: http://developer.valvesoftware.com/wiki/Installing_and_Debugging_the_Source_Code _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

