当前位置: 代码迷 >> QT开发 >> ActiveQt Server 创设工程,编译不通过
  详细解决方案

ActiveQt Server 创设工程,编译不通过

热度:78   发布时间:2016-04-25 04:21:59.0
ActiveQt Server 创建工程,编译不通过
使用vs2008开发,创建qt的 ActiveQt Server,什么都未做,编译不通过。
我本来是想封装一个activeX的,以供网页调用。


1>Embedding manifest...
1>Performing Post-Build Event...
1>"c:\documents and settings\jiangjianfeng\×à??\activeqtservertest\debug\activeqtservertest.idl"
1>Couldn't load library file c:\documents and settings\jiangjianfeng\×à??\activeqtservertest\debug\activeqtservertest.dll
1>Class has no metaobject information (error in c:\documents and settings\jiangjianfeng\×à??\activeqtservertest\debug\activeqtservertest.dll)!
1>Microsoft (R) 32b/64b MIDL Compiler Version 7.00.0500 
1>Copyright (c) Microsoft Corporation 1991-2006. All rights reserved.
1>Processing C:\Documents and Settings\jiangjianfeng\桌面\ActiveQtServerTest\Debug\ActiveQtServerTest.idl
1>ActiveQtServerTest.idl
1>c1 : fatal error C1083: Cannot open source file: 'C:\Documents and Settings\jiangjianfeng\桌面\ActiveQtServerTest\Debug\ActiveQtServerTest.idl': No such file or directory
1>midl : command line error MIDL1003 : error returned by the C preprocessor (2)
1>Couldn't open c:\documents and settings\jiangjianfeng\×à??\activeqtservertest\debug\activeqtservertest.tlb for read
1>Couldn't load library file c:\documents and settings\jiangjianfeng\×à??\activeqtservertest\debug\activeqtservertest.dll
1>Failed to register server!
1>Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."
1>Build log was saved at "file://C:\Documents and Settings\jiangjianfeng\桌面\ActiveQtServerTest\Debug\BuildLog.htm"
1>ActiveQtServerTest - 3 error(s), 8 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
------解决方案--------------------
1>Couldn't load library file c:\documents and settings\jiangjianfeng\×à??\activeqtservertest\debug\activeqtservertest.dll
没有包含.lib把

------解决方案--------------------
引用:
1>Couldn't load library file c:\documents and settings\jiangjianfeng\×à??\activeqtservertest\debug\activeqtservertest.dll
没有包含.lib把


activeqtservertest这个是工程名,相应的dll是项目生成的,所以我觉得不可能去包含lib
------解决方案--------------------
你的问题解决了没?我也遇到这个问题了,你是怎么解决的呀?
------解决方案--------------------
引用:
你的问题解决了没?我也遇到这个问题了,你是怎么解决的呀?


直接不管,那个编译出来的dll是能正常使用的。
  相关解决方案