-Psy-
Walking round in women's underwear
- Joined
- Mar 9, 2005
- Messages
- 4,805
- Reaction score
- 0
How do I compile shiz in Visual C++? I can only Build Solution and Build Client
------ Build started: Project: client, Configuration: Debug HL2MP Win32 ------
Compiling...
stdafx.cpp
c:\western warfare\src\cl_dll\interpolatedvar.h(538) : error C2065: 'i' : undeclared identifier
c:\western warfare\src\cl_dll\interpolatedvar.h(519) : while compiling class template member function 'void CInterpolatedVarArray<Type,COUNT>::RemoveEntriesPreviousTo(float)'
with
[
Type=Vector,
COUNT=1
]
c:\western warfare\src\cl_dll\interpolatedvar.h(343) : while compiling class template member function 'void CInterpolatedVarArray<Type,COUNT>::NoteChanged(float,float)'
with
[
Type=Vector,
COUNT=1
]
c:\western warfare\src\cl_dll\interpolatedvar.h(317) : while compiling class template member function 'CInterpolatedVarArray<Type,COUNT>::~CInterpolatedVarArray(void)'
with
[
Type=Vector,
COUNT=1
]
c:\western warfare\src\cl_dll\interpolatedvar.h(1213) : see reference to class template instantiation 'CInterpolatedVarArray<Type,COUNT>' being compiled
with
[
Type=Vector,
COUNT=1
]
c:\western warfare\src\cl_dll\c_baseentity.h(1470) : see reference to class template instantiation 'CInterpolatedVar<Type>' being compiled
with
[
Type=Vector
]
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50215
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '.\Debug HL2MP\AlphaMaterialProxy.sbr': No such file or directory
Build log was saved at "file://c:\Western Warfare\src\cl_dll\Debug HL2MP\BuildLog.htm"
client - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========