Author Topic: Win 8.1 Codeblocks 13.12 Project BUG  (Read 3872 times)

lisper

  • Guest
Win 8.1 Codeblocks 13.12 Project BUG
« on: July 22, 2014, 03:07:14 am »
Hello, I encounter a serious bug. When I right click project ico in resources windows, the menu doesn't come out. So I can't switch activation between different projects or add files to a project, I've tried re-install but everything remains same.

This is the image:


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Win 8.1 Codeblocks 13.12 Project BUG
« Reply #1 on: July 22, 2014, 06:31:42 am »
I can't see your image.
Nevertheless, just use the "Projects"-tab instead of the "Resources"-tab.
The resources tab is created and used by the wxSmith-plugin only.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Win 8.1 Codeblocks 13.12 Project BUG
« Reply #2 on: July 22, 2014, 06:38:14 am »
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.