News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

multiple global variable windows bug...

Started by ouch, June 03, 2011, 06:49:40 PM

Previous topic - Next topic

ouch

The image is proof.

but yeah, I got 3 global variables windows on my screen.

How this happened? I added global variable tags in my compiler options, then as I opened the global variables window to create the content for those tags another window popped up saying it didn't know what the variable was. Then as I was writing this another global variable window popped up for the same problem.

running win 7 64 bit, and the latest svn as of 2 hour ago.

lol another one just popped up so I now have 4 :P

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.

ouch

that one... :)

didn't upload the first time sorry...

ollydbg

that was strange, I only have one such dialog. :D
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.

ouch

It only happens if you use global variables before defining them. but it spawns endless global variable dialogs. There is a long delay between each one though, but it still shouldn't happen I'm thinking... ;)

stahta01

Quote from: ollydbg on June 07, 2011, 04:37:53 PM
that was strange, I only have one such dialog. :D

If you change the "set" of Global Variables, it fails to take the new setting for me.
It might cause this to happen, I stopped doing that many months ago.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]