Peter Kümmel wrote:
Abdelrazak Younes wrote:
Peter Kümmel wrote:
Abdelrazak Younes wrote:
Joost Verburg wrote:
Peter Kümmel wrote:
Peter Kümmel wrote:
- controller().clearParams();
+// controller().clearParams();
Is also fixes my aspell crash
The crash is fixed indeed, but there is still an endless message box
loop.
Hum... the call to dialog().CancelButton() seems superfluous in
ControlSpellchecker::checkAlive(). That may well be the cause of your
crash. Could you please try out this patch? If it works then it can
easily be backported to 1.4.
But I still don't understand why I don't see a crash...
Make sure you really link against the new aspell libraries.
I am sure. I've compiled myself the csv version with your patch...
Abdel.
And the the linker doesn't find an old one?
Not possible, I have done this only once with MSVC...
Could I check in this boost fix?
I guess so yes... Lars?
Index: support/fs_extras.C
===================================================================
--- support/fs_extras.C (revision 14899)
+++ support/fs_extras.C (working copy)
@@ -166,7 +166,7 @@
filesystem_path_error(
"boost::filesystem::copy_file",
source, target,
- fs::detail::system_error_code(errno)));
+ fs::lookup_error_code(errno)));
}
#endif
}