Author Topic: A newbie question on configuring compiler  (Read 3245 times)

hnfmr

  • Guest
A newbie question on configuring compiler
« on: June 03, 2010, 06:10:10 am »
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!

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: A newbie question on configuring compiler
« Reply #1 on: June 03, 2010, 06:46:13 am »
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.