Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » TheIDE crash and possible fix (602) [WAS FIXED]
TheIDE crash and possible fix (602) [WAS FIXED] [message #2762] |
Tue, 25 April 2006 04:56  |
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
[Updated on: Wed, 03 May 2006 19:51] by Moderator Report message to a moderator
|
|
|
|
|
|
|
Re: TheIDE crash and possible fix (602) [WAS FIXED] [message #3229 is a reply to message #3228] |
Sun, 14 May 2006 21:42  |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
leszeklach wrote on Sun, 14 May 2006 14:18 | hmm. yes, but there is no u++ devel in ports, only final builds.
when the new version, or some minor final update (ie. 602.1) will be released, so they could port it to freebsd?
|
Ah, BSD 
You can always take latest sources and compile them using TheIDE.
Next version, 605, is in release process now. RC2 will be released toninght or tommorow. Well, main releases are windows and linux, FreeBSD port will likely be released later.
Mirek
|
|
|
Goto Forum:
Current Time: Sat Apr 26 20:28:47 CEST 2025
Total time taken to generate the page: 0.01006 seconds
|