Page 1 of 1

CodeLite crash

Posted: Thu Apr 29, 2010 12:16 pm
by borr
Crash on double clicking the error line in Output Pane when lost the file header.
Crash.h

Code: Select all

#include <filedlg.h>//error

wxFileDialog* FD;
Output Pane
mingw32-make.exe[1]: *** [Debug/wjournalapp.o] Error 1
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
In file included from D:/Project/WJournal/Crash.cpp:26:
D:/Project/WJournal/Crash.h:24:21: filedlg.h: No such file or directory <---- Crash on double clicking
OS: WinXP SP3, CodeLite 2.5.2.4031
I am sorry for my english

Re: CodeLite crash

Posted: Thu Apr 29, 2010 1:08 pm
by eranif
This bug was already reported and fixed in trunk.

http://sourceforge.net/tracker/?func=de ... tid=979960
Thanks,
Eran

Re: CodeLite crash

Posted: Thu Apr 29, 2010 1:37 pm
by borr
eranif wrote: This bug was already reported and fixed in trunk.
Thanks,
Eran
I'm sorry it's my fault