|
Hi . I have compiled NG debug executable
from sources, but the first startup fails to debug assertion "IEMODE not allowed" Code snippet: void
QtBrowser::initBrowser() { #if (defined OS_WINDOWS) && (defined QT_COMMERCIAL) if (_mode == IEMODE) { LOG_FATAL("IEMODE
not allowed"); } #endif why the code will assert if I have OS_WINDOWS
&& QT_COMMERCIAL && _mode
== IEMODE ?? why the IEMODE is not allowed? Is this if def block
necessary? I modified that block and managed to start the NG debug version with
the IE browser, without assertions.. Best regards:
Tomi |
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
