摘要:
#include <iostream> typedef struct DS1001 { unsigned int a; unsigned char b; unsigned int c; unsigned char d; unsigned short e; } DS1001; void TestMal 阅读全文
posted @ 2024-05-17 14:23
BangZeng
阅读(8)
评论(0)
推荐(0)
摘要:
1.搜索QT命令行 找到对应编译器的版本 命令行的版本决定了lib/dll文件的查找和拷贝目录 编译器为 mingw32-bit 生成的就需要找mingw32-bit; MSVC-32BIT也是一样的道理,不然找到的DLL环境,程序无法运行。 (ps 手动找对应编译器文件夹下windeployqt 阅读全文
posted @ 2024-05-17 10:30
BangZeng
阅读(23)
评论(0)
推荐(0)