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
I don't understand why they don't change to for example Visual C++ .net 2003.Chrysalid said:I'm pretty sure that HL2 source code will be optimized for Microsft Visual C++ 6, so I think we must use that as for the HL1 SDK. But it ain't free
There's nothing however, that we could change the situation with.
Yes, there's a free command line compiler from AFAIK Visual Studio .net 2003, so it is the latest one.Phisionary said:VS 2003 has compatibility with most VS6 code with some settings... It seems to be a little easier to use (what little I have), and has somewhat better standards compliance..
for those who can't afford, I think their is a command line version of (at least) the VS6 compiler engine... downloadable free from msdn. i don't know much about it tho
That would be really great, perhaps one more for the Dec C++ IDE.Limb said:VALVe stated they were sticking with VC++6 because it was cheaper, meaning more people could buy it... (Its a pain to edit files in notepad and compile with a command line complier then it is with a IDE) and also becuase VC6 wouldn't be compatible with .Net 2003 projects.. But who knows they might include 2 projects, one for VC 6 and one for .Net...
-Limb
one said:BTW: Do you think it would be legal for a company like Valve to code with the free working model of Visual C++ 6.0 and compile with only one version they bought? I think it would be much cheaper to buy only one licence. *g*
You know the working model of Visual C++ 6.0? It's a kind of trial version.Limb said:Uhh, could you explain that more? I Don't quite understand what your trying to say.
-Limb
we11er said:I've been using a text editor for years, just downloaded the free MS Visual C++ Express 5 Beta - get it while you still can.
http://lab.msdn.microsoft.com/express/visualc/
The main link is a downloader itself, click on "Having trouble downloading?
Click here for manual installation instructions." for full downloads.
Having said all that, since i've gotten used to editing in a simple editor, compiling from the command line, it's all just too much to move onto something like that!
Well, I think I'll wait for the final version of the VS.net 2005 and buy perhaps the academic version. Because I think it wouldn't be a good idea to buy VS.net 2003 few months before the release of 2005.we11er said:I quote myself from another thread. I still haven't played with this yet, so don't know if it will compile the SDK, but it's worth a try.
ilian said:I use VS.NET and HL SDK compiles fine with the older version of .NET and the newer 2003 version.
Yes, I hope it will be the same with Visual Studio .net 2005.Dante said:good to hear, thanks for the confirmation.
edit: license, it's valid forever really - the express version is designed to be free for personal use.
Subject: [hlcoders] What MSVC version do you use/have?
I just want to do a quick straw poll of how many people on this list DON'T have access to MSVC.NET or above for their MOD development (we hope to only release MSVC.NET project files with the SDK)?
- Alfred
Monder said:If you're a student and want to buy VS it's worth checking the academic boxed copy. With this you get a full boxed copy of VS Pro with the VS Pro licence (meaning you can distribute/sell stuff you make with it) and it's far cheaper than the normal version of pro.
botman said:You'll have to install the Platform SDK (it's free) to get the header files...
http://msdn.microsoft.com/library/d...tform_software_development_kit_start_page.asp
botman
Yes .. I was gonna post it but I saw you beat me to it long ago =Pmadacian said:If anyone is a member of the HLCoder's list, you'd know that the project files are being distrubted for .NET not V6. That doesn't mean you can't use V6, but it will be more difficult without Vavle's project files.
Subject: [hlcoders] What MSVC version do you use/have?
I just want to do a quick straw poll of how many people on this list DON'T have access to MSVC.NET or above for their MOD development (we hope to only release MSVC.NET project files with the SDK)?
- Alfred
K.I.L.E.R said:http://www.icsharpcode.net/OpenSource/SD/
Convert the VS.NET 2003/2002 project into the Sharp Dev combine and work on it.
I work with VS.NET 2003 at Uni and #Dev at home.
I just convert my project from/to the appropriate format. The end result however is the same no matter what IDE you use.
So if you are going to compile HL2 DLLs then you'd only need to convert the SDK from VS.NET to #Dev and then make the DLL and it will work.
Languages:
C++ managed/unmanaged.
C#.
VB.NET.