Qt Symbian etel3rdparty library

I am new to the symbian environment, I am trying to create an application using Qt Symbian, I also need to use etel3rdparty.lib and the header, I have included the lib path and the path, but I get a lot of error collection.

As below:

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 

Please give me some advice.

+7
qt symbian
source share

No one has answered this question yet.

See related questions:

3
Connect Qt application to the Internet (Symbian)
3
use of external libraries in Qt / Symbian
2
Symbian training
2
Internet connection with Qt for symbian
one
HashMap in symbian
one
Using Qt on Symbian Vs Desktop
one
set soft keys on qt for symbian
one
Crypto ++ Library for Symbian
0
Symbian debugging
0
PDF library for phones for symbian

All Articles