Hey there experts,
I am using VC++ .NET to build the Symbian 6.1 HelloWorld App and getting this output:
13 errors:
HELLOWORLD error LNK2001: unresolved external symbol ___CxxFrameHandler
HELLOWORLD warning LNK4044: unrecognized option '/WARN:3'; ignored
HELLOWORLD error LNK2001: unresolved external symbol ___CxxFrameHandler
HELLOWORLD error LNK2001: unresolved external symbol ___CxxFrameHandler
HELLOWORLD error LNK2019: unresolved external symbol __except_list referenced in function "public: virtual __thiscall CExampleAppUi::~CExampleAp
pUi(void)"
(??1CExampleAppUi@@UAE@XZ)
HELLOWORLD error LNK2001: unresolved external symbol __except_list
HELLOWORLD error LNK2001: unresolved external symbol __except_list
HELLOWORLD error LNK2019: unresolved external symbol __EH_prolog referenced in function "public: virtual __thiscall CExampleAppUi::~CExampleAp
pUi(void)"
(??1CExampleAppUi@@UAE@XZ)
HELLOWORLD error LNK2001: unresolved external symbol __EH_prolog
HELLOWORLD error LNK2001: unresolved external symbol __EH_prolog
HELLOWORLD fatal error LNK1120: 3 unresolved externals
HELLOWORLD fatal error U1077: 'link.exe' : return code '0x460'
HELLOWORLD fatal error LNK1181: cannot open input file '\Symbian\6.1\Series60\EPO
C32\BUILD\
SYMBIAN\6.
1\SERIES60
\EPOC32EX\
HELLOWORLD
\HELLOWORL
D\WINS\UDE
B\HELLOWOR
LD.exp'
I am new to using the Symbian C++ SDK, and as far as I understand it is not meant to be compatible with VC++ .NET, but that's what i've got.
I havn't got a clue where to begin to solve this one. I have done what is said in the manual to build it; Have type bldmake...abld makefile vc6... it wouldn't buid in the command line either.
Really hope you could give me a lead or direction on how to solve this one,
Shaul
Shaul
Start Free Trial