Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
5.2.1
-
None
-
win7 64 vs2008
Description
i create a lib project HanZiToPinYin that use clr ,i create another project dragToWebView .
In file main.cpp of project dragToWebView i use HanZiToPinYin function :
1 #include "dragtowebview.h"
2 #include <QtWidgets/QApplication>
3 #include "HanZiToPinYin.h"
4 int main(int argc, char *argv[])
5
In file dragtowebview.cpp
21 #include "dragtowebview.h"
22 #include <QHBoxLayout>
23 #include "msgInputEdit.h"
24
25 dragToWebView::dragToWebView(QWidget *parent)
26 : QMainWindow(parent)
27
my issues is :
if i remove the code in line 6 and 29~33.then the dragToWebView project has no problem .and i can drag a file to mainwindow.bug if i use the code of line 6,then the mainwindow of dragToWebView project can not support drag and drop .
if i use the code of 29~33.the project crash,output message is :
guardPage.Protect & PAGE_GUARD
it crash in wtf of webket.
i build the qt source with attach stackbound_new.zip which in bug :
https://bugreports.qt-project.org/browse/qtBUG-38067
and
https://codereview.qt-project.org/#change,86137
but the problem also exist.
Attachments
Issue Links
- depends on
-
QTBUG-38067 [REG 5.0.2->5.2.1] Using .NET framework dlls will cause webkit to crash
-
- Closed
-