QFileDialog::getOpenFileName crash in debug mode and not in realease mode
hello,
I use QFileDialog::getOpenFileName in my project.
When i execute my programm, this one crash in debug mode but not in release mode...
I have not idea why.
I use Qt 4.8.1 whith Qt-Crator 2.4.1 Windows 7 (64 Bit). My program is compiled in 32 bit.
Code:
tr("Ihm po Files (*.ihm_po)"));
Sorry for my poor english.
Antony
Re: QFileDialog::getOpenFileName crash in debug mode and not in realease mode
Are you sure that it actually crashes? In my experience the file dialogs can be *very* slow when debugging under Windows.
Re: QFileDialog::getOpenFileName crash in debug mode and not in realease mode
Yes, i'm sure. When debugging step by step (F10) my programm crashes at this instruction.