Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
General (but related to Code::Blocks) / Re: Thanks for a great IDE
« Last post by MortenMacFly on Today at 05:50:31 pm »
I just want to express my gratitude to the developers of Code::Blocks for a great IDE. I'm code in C99, three years, and Linux Mint + LMDE and Code::Blocks very easy to install and use.

I'm near 70, dyslectic and creating a business program for my wife. For me it's quite big, about 20 modules but easily manageable using this IDE.
Dear Evan,thanks for your kind words! It also looks like age is not an issue for developers... great to hear! ;-)
2
@Pecan: I tested on svn 13892 your patch downloaded yesterday (-3 version). Nevertheless, after the patch, the wxCheck warning seems to be still there with wxWidgets 3.3.3 but was not (before the patch) and is not (after the patch) present with wxWidgets 3.3.2

Thanks for testing.
I haven't gotten to wx 3.3.3 yet.
Still verifying the patch against the current CB head.
CB head is being a moving target. I keep having to update to head and re-making the patch.

In general for wx 3.3:
When using the Default and Simple tabs setting of Environment/Notebooks appearance the asserts only occur when starting or shutting down CodeBlocks.
When using the FireFox2 or Microsoft tabs choices, the asserts occur any time there is code that manipulates the tabs.
3
@Pecan: I tested on svn 13892 your patch downloaded yesterday (-3 version). Nevertheless, after the patch, the wxCheck warning seems to be still there with wxWidgets 3.3.3 but was not (before the patch) and is not (after the patch) present with wxWidgets 3.3.2
4
I tried to published an image of the error, but I had a database error. I dont understand why. Here is the text contained in that warning window :
Quote
A debugging check in this application has failed.
../../src/aui/auibook.cpp(2335): assert "page->GetParent() ==  this" failed in InsertPage(): page must be a child of the notebook
If I click on the Continue Button, C::B seems to work.

This assert will probably be fixed by https://sourceforge.net/p/codeblocks/tickets/1605/ when it gets applied sometime soon. It's still in test/verify mode.
5
I tried to published an image of the error, but I had a database error. I dont understand why. Here is the text contained in that warning window :
Quote
A debugging check in this application has failed.
../../src/aui/auibook.cpp(2335): assert "page->GetParent() ==  this" failed in InsertPage(): page must be a child of the notebook
If I click on the Continue Button, C::B seems to work.
6
SVN 13889 compiles for me with wxWidgets 3.3.3 (yesterday I had the same problem than described in the first post).
But when I launch this version I obtain a wxCheck warning.
7
I just dropped off a ticket : https://sourceforge.net/p/codeblocks/tickets/1611/
Attached two compressed files of the outputs 'Build messages'
8
I am using an old MinGW compiler and do not get those warnings, please attach all warnings or a patch.
9
Leap-15.6, gcc-1520, wx328
There are other warnings of the kind mentioned : "-Woverloaded-virtual="
'warning: 'virtual wxString wxWindow::GetLabel() const' was hidden [-Woverloaded-virtual=]'

10
GetLabel() part fixed in r13884.
HandleOnScroll() part fixed in r13885.
Pages: [1] 2 3 4 5 6 ... 10