Visual C++ Express and Distribution

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

herby490
Chaos Rift Regular
Chaos Rift Regular
Posts: 122
Joined: Thu Feb 12, 2009 5:59 pm

Re: Visual C++ Express and Distribution

Post by herby490 »

hurstshifter wrote:
Maevik wrote:I'm just in city college and I got it for free from http://www.dreamspark.com
It's a great program MS runs themselves. You just have to jump through a couple hoops to verify your student status, but it only took me about 15 minutes.
If you go about it this way does your license for the software only last as long as you are a student? Do you need to re-verify each year?
You have to verify that you are still a student every year in order to keep downloading stuff but once you download software it does not expire.
User avatar
hurstshifter
ES Beta Backer
ES Beta Backer
Posts: 713
Joined: Mon Jun 08, 2009 8:33 pm
Favorite Gaming Platforms: SNES
Programming Language of Choice: C/++
Location: Boston, MA
Contact:

Re: Visual C++ Express and Distribution

Post by hurstshifter »

herby490 wrote:
You have to verify that you are still a student every year in order to keep downloading stuff but once you download software it does not expire.

Very cool.
"Time is an illusion. Lunchtime, doubly so."
http://www.thenerdnight.com
User avatar
thejahooli
Chaos Rift Junior
Chaos Rift Junior
Posts: 265
Joined: Fri Feb 20, 2009 7:45 pm
Location: London, England

Re: Visual C++ Express and Distribution

Post by thejahooli »

Does this work for secondary schools?
If so I should really try it.
I'll make your software hardware.
User avatar
rolland
Chaos Rift Regular
Chaos Rift Regular
Posts: 127
Joined: Fri Dec 21, 2007 2:27 pm
Current Project: Starting an Android app soon
Favorite Gaming Platforms: PS1, N64
Programming Language of Choice: C++
Location: Michigan, US

Re: Visual C++ Express and Distribution

Post by rolland »

thejahooli wrote:Does this work for secondary schools?
If so I should really try it.
Probably not. We're not important enough. :(
I'll write a signature once I get some creativity and inspiration...
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: Visual C++ Express and Distribution

Post by Ginto8 »

thejahooli wrote:Does this work for secondary schools?
If so I should really try it.
I'm 90% sure it doesn't.... I totally would have enrolled if possible while I was still using windows ;)
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
Netwatcher
Chaos Rift Junior
Chaos Rift Junior
Posts: 378
Joined: Sun Jun 07, 2009 2:49 am
Current Project: The Awesome Game (Actual title)
Favorite Gaming Platforms: Cabbage, Ground beef
Programming Language of Choice: C++
Location: Rehovot, Israel

Re: Visual C++ Express and Distribution

Post by Netwatcher »

thejahooli wrote:Does this work for secondary schools?
If so I should really try it.
You can ask a teacher to get a special code for you, it's somewhere in the FAQ's
(one of the reasons I enrolled in a college course was co's I knew I'll get this, and it's a CS course so it's good all around :lol: )
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655

blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
User avatar
Netwatcher
Chaos Rift Junior
Chaos Rift Junior
Posts: 378
Joined: Sun Jun 07, 2009 2:49 am
Current Project: The Awesome Game (Actual title)
Favorite Gaming Platforms: Cabbage, Ground beef
Programming Language of Choice: C++
Location: Rehovot, Israel

Re: Visual C++ Express and Distribution

Post by Netwatcher »

Maevik wrote:I'm just in city college and I got it for free from http://www.dreamspark.com
It's a great program MS runs themselves. You just have to jump through a couple hoops to verify your student status, but it only took me about 15 minutes.
I was talking about that post... (there's even a link in the topic I linked to an article about dreamspark :roll: )
Do I really have to quote a every post I comment on? (YES, I KNOW...)
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655

blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
User avatar
LuciDreamTheater
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 39
Joined: Tue Jan 20, 2009 2:18 am
Location: Southern CA
Contact:

Re: Visual C++ Express and Distribution

Post by LuciDreamTheater »

Now that you've gone with pro, I'd just like to add that when you compile your program, you still can't distribute the debug version. That's illegal. You have to compile it in release mode if you plan to distribute it.
User avatar
Netwatcher
Chaos Rift Junior
Chaos Rift Junior
Posts: 378
Joined: Sun Jun 07, 2009 2:49 am
Current Project: The Awesome Game (Actual title)
Favorite Gaming Platforms: Cabbage, Ground beef
Programming Language of Choice: C++
Location: Rehovot, Israel

Re: Visual C++ Express and Distribution

Post by Netwatcher »

LuciDreamTheater wrote:Now that you've gone with pro, I'd just like to add that when you compile your program, you still can't distribute the debug version. That's illegal. You have to compile it in release mode if you plan to distribute it.
Yea, get it in release mode and include the VC08 redistribute executable in your installation/zip file.
you can download it form Microsoft's website for free.
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655

blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
Post Reply