Microsoft Visual C++ Toolkit 2003

Questions or HOWTOs about the above? Post 'em here...
Post Reply
User avatar
SellotapedtoInsanity
Private First Class
Private First Class
Posts: 11
Joined: Tue Jul 20, 2004 7:44 pm
Location: UK

Microsoft Visual C++ Toolkit 2003

Post by SellotapedtoInsanity »

Just came across this from the mozilla site:

http://msdn.microsoft.com/visualc/vctoolkit2003/

Looks like M$ are offering a free download of a comand line compiler plus libs :shock: ... haven't had the time to check it out yet but wondered if anyone else had and what they thought?

Sello
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

this does not include the "make" tools that are need to build bzflag. This is just the compiler, not the full kit. We have not found a way to make this build bzflag. It won't read from the vcproj, or makefiles, it just wants each C++ file in the command line.

What has more promice is the Visual C++ .net 2005 Express version. It is in free beta right now. That is a full IDE, it should work fine. I do not know if any developer has tested it.
ImageJeffM
User avatar
SellotapedtoInsanity
Private First Class
Private First Class
Posts: 11
Joined: Tue Jul 20, 2004 7:44 pm
Location: UK

Post by SellotapedtoInsanity »

thought there had to be a catch ... :) I'll definitely swing by and look at the express beta version though...

Sello
User avatar
Sir Lance-A-Lot
Private First Class
Private First Class
Posts: 503
Joined: Tue Jun 29, 2004 12:49 am
Location: Amongst my Computers
Contact:

Post by Sir Lance-A-Lot »

Hmm...the .Net Beta Looks fun. I got it...I needa learn how to code though ( which will take a while ).But Im definately willing to learn. Got way too much time on my hands. Found a book on it. Mayb I could make sumtin in like a coupla yrs.
Image
ryan42
Private First Class
Private First Class
Posts: 23
Joined: Sun Sep 12, 2004 2:28 am

Post by ryan42 »

Why don't people use real operating systems that have free Devtools?

(Even though i'm sure somewhere out there there's gotta be a free compiler for Windows.)
User avatar
Lan
Private First Class
Private First Class
Posts: 296
Joined: Sun Jun 13, 2004 1:21 am
Contact:

Post by Lan »

MinGW32 is a popular free port of GCC stuff for Windows. Cygwin also comes with gcc.
ryan42
Private First Class
Private First Class
Posts: 23
Joined: Sun Sep 12, 2004 2:28 am

Post by ryan42 »

Thanks for the info, I'll have to download it to my laptop sometime.
User avatar
Lan
Private First Class
Private First Class
Posts: 296
Joined: Sun Jun 13, 2004 1:21 am
Contact:

Post by Lan »

Both projects are on SourceForge. Remind me to add URLs here.
Post Reply