Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Bug crashing TheIDE fixed
Bug crashing TheIDE fixed [message #23508] Sun, 25 October 2009 08:07 Go to next message
qapko is currently offline  qapko
Messages: 55
Registered: October 2007
Location: Slovakia
Member
Hello,
in the ide/Browser/Util.cpp there is a bug that is causing TheIDE to crash occasionaly on WindowsXP when compiled in release mode (but not in debug mode, strangely). In version 1607 it's on the line 27 in function GetMatchLen:
while(s[i] == t[i] && *s)
should be
while(s[i] == t[i] && s[i])
Please apply the change to your sources.

Have a nice day Smile

Gabi
icon4.gif  Re: Bug crashing TheIDE fixed [message #23522 is a reply to message #23508] Tue, 27 October 2009 10:53 Go to previous messageGo to next message
qapko is currently offline  qapko
Messages: 55
Registered: October 2007
Location: Slovakia
Member
Hello,
somebody who has the right please apply the fix to the U++ sources.

Gabi
Re: Bug crashing TheIDE fixed [message #23589 is a reply to message #23522] Mon, 02 November 2009 17:15 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thank you and sorry for the delay. Next time please send me a PM if I do not respond for such a long time.
Previous Topic: Running a custom preprocessor on your sources
Next Topic: Feature Request: Install Program Needs Filedialogs
Goto Forum:
  


Current Time: Fri Apr 19 22:26:37 CEST 2024

Total time taken to generate the page: 0.03274 seconds