Greetings!
IDE--Project->new shared libarary includes Form ,release build,built successfully.Now project->close,IDE crashed.I can reproduce the issue.
Regards,
Sam
latest git IDE crashed on March 13[Solved]
latest git IDE crashed on March 13[Solved]
Last edited by samsam598 on Wed Mar 14, 2012 11:26 pm, edited 1 time in total.
Re: latest git IDE crashed on March 13
Hi Sam,
I cannot reproduce this.
Could you please describe the steps in more details?
Also, you built from source right?
Please try rebuilding the SDK (make clean) and try reproducing again.
If you still get a crash, please file an issue at http://ecere.com/mantis/ and let me know about the #, I will look into it.
Thanks!
Jerome
I cannot reproduce this.
Could you please describe the steps in more details?
Also, you built from source right?
Please try rebuilding the SDK (make clean) and try reproducing again.
If you still get a crash, please file an issue at http://ecere.com/mantis/ and let me know about the #, I will look into it.
Thanks!
Jerome
Re: latest git IDE crashed on March 13
OK,I will test again.Maybe because I changed the IDE source editor font from default to Consolas 12.Will let you know after I built today's latest git source.
Thanks.
Regards,
Sam
Thanks.
Regards,
Sam
Re: latest git IDE crashed on March 13[Solved]
I built ecere from the latest git source and did not reproduce the same issue any more!
Thanks!
Btw,I noticed the sample/toolbar demo works,it is great,but I found the tool bar button have no event handling code.So when I click on any of the tool bar button,the demo crashed.How to improve it?Thanks again!
Regards,
Sam
Thanks!
Btw,I noticed the sample/toolbar demo works,it is great,but I found the tool bar button have no event handling code.So when I click on any of the tool bar button,the demo crashed.How to improve it?Thanks again!
Regards,
Sam
Re: latest git IDE crashed on March 13
Hi Sam,
It surely has nothing to do with you changing the font.
You probably did a pull from older code after we did some changes in the IDE that switched the data layout of structures, and in those cases the build system won't automatically rebuild everything (you have to do a manual clean or rebuild).
Thanks for pointing out the crash in the ToolButtons! That was a bug.
I fixed it and I also improved the toolbar demo to actually do something.
All the best,
Jerome
It surely has nothing to do with you changing the font.
You probably did a pull from older code after we did some changes in the IDE that switched the data layout of structures, and in those cases the build system won't automatically rebuild everything (you have to do a manual clean or rebuild).
Thanks for pointing out the crash in the ToolButtons! That was a bug.
I fixed it and I also improved the toolbar demo to actually do something.
All the best,
Jerome
Re: latest git IDE crashed on March 13[Solved]
Thanks,it did great now!
Just remember recently I can't make sampels/db/movieCollections work properly,it can compile ,but after it started up,it crashed immediately.I can have it work properly before but did not remember any special has been taken care.So I don't know what I was missing for now.
Sorry for bringing so many trouble to you!
Regards,
Sam
Just remember recently I can't make sampels/db/movieCollections work properly,it can compile ,but after it started up,it crashed immediately.I can have it work properly before but did not remember any special has been taken care.So I don't know what I was missing for now.
Sorry for bringing so many trouble to you!
Regards,
Sam
Re: latest git IDE crashed on March 13[Solved]
Thanks for finding this
It had the Oracle driver there that's why it was crashing.
It is fixed now.
Cheers,
Jerome
It had the Oracle driver there that's why it was crashing.
It is fixed now.
Cheers,
Jerome