Qt Symbian etel3rdparty库

时间:2010-07-14 13:06:02

标签: qt symbian

我是symbian环境的新手,我正在尝试使用Qt Symbian构建一个应用程序,我还需要使用etel3rdparty.lib和头文件,我也包含了lib路径和包含路径,但是我得到了很多编译错误。

如下所示:

from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32const.h:9, 
from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:8, 
from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32std.h:13, 
from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32base.h:8, 
from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/etel3rdparty.h:20, 
from ..\AutoStart\dialog.cpp:10: 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32def.h:872: error: 'Int64' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32def.h:883: error: 'Uint64' does not name a type 
In file included from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:8, 
from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32std.h:13, 
from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32base.h:8, 
from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/etel3rdparty.h:20, 
from ..\AutoStart\dialog.cpp:10: 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32const.h:860: error: 'TInt64' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32const.h:871: error: 'TInt64' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32const.h:882: error: 'TUint64' does not name a type 
In file included from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32std.h:13, 
from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32base.h:8, 
from c:\NokiaQtSDK\Symbian\SDK\epoc32\include/etel3rdparty.h:20, 
from ..\AutoStart\dialog.cpp:10: 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:41: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:74: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:91: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:112: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:129: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:146: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1066: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1067: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1068: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1069: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1070: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1071: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1072: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1073: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1074: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1075: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1076: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1077: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1078: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1081: error: 'IMPORT_C' does not name a type 
c:\NokiaQtSDK\Symbian\SDK\epoc32\include/e32cmn.h:1082: error: 'IMPORT_C' does not name a type 

请给我一些建议。

0 个答案:

没有答案