Author Topic: How can I tell what version of codeblocks/WinGW I am using?  (Read 8110 times)

patsfreak27

  • Guest
I am going to get Allegro 5 from https://www.allegro.cc/files/ but i dont know what version I should get.  I recently got Codeblocks, so should i just get the newest WinGW version?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: How can I tell what version of codeblocks/WinGW I am using?
« Reply #1 on: May 14, 2013, 04:07:44 am »
I am going to get Allegro 5 from https://www.allegro.cc/files/ but i dont know what version I should get.  I recently got Codeblocks, so should i just get the newest WinGW version?

Note the allegro binaries and your MinGW version should match. So, if you use "MinGW 4.6.1 (TDM) - zip, 7z", then you should use TDM4.6.1. For more information, you should ask such question on allegro site, right?
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.