News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Win 8.1 Codeblocks 13.12 Project BUG

Started by lisper, July 22, 2014, 03:07:14 AM

Previous topic - Next topic

lisper

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:


Jenna

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.

ollydbg

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.