Author Topic: running two version of C::B  (Read 3401 times)

Offline benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
running two version of C::B
« on: December 27, 2009, 01:56:50 am »
hello
i actually got installed C::B v1, can i install the last version of C::B and run both versions independently ?
thanks

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: running two version of C::B
« Reply #2 on: December 27, 2009, 12:38:10 pm »
Yes, but make sure you disable the detection of a running instance option in both versions of C::B in the general settings.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ