News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

A newbie question on configuring compiler

Started by hnfmr, June 03, 2010, 06:10:10 AM

Previous topic - Next topic

hnfmr

Hi all,

I installed Visual Studio 2010 and Code::Blocks 10 on my system. The problem is, I can't make VC++ 2010 compiler work.

I copied the MS VC++ 2008 compiler setting template, and changed folder name from 8 -> 10.0, but it doesn't work.

I'm using Windows 7 (64 bit).

Can anyone advise me on how to configure VS 2010 properly to work with C::B?

Thanks!

ollydbg

The feature is added to CC_BRANCH. But it is under test stage.
see: WebSVN codeblocks , but You may need to build it yourself  :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.