CoCreateInstance() in Qt5.9
-
Recently I needed to use mx-component to write/read PLC(the interface is implemented with Qt.)
After I finish the code, it come across one error.(Qt5.9 - Kit MSVC 2017 + Windows10)
I tried to delete the Build-..-Debug folder, but no use.
It's a question of lib? I don't know. The whole Qt project is below here, it's a tiny project.
CoCreateInstance() is located in file plc_widget.cpp - line 49.
Please note that I include the mx-component files in project, and the files is located in my own local PC, so if you run it directly,...will get more than one error.
-
Recently I needed to use mx-component to write/read PLC(the interface is implemented with Qt.)
After I finish the code, it come across one error.(Qt5.9 - Kit MSVC 2017 + Windows10)
I tried to delete the Build-..-Debug folder, but no use.
It's a question of lib? I don't know. The whole Qt project is below here, it's a tiny project.
CoCreateInstance() is located in file plc_widget.cpp - line 49.
Please note that I include the mx-component files in project, and the files is located in my own local PC, so if you run it directly,...will get more than one error.