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 » TheIDE crash and possible fix (602) [WAS FIXED]
BugFixedDead.gif  TheIDE crash and possible fix (602) [WAS FIXED] [message #2762] Tue, 25 April 2006 04:56 Go to previous message
prof is currently offline  prof
Messages: 7
Registered: April 2006
Promising Member
To reproduce:

1) open TheIDE
2) create an empty package
3) open package organizer
4) right-click

TheIDE crashes in release mode, and asserts in debug mode

Proposed fix:

UppDlg.cpp, in void PackageEditor::OptionMenu(Bar& bar)

bar.Separator();
+ if (!option.IsCursor())
+ {
+ return;
+ }
int type = option.Get(0)

I don't know what is the best way to fix, but this hack worked for me Smile

[Updated on: Wed, 03 May 2006 19:51] by Moderator

Report message to a moderator

 
Read Message BugFixedDead.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Cut & Paste by Mouse Wheel
Next Topic: Missing character (½) in 605 rc1 and rc2
Goto Forum:
  


Current Time: Sat May 18 15:51:47 CEST 2024

Total time taken to generate the page: 0.01855 seconds