Some files needed.

Wilco

Newbie
Joined
Aug 16, 2003
Messages
480
Reaction score
0
Visual Studio C++ Express doesnt seem to come with these files, which I think it should (I think the current version is pretty broke, as you cant create any new projects). I'm trying to get it to compile so could someone with VS.NET 2003 could send me these files. I don't know if it will work but it should. You can find me in IRC #halflife2.coding . or PM me on here.

winmm.lib

I'll probably need a lot more so I'll keep listing as I go.
 
Okay, so the linker now gives 2205 errors mainly looking like

weapon_selection.obj : error LNK2001: unresolved external symbol _atexit
c_vehicle_jeep.obj : error LNK2001: unresolved external symbol _memset

those to symbols probably account for about 1000 of the errors. Any Idea why things like these are missing?
 
Back
Top