Qt 5.0.1-mingw47_32-x86 problem using QWebView on Win XP
-
I've tested :qt-windows-opensource-5.0.1-mingw47_32-x86-offline-2013-01-24-418.exe. It works fine with standard widgets. After adding webkitwidgets, Program.exe don't want start because of error in module Qt5V8.dll. This library call msvcrt.dll - entry point for "_vsnprintf_s" non present procedure. My version of msvcrt.dll is 7.0.2600.5512 (xpsp.080413-2111). Have anybody problem with this? Any suggestions? Any solutions?
My OS: Win XP Home Premium 32bit + SP3. -
Please "report a bug":https://bugreports.qt-project.org/ !
Nobody is monitoring the forums for bug reports, so they will get lost here.
-
I reported this issue, but i dont know as in good place. My bugreport:
https://bugreports.qt-project.org/browse/QTBUG-29306.
Perhaps I have to post it somewhere else? -
No, the bug tracker is the only place that matters.
-
You can find solution in details of the QTBUG-29306. (bugreports.qt-project.org). There are some works with it. As I understood, it is necessairy recompile Qt from source with a patch on XP OS.
-
[quote author="zibicoder" date="1360160549"]You can find solution in details of the QTBUG-29306. (bugreports.qt-project.org). There are works with it. As I understood, it is necessairy recompile Qt from msource with a patch on XP OS.[/quote]
I don't understand what I must do with patches.