Author Topic: older version of code::blocks  (Read 4434 times)

pacman

  • Guest
older version of code::blocks
« on: May 05, 2009, 10:18:20 pm »
Hello

My question is where I can find an older version of code::blocks. excuse me but the new version sucks hard -.- I am unable to compile any of my old directX projects anymore. I'm so fustrated. I've lost my older version of the program so I want to download it, but cant find it. I dont know the exact version too, but I think it doesnt really matter which one it is. But so many things changed in the 8.02 version and I really don't see how to configure it. another 3 hours of my life are gone now... -.-

thank you very much.

greetings

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: older version of code::blocks
« Reply #1 on: May 06, 2009, 02:14:08 am »
I think a newer version should work better. Old version can be found here.
http://developer.berlios.de/projects/codeblocks/
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.