Deployment of an application with .dll
-
Dear all,
I create a .dll with LabVIEW and I import it in my Qt project and verify that works.
Now I'm trying to deploy my app by "Qt 5.15.0 (MinGW 7.3.0 64-bit)" but an error appear.
How I can deploy these applications?
Many thanks to all.
-
The final app binary
SimpleGUI.exe
and theChangeVal.dll
should be in the same folder. Try to keep them both in the same folder and let us know.