Server.dll won't compile?

  • Thread starter Thread starter EnTech12
  • Start date Start date
E

EnTech12

Guest
I decieded to take a crack at half life 2 coding, I have a copy of Visual studio 6.0 with service pack 5.0 and processor pack installed, and I also converted the SLN files, now for testing purposes I compiled some unmodified code, I was able to compile a client.dll, but when I come to compile the server.dll I get an error message and it won't compile, can anyone help me out
 
Without knowing what the error message was, we can't really help.

The quickest solution, of course, is to buy MSVC++ 2003, like I did.

-Angry Lawyer
 
heres the error that appeared in the last line of the compilling

Error: Could not delete file "C:\SourceCode\dlls\$(IntDir)\$(InputName)1.obj" : Access is denied.

and at the beggining I got this

--------------------Configuration: hl - Win32 Release HL2--------------------
C:\SourceCode\game_shared\gamerules.h(17): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\predictable_entity.h(21): Could not find the file iclassmap.h.
C:\SourceCode\game_shared\predictable_entity.h(22): Could not find the file recvproxy.h.
C:\SourceCode\game_shared\baseentity_shared.h(57): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\baseentity_shared.h(58): Could not find the file c_baseanimating.h.
C:\SourceCode\dlls\BaseCombatCharacter.h(19): Could not find the file tf_shareddefs.h.
C:\SourceCode\public\tier1\interface.h(31): Could not find the file dlfcn.h.
C:\SourceCode\public\tier1\interface.h(32): Could not find the file unistd.h.
C:\SourceCode\game_shared\util_shared.h(22): Could not find the file cdll_client_int.h.
C:\SourceCode\game_shared\baseplayer_shared.h(38): Could not find the file c_baseplayer.h.
C:\SourceCode\game_shared\predictable_entity.h(21): Could not find the file iclassmap.h.
C:\SourceCode\game_shared\predictable_entity.h(22): Could not find the file recvproxy.h.
C:\SourceCode\game_shared\baseentity_shared.h(57): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\baseentity_shared.h(58): Could not find the file c_baseanimating.h.
C:\SourceCode\dlls\BaseCombatCharacter.h(19): Could not find the file tf_shareddefs.h.
C:\SourceCode\game_shared\gamerules.h(17): Could not find the file c_baseentity.h.
C:\SourceCode\public\tier1\interface.h(31): Could not find the file dlfcn.h.
C:\SourceCode\public\tier1\interface.h(32): Could not find the file unistd.h.
C:\SourceCode\game_shared\util_shared.h(22): Could not find the file cdll_client_int.h.
C:\SourceCode\game_shared\baseplayer_shared.h(38): Could not find the file c_baseplayer.h.
C:\SourceCode\dlls\BaseCombatCharacter.h(19): Could not find the file tf_shareddefs.h.
C:\SourceCode\game_shared\predictable_entity.h(21): Could not find the file iclassmap.h.
C:\SourceCode\game_shared\predictable_entity.h(22): Could not find the file recvproxy.h.
C:\SourceCode\game_shared\baseentity_shared.h(57): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\baseentity_shared.h(58): Could not find the file c_baseanimating.h.
C:\SourceCode\game_shared\gamerules.h(17): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\basegrenade_shared.h(18): Could not find the file c_basecombatcharacter.h.
C:\SourceCode\public\tier1\interface.h(31): Could not find the file dlfcn.h.
C:\SourceCode\public\tier1\interface.h(32): Could not find the file unistd.h.
C:\SourceCode\game_shared\util_shared.h(22): Could not find the file cdll_client_int.h.
C:\SourceCode\game_shared\baseplayer_shared.h(38): Could not find the file c_baseplayer.h.
C:\SourceCode\game_shared\predictable_entity.h(21): Could not find the file iclassmap.h.
C:\SourceCode\game_shared\predictable_entity.h(22): Could not find the file recvproxy.h.
C:\SourceCode\game_shared\baseentity_shared.h(57): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\baseentity_shared.h(58): Could not find the file c_baseanimating.h.
C:\SourceCode\dlls\BaseCombatCharacter.h(19): Could not find the file tf_shareddefs.h.
C:\SourceCode\game_shared\gamerules.h(17): Could not find the file c_baseentity.h.
C:\SourceCode\public\tier1\interface.h(31): Could not find the file dlfcn.h.
C:\SourceCode\public\tier1\interface.h(32): Could not find the file unistd.h.
C:\SourceCode\game_shared\sprite.h(25): Could not find the file c_pixel_visibility.h.
C:\SourceCode\game_shared\beam_shared.h(43): Could not find the file c_pixel_visibility.h.
C:\SourceCode\game_shared\baseparticleentity.h(21): Could not find the file particlemgr.h.
C:\SourceCode\game_shared\util_shared.h(22): Could not find the file cdll_client_int.h.
C:\SourceCode\game_shared\baseplayer_shared.h(38): Could not find the file c_baseplayer.h.
C:\SourceCode\game_shared\predictable_entity.h(21): Could not find the file iclassmap.h.
C:\SourceCode\game_shared\predictable_entity.h(22): Could not find the file recvproxy.h.
C:\SourceCode\game_shared\baseentity_shared.h(57): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\baseentity_shared.h(58): Could not find the file c_baseanimating.h.
C:\SourceCode\dlls\BaseCombatCharacter.h(19): Could not find the file tf_shareddefs.h.
C:\SourceCode\game_shared\gamerules.h(17): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\baseparticleentity.h(21): Could not find the file particlemgr.h.
C:\SourceCode\game_shared\sprite.h(25): Could not find the file c_pixel_visibility.h.
C:\SourceCode\game_shared\beam_shared.h(43): Could not find the file c_pixel_visibility.h.
C:\SourceCode\public\tier1\interface.h(31): Could not find the file dlfcn.h.
C:\SourceCode\public\tier1\interface.h(32): Could not find the file unistd.h.
C:\SourceCode\game_shared\util_shared.h(22): Could not find the file cdll_client_int.h.
C:\SourceCode\game_shared\baseplayer_shared.h(38): Could not find the file c_baseplayer.h.
C:\SourceCode\game_shared\predictable_entity.h(21): Could not find the file iclassmap.h.
C:\SourceCode\game_shared\predictable_entity.h(22): Could not find the file recvproxy.h.
C:\SourceCode\game_shared\baseentity_shared.h(57): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\baseentity_shared.h(58): Could not find the file c_baseanimating.h.
C:\SourceCode\dlls\BaseCombatCharacter.h(19): Could not find the file tf_shareddefs.h.
C:\SourceCode\game_shared\gamerules.h(17): Could not find the file c_baseentity.h.
C:\SourceCode\game_shared\basegrenade_shared.h(18): Could not find the file c_basecombatcharacter.h.
C:\SourceCode\game_shared\baseparticleentity.h(21): Could not find the file particlemgr.h.
C:\SourceCode\public\tier1\interface.h(31): Could not find the file dlfcn.h.
C:\SourceCode\public\tier1\interface.h(32): Could not find the file unistd.h.
C:\SourceCode\game_shared\util_shared.h(22): Could not find the file cdll_client_int.h.
C:\SourceCode\game_shared\baseplayer_shared.h(38): Could not find the file c_baseplayer.h.
C:\SourceCode\game_shared\predictable_entity.h(21): Could not find the file iclassmap.h.
C:\SourceCode\game_shared\predictable_entity.h(22): Could not find the file recvproxy.h.

and it just goes on like that for ages
 
"Could not find the file c_baseentity.h."

I'm guessing it can't find any of the files. I think you might have messed up in setting up the project files.

-Angry Lawyer
 
Back
Top