Dark Bit Factory & Gravity

PROGRAMMING => General coding questions => Topic started by: Clyde on April 14, 2010

Title: MSVC 2010 Express Beta Editions
Post by: Clyde on April 14, 2010
Are there any peoples that are using the beta versions of Visual Studio 2010 Express? And have you found they work ok ( any bugs )?
 
Any one know when the full versions are due?
 
Cheers.
Title: Re: MSVC 2010 Express Beta Editions
Post by: Jim on April 14, 2010
The full version of VS2010 Professional came out yesterday.  I will be installing it on my dev systems to try it out.  I don't know about Express versions.

They won't fix the problems you're having with ptc though :P

Jim
Title: Re: MSVC 2010 Express Beta Editions
Post by: Clyde on April 14, 2010
Quote from: Jim
Cool and I swear I did not know about that when making the post! Coincidence :D

Quote from: Jim
They won't fix the problems you're having with ptc though ;)

Hehe, yeah I know that dude! :D I need to make a seperate topic about general configurations, I've gone back to CPP and am getting strange lnk failures. which weren't there last time I ran the proggie. :(
Title: Re: MSVC 2010 Express Beta Editions
Post by: Clyde on April 14, 2010
Cool, have just found out that the express editions are out of beta too:
http://www.microsoft.com/express (http://www.microsoft.com/express)

Does anyone know if I need to uninstall VSC++ 2008 Express before the 2010 edition? And is it as simple as uninstalling a regular program, or does it leave folders / settings that need removing somehow?
Title: Re: MSVC 2010 Express Beta Editions
Post by: Jim on April 15, 2010
They can be installed side by side.
Title: Re: MSVC 2010 Express Beta Editions
Post by: Clyde on April 28, 2010
you can also have pro and express editions of vs 2010
 
i have a list of tasks to go through, and if I can't handle them then look out for other stories to be posted! :)
 
will see if i can knock up a little demo of sorts.
Title: Re: MSVC 2010 Express Beta Editions
Post by: rdc on April 28, 2010
You might want to look at QuickCG (http://members.gamedev.net/lode/projects/quickcg/). It is somewhat like PTC but has a bunch more stuff to it. It is based on SDL. I have it working in both VC Express and Code::Blocks w/ MinGW.

Setting up SDL in CB is quite easy, VC takes a bit more work, but isn't too hard. You can follow the instructions for SDL on the CG page just substitute the Dev C++ with CB. For VC I found this (http://www.lazyfoo.net/SDL_tutorials/lesson01/windows/msvsnet0508e/index.php).

I really like CG. I am using for all my stuff now.
Title: Re: MSVC 2010 Express Beta Editions
Post by: Clyde on May 15, 2010
Thanks for the heads up dude :)