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 .
@jsulm The message say "code execution cannot proceed because ChangeVal.dll was not found...."
How can I deploy .dll together with the app?
DLL was generated by LabVIEW. I'm using MinGW.