News:

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

Main Menu

The 06 march 2006 build is out.

Started by killerbot, March 06, 2006, 11:37:07 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 06 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060306_rev2143_win32.7z
  - Linux : not supported yet


Resolved Fixed:


  • Overloaded another log function
  • Added NSIS lexer (patch #898)
  • Updated XBase lexer (patch #893)

Regressions/Confirmed/Annoying/Common bugs:


  • DDE bug : clicking in windows explorer on a CB registered file throws an error message box
  • toolbar-images-not-changing-state (is a wx problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)


netzmeister

Hi,
yes, i can confirm the  "code completion bug".
I will have a look at the DDE bug..

netzmeister

davereid20

Quote from: netzmeister on March 06, 2006, 11:38:51 PM
yes, i can confirm the  "code completion bug".
I will have a look at the DDE bug..

netzmeister,
I believe these have already been confirmed.  They've been discussed several times in the forum.

sethjackson

That is why the are under the "Regressions/Confirmed/Annoying/Common bugs:" title. :D

killerbot

well feel free to look at it, hey even very closely, maybe you know how to fix it. The last time I looked at it, I got stuck, probably not enough knowledge on the DDE thing ... ;-)

sethjackson

Wheres the link that explains the DDE bug? Yeah I know it says "DDE bug : clicking in windows explorer on a CB registered file throws an error message box", but I have yet to reproduce it????

killerbot

one way I have encountered it :

- no cb open
- double click on registered file (eg .cpp)
- cb will open the file BUT in the meantime it shows an error screen saying it can not find the file

most of the time it does not happen anymore, sometimes it pops up again.

Another user wrote (I still have not tried this, shame on me), he can easily reconstruct this when he has the tip of the day active (I have that disabled).


sethjackson

Quote from: killerbot on March 07, 2006, 12:36:04 AM
one way I have encountered it :

- no cb open
- double click on registered file (eg .cpp)
- cb will open the file BUT in the meantime it shows an error screen saying it can not find the file

most of the time it does not happen anymore, sometimes it pops up again.

Another user wrote (I still have not tried this, shame on me), he can easily reconstruct this when he has the tip of the day active (I have that disabled).



Ok tip of the day is disabled for me too. Umm this bug is at random no?

idcarlos

Quote from: killerbot on March 07, 2006, 12:36:04 AM
one way I have encountered it :

- no cb open
- double click on registered file (eg .cpp)
- cb will open the file BUT in the meantime it shows an error screen saying it can not find the file

most of the time it does not happen anymore, sometimes it pops up again.

Another user wrote (I still have not tried this, shame on me), he can easily reconstruct this when he has the tip of the day active (I have that disabled).

Same bug under my Windows XP.
¿I can do any test to help to fix it?

sethjackson

Ok I deleted default.conf, opened the CodeBlocks.cbp under WinXP Pro got this bug pretty random????  :?

sethjackson

WOW.  :shock: It happens every time if I have the tip of the day show on app startup. Could it be related?

netzmeister

The problem exists only under Win32.
Under Linux i cannot reproduce it.
I will boot Win32 and take a look at the Code..

bidoll

I can't download it...
The message report that couldn't connect.
Is that my problem???

netzmeister

Quote from: netzmeister on March 07, 2006, 12:44:45 AM
The problem exists only under Win32.
Under Linux i cannot reproduce it.
I will boot Win32 and take a look at the Code..

Hmm, i can't reproduce it on my WinXP!

When i try to debug the program..
Program received signal SIGSEGV, Segmentation fault.

( winundef.h line 311 )

Any suggestions?

netzmeister

TheNullinator

Hi,

I've submitted a patch to BerliOS (https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=902&group_id=5358) for the DDE bug when "Tip of the Day" is enabled.  It seems to work fine (in Windows XP SP2, at least) if you create the DDE server before displaying a modal dialog box (any modal dialog caused the bug, not just the "Tip of the Day" dialog).

The patch is just a simple shuffle of code in src/src/app.cpp.

Cheers