FireMonkey X – Amazing overview of FireMonkey FMX Feeds – All your FireMonkey news in one place FMX Demos – FireMonkey can do that? There is a demo fo Read More
posted @ 2016-09-03 20:32 findumars Views(1248) Comments(0) Diggs(0)
2.是关于如何加载dll或lib库的。可以看这篇bog Qt调用dll中的功能函数点击打开链接 ****************************************************************************************************** Read More
posted @ 2016-09-03 17:54 findumars Views(552) Comments(0) Diggs(0)
http://blog.csdn.net/shulianghan/article/details/18812279 http://blog.csdn.net/linbounconstraint/article/details/52002573 Read More
posted @ 2016-09-03 17:25 findumars Views(418) Comments(0) Diggs(0)
clickedLabel.h #ifndef CLICKLABEL_H #define CLICKLABEL_H #include <QLabel> #include <QMouseEvent> class ClickLabel : public QLabel { Q_OBJECT public: Read More
posted @ 2016-09-03 17:19 findumars Views(1313) Comments(0) Diggs(0)
找到qt安装目录下的mkspecs文件夹,在里面找到你使用的对应版本编译器,打开qmake.conf。稍等: /MD:动态链接多线程库(msvcrt.lib)。使用该选项时,需要用/NODEFAULTLIB选项来忽略掉libc.lib、 libcmt.lib、libcd.lib、libcmtd.li Read More
posted @ 2016-09-03 17:13 findumars Views(1099) Comments(0) Diggs(0)