MSVC++ Created 18 years ago2006-03-16 11:51:58 UTC by Unbreakable Unbreakable

Created 18 years ago2006-03-16 11:51:58 UTC by Unbreakable Unbreakable

Posted 18 years ago2006-03-16 11:51:58 UTC Post #168673
Well, I have a slight problem, well, ok, it's A HUGE PROBLEM!!! :aghast:

My MSVC++ was working fine until I tried compiling some code in which I tried to import ingame videos.. after I got an error, I could'nt fix.. not only could'nt fix but it wont compile anything else. Even when I load the backup. I searched for help and I was told to reinstall, however, that doesn't even work because I had previously installed the software.

So, Does anyone have MSVC++ 6.0 they could send me, I know ZombieLoffe host all his programs, but not sure where, or even if he has it...

Please guys.. My mod still needs so much more code added, including models.
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 18 years ago2006-03-16 12:13:41 UTC Post #168687
Go on MSN, if you can, Unb.
I've found my MSVC++ 6.0 installer.. :D
Daubster DaubsterVault Dweller
Posted 18 years ago2006-03-16 20:27:15 UTC Post #168839
Or you could always use Dev-C++.
Posted 18 years ago2006-03-16 21:33:15 UTC Post #168848
I remember that Bloodshed Dev as being a bad program, but I checked it again now and it looks like a nice light-weight IDE. Just installed it to my usb-stick. Handy when there's no bigger 'n better IDE around.
Posted 18 years ago2006-03-17 12:26:55 UTC Post #169038
Well, Daubster, after installing your setup.. I still get the error.
:
User posted image
I've googled this error, and others have had it too.

Does anyone have a non-corrupt 'winnt.h' file they could send me.. I'll try replacing it.
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 18 years ago2006-03-20 01:47:25 UTC Post #169631
Is Dev-C++ useable for HL mods?

I was gonna try 'n track down a copy of Visual C++ 6.0, but if another compiler will do the job just as well, I'll go with that instead...
Posted 18 years ago2006-03-20 23:28:29 UTC Post #169875
Actually, no. According to the Valve Development Community, Dev-C++ is an IDE, not a compiler. The real workings of Dev-C++ involve the MinGW compiler, which has not successfully compiled the SDK. However, there IS a free version of VC++, called VC++ Express 2005

Link: http://msdn.microsoft.com/vstudio/express/visualc/

Haven't tried it out yet, though. Takes a while to set up.
Posted 18 years ago2006-03-21 08:04:49 UTC Post #170018
Okay, thanks for that.

I've actually already downloaded the Visual Studio Express files (last year sometime) but never went so far as to install them or anything. I was mostly unsure whether other versions of MS Visual C++ would work, since everything I've seen specifically mentions 6.0...

Oh well, I guess I'll give it a try sometime. :-)
Posted 18 years ago2006-03-21 10:37:30 UTC Post #170039
Unbreakable...
Why are you compiling the winnt.h???

I've never need to... :
Posted 18 years ago2006-03-21 10:45:38 UTC Post #170041
Yeah, is that an HL sdk related source file?
The Mad Carrot The Mad CarrotMad Carrot
Posted 18 years ago2006-03-21 11:27:29 UTC Post #170044
I'm not compiling the winnt.h file, thats why this problem is so messed up. The file is'nt included in the workspace or anything.
All I did was try to import Movies into the game, from "AVIKit". When I tried compiling it, I soon got that error. Theres no way I'm going to use Dev. I'll try the VC++ '05
Unbreakable UnbreakableWindows 7.9 Rating!
Posted 18 years ago2006-03-21 11:35:16 UTC Post #170045
Delete winnt.h, should work.
ChickenFist ChickenFist<Witty Title>
Posted 18 years ago2006-03-21 11:48:24 UTC Post #170047
No... The VC++5 will not solve the problem...
And deleting the winnt.h is not the right fix to this...
The project don't need to compile this .h file...
Try to recreate your workspace and recompile...
If it don't work, try to use your player.cpp backup, and recreate your code from the start...

But, it's really odd... :
Posted 18 years ago2006-03-21 11:51:53 UTC Post #170048
No it's not. VC includes everything in the include folder, so if he deletes it, it won't be included.
ChickenFist ChickenFist<Witty Title>
Posted 18 years ago2006-03-21 13:36:10 UTC Post #170054
I'll, try the above opinions.
Unbreakable UnbreakableWindows 7.9 Rating!
You must be logged in to post a response.