Well, both builds for qt and IF are always both x86 or both x64. Also I checked generated files and they are all release versions. Also during build I managed to lower amount of errors to only this:...
ikarona Yesterday, 18:00I have an embedded USB device called 'Cruise Dongle USBP' with VID 0x0001 and PID 0x0002 (these values are just for testing) for which I loaded the WinUSB driver using Zadig.
13860
13861
Now...
Well, sorry. Are you sure that you are linking to the correct libraries? In Windows, you cannot mix Release and Debug or 32- and 64-bit libraries. A 64-bit Debug build must be linked with 64-bit...
d_stranz Yesterday, 14:27I made this a single script file:
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 10.0.17763.0
SET QTDIR=D:\tfgit\qt\qt_test2\qt_test\qt5\qt5_build\qtbase
SET...
Are the environment variables set using the "call" command preserved after the call returns? I usually run build scripts from inside a developer command prompt. This guarantees that anything...
d_stranz 16th March 2025, 21:35Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at The Qt Company.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
Troubleshooting USB Communication with Qt and libusb for Embedded Device Recognition
Yesterday 16:16 by Andrew23