View Single Post
Help with my source, hlsdk and metamod source
Old
  (#1)
001
Member
 
Status: Offline
Posts: 5
Join Date: Jun 2006
Question Help with my source, hlsdk and metamod source - 03-03-2007

Hello i have a source for metamod with workspace but not compile, where I must copy the folder hlsdk with multiplayer folder and sources of metamod?

my proyect this in “C:\xp”

when try compile say this

Code:
--------------------Configuration: xp - Win32 Release--------------------
Compiling...
xp.cpp
C:\Archivos de programa\Microsoft Visual Studio\VC98\INCLUDE\const.h(46) : warning C4005: 'DELETE' : macro redefinition
        C:\Archivos de programa\Microsoft Visual Studio\VC98\INCLUDE\winnt.h(3202) : see previous definition of 'DELETE'
C:\Archivos de programa\Microsoft Visual Studio\VC98\INCLUDE\progdefs.h(35) : error C2955: 'Vector' : use of class template requires template argument list
        C:\Archivos de programa\Microsoft Visual Studio\VC98\INCLUDE\vector.h(61) : see declaration of 'Vector'
C:\Archivos de programa\Microsoft Visual Studio\VC98\INCLUDE\progdefs.h(35) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Release\xp.sbr': No such file or directory
Error executing bscmake.exe.
xp.dll - 3 error(s), 1 warning(s)
how fix that?
i'm using Visual Studio 6.0
  
Reply With Quote