vc .net

Discussion about everything. New games, 3d math, development tips...
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

vc .net

Post by VeneX »

I knew that Visual C++ .NET 2003 was downloadable on the microsoft website. At this moment I cant find it, does someone know where I can download it?
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

that's the tookkit, the compiler is included, but the nice and handy gui isn't included.
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

Isn't that a product which costs several 1000's of dollars :) ?
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Guest

Post by Guest »

no it's 200 dollars
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

Hmm, I was thinking about Visual Studio :)
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

the toolkit comes with no gui, it's pure dos, but you get the same compiling power.


vc7 standard is under $100
Image
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

but where to download...
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Arakiel

Post by Arakiel »

You cant, thats what you pay the $100 for. You need to goto a store that sells it and purchase it if you want the IDE, alternatly find an online reseller who will ship it to you.
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

There is the MS VC++ 2005 Express, which is in beta right now.

http://lab.msdn.microsoft.com/express/v ... fault.aspx
Crud, how do I do this again?
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

I tried it already, and you are not able to create dll's... :(
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
DarkWood_Neo
Posts: 52
Joined: Thu Sep 04, 2003 7:45 pm
Location: Germany

Post by DarkWood_Neo »

i bought visual c++ .NET 2003 standart a few days ago. it is worthwhile ito buy it. i paid 130€ . i tihink that must be ~ 160 US$
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

It's below 100$ at this time :o
But what's worth on it, I don't really know what you can use on .NET, what is different?
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

How to include include files in VC++ .NET?
In VC++ 6 it was easy you could select the folder of irrlicht includes and it was done, I can't find that option here :?
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

VeneX wrote:How to include include files in VC++ .NET?
In VC++ 6 it was easy you could select the folder of irrlicht includes and it was done, I can't find that option here :?
Right-click on your project -> Properties ->
- include: C/C++ (General) -> Additional Include directories
- libs: Linker (General) -> Additional Library directories

It is indeed quite good hidden :)
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Post Reply