需要一个能被VC正常使用的 里面包含Qt界面的DLL
目前遇到的问题是 用qtwinmigrate 写的DLL 能被VC调用 但是 如果DLL内部使用了Qt的 GUI类 就会出现调用后 产生的界面有未知错误(比如界面内的文字不显示)
再VC中 把导出的界面 当做线程函数 就再主进程 出来如下消息
WARNING: QApplication was not created in the main() thread.
QObject::startTimer: timers cannot be started from another thread
QObject::startTimer: timers cannot be started from another thread