Compiling with .Net Express

Jorg40

Spy
Joined
Dec 21, 2004
Messages
103
Reaction score
0
I'm almost there, to compile HL2 again. It is 6 months since last time I did, but then I had a HL1 mod running, and now that mod is going over to the Source engine.

I need to fix a few errors before getting it to work.

Code:
------ Build started: Project: client, Configuration: Release HL2 Win32 ------
Compiling...
stdafx.cpp
c:\settings\mod_test\cl_dll\interpolatedvar.h(538) : error C2065: 'i' : undeclared identifier
        c:\settings\mod_test\cl_dll\interpolatedvar.h(519) : while compiling class template member function 'void CInterpolatedVarArray<Type,COUNT>::RemoveEntriesPreviousTo(float)'
        with
        [
            Type=Vector,
            COUNT=1
        ]
        c:\settings\mod_test\cl_dll\interpolatedvar.h(343) : while compiling class template member function 'void CInterpolatedVarArray<Type,COUNT>::NoteChanged(float,float)'
        with
        [
            Type=Vector,
            COUNT=1
        ]
        c:\settings\mod_test\cl_dll\interpolatedvar.h(317) : while compiling class template member function 'CInterpolatedVarArray<Type,COUNT>::~CInterpolatedVarArray(void)'
        with
        [
            Type=Vector,
            COUNT=1
        ]
        c:\settings\mod_test\cl_dll\interpolatedvar.h(1213) : see reference to class template instantiation 'CInterpolatedVarArray<Type,COUNT>' being compiled
        with
        [
            Type=Vector,
            COUNT=1
        ]
        c:\settings\mod_test\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 '.\cl_dll___Win32_HL2_Release\AlphaMaterialProxy.sbr': No such file or directory
Build log was saved at "file://c:\Settings\Mod_test\cl_dll\cl_dll___Win32_HL2_Release\BuildLog.htm"
client - 2 error(s), 0 warning(s)

Fix this and you might get to be guy who helped this mod starting up. 2 simple errors that I cant remember how I fixed. This errors is from the cl.


And this is from the hl:
Code:
------ Build started: Project: hl, Configuration: Release HL2 Win32 ------
Compiling...
vehicle_apc.cpp
.\hl2_dll\vehicle_apc.cpp(415) : error C2065: 'i' : undeclared identifier
weapon_rpg.cpp
.\hl2_dll\weapon_rpg.cpp(150) : error C3867: 'CMissile::MissileTouch': function call missing argument list; use '&CMissile::MissileTouch' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(153) : error C3867: 'CMissile::IgniteThink': function call missing argument list; use '&CMissile::IgniteThink' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(256) : error C3867: 'CMissile::SeekThink': function call missing argument list; use '&CMissile::SeekThink' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(311) : error C3867: 'CMissile::AugerThink': function call missing argument list; use '&CMissile::AugerThink' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(435) : error C3867: 'CMissile::SeekThink': function call missing argument list; use '&CMissile::SeekThink' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(881) : error C3867: 'CAPCMissile::APCMissileTouch': function call missing argument list; use '&CAPCMissile::APCMissileTouch' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(916) : error C3867: 'CAPCMissile::BeginSeekThink': function call missing argument list; use '&CAPCMissile::BeginSeekThink' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(925) : error C3867: 'CAPCMissile::AugerStartThink': function call missing argument list; use '&CAPCMissile::AugerStartThink' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(938) : error C3867: 'CMissile::AugerThink': function call missing argument list; use '&CMissile::AugerThink' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(945) : error C3867: 'CAPCMissile::ExplodeThink': function call missing argument list; use '&CAPCMissile::ExplodeThink' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(955) : error C3867: 'CMissile::SeekThink': function call missing argument list; use '&CMissile::SeekThink' to create a pointer to member
.\hl2_dll\weapon_rpg.cpp(2058) : error C3867: 'CLaserDot::LaserThink': function call missing argument list; use '&CLaserDot::LaserThink' to create a pointer to member
weapon_physcannon.cpp
.\hl2_dll\weapon_physcannon.cpp(2480) : error C3867: 'CWeaponPhysCannon::WaitForUpgradeThink': function call missing argument list; use '&CWeaponPhysCannon::WaitForUpgradeThink' to create a pointer to member
.\hl2_dll\weapon_physcannon.cpp(2502) : error C3867: 'CWeaponPhysCannon::WaitForUpgradeThink': function call missing argument list; use '&CWeaponPhysCannon::WaitForUpgradeThink' to create a pointer to member
weapon_crossbow.cpp
.\hl2_dll\weapon_crossbow.cpp(324) : error C3867: 'CBaseEntity::SUB_Remove': function call missing argument list; use '&CBaseEntity::SUB_Remove' to create a pointer to member
npc_vortigaunt.cpp
.\hl2_dll\npc_vortigaunt.cpp(923) : error C2065: 'i' : undeclared identifier
npc_citizen17.cpp
.\hl2_dll\npc_citizen17.cpp(365) : error C2065: 'j' : undeclared identifier
npc_BaseZombie.cpp
.\hl2_dll\npc_BaseZombie.cpp(160) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
antlion_maker.cpp
.\hl2_dll\antlion_maker.cpp(304) : error C2065: 'i' : undeclared identifier
ai_behavior_actbusy.cpp
.\hl2_dll\ai_behavior_actbusy.cpp(1871) : error C2065: 'i' : undeclared identifier
.\hl2_dll\ai_behavior_actbusy.cpp(1878) : error C2227: left of '->SetDisabled' must point to class/struct/union/generic type
.\hl2_dll\ai_behavior_actbusy.cpp(1882) : error C2227: left of '->SetDisabled' must point to class/struct/union/generic type
.\hl2_dll\ai_behavior_actbusy.cpp(1888) : error C2227: left of '->SetHintType' must point to class/struct/union/generic type
.\hl2_dll\ai_behavior_actbusy.cpp(1892) : error C2227: left of '->SetHintType' must point to class/struct/union/generic type
vehicle_baseserver.cpp
.\vehicle_baseserver.cpp(128) : error C2065: 'i' : undeclared identifier
Generating Code...
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 '.\Release_hl2\bitbuf.sbr': No such file or directory
Build log was saved at "file://c:\Settings\Mod_test\dlls\Release_hl2\BuildLog.htm"
hl - 27 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Help me and I'll give you unlimited webspace and unlimited bandwidth and a simple domain for free.
 
Back
Top