A
adam100
Guest
Hi.
Anybody know a good C++ compiler that i can use with HL2 instead of buying the Microsoft C++ .net?
Anybody know a good C++ compiler that i can use with HL2 instead of buying the Microsoft C++ .net?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
VC++ 6 does not work with the Source SDK.mrchimp said:Microsoft have released the compiler that comes with VC++ 6 (Which I think is what Valve use) for free. You can probably download it off MSDN and use it with Dev C++.
However I think the SDK relies on VC project files as well, which I don't think Dev C++ can handle. There might be a converter somewhere.
BTW don't buy an expensive IDE if your not entirely sure that you will be able to use it. If your planning on useing the SDK you should know all about events and OOP in general. Also you don't need .NET (or anything to do with the CLI) for HL2, I think VC++ 6 will do, but don't take my word for it.
return 0;