Hi, I am new to symbian enviroment, i am trying to build an application using QT Symbian, i need to use etel3rdparty.lib and header also , i have included the lib path and include path also, but i am getting a lot of compilation error.
like as follows
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 suggestions.