abcccjl

Results 10 issues of abcccjl

INT1 INT3 example?

DebugViewPP does not support Korean language Is it printed??

Driver.MmapDll(); map dll process with protobuf library crashes

![bug](https://user-images.githubusercontent.com/41984214/74072695-9ec18100-4a42-11ea-94c0-1e6c09e5e0b9.png)

MakeRemoteFunction Support thiscall call? Apply for a simple example

No implementation code

cereal does not support C++17 The json format serialized in C++17 is incorrect Serializing json results correctly in C++11 / C++14 How do I fix it to support C++17?

tech support

static QWidget* getParent() { return QWidget::find((WId)Plugin::hwndDlg); } void QtPlugin::Setup() { QWidget* parent = getParent();//parent= NULL pluginDialog = new PluginDialog(parent); pluginDialog->show(); pluginTabWidget = new PluginTabWidget(parent); GuiAddQWidgetTab(pluginTabWidget); SetEvent(hSetupEvent); } The getParent() function...