User forums > Nightly builds
The 27 august 2006 build is out.
skirby:
Hello,
I have found a small bug with tooltip in debugger.
Here is a simple example in order to reproduce it:
--- Code: ---#include <windows.h>
#include <stdio.h>
int main()
{
HRSRC hRsrc;
HGLOBAL hGbl;
int iData;
hRsrc = 10;
hGbl = 20;
iData = 30;
return 0;
}
--- End code ---
Put a break point on hRsrc = 10;
Now debug the piece of code.
Press F7 and move your move over the variable hRsrc.
You can see that the tooltip is truncated.
Same thing with hGbl but not with iData.
I hope you could fix it.
Thanks and have a nice day.
ps: Bug reported on BerliOS
skirby:
Another bug.
Create a new project (MS-Dos for example)
Put a breakpoint anywhere and press F8 to start the debugger.
When C::B stops on the breakpoint, close the application with the Cross (upper right)
You should have the following screen:
Press OK.
C::B is closed but if you take a look at the proccess list, you can see that C::B is alive.
You have to kill the process in order to quit definitely C::B
I hope you could fix it.
Thanks and have a nice day.
ps:Bug reported on BerliOS
kelo81:
Hello everybody.
I'm trying to follow the WIKI instructions to compile the source code from svn. I'm using slackware 10.2 without modifying anything, and I can successfully install the wxGTK packages. but whe I try to run the ./bootstrap command, I get the message: Permission denied.
I'm using a root account!, so, what could be wrong here?, may anyone help me please? :(
Thanks in advance!!!
Navigation
[0] Message Index
[*] Previous page
Go to full version