| | |
Need help with "error LNK2001 unresolved external symbol"
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Nov 2006
Posts: 2
Reputation:
Solved Threads: 0
i have compiled and run a symbian application using Visual C++. It finished building, was run and was displayed using the emulator.
I wanted to do unit testing on it using C++ tool. And then i got errors which is something like this...
Outbox_7000.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler
Outbox_7000.obj : error LNK2001: unresolved external symbol __except_list
Outbox_7000_testdriver.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ)
How can i remove the unresolved external symbol for ___CxxFrameHandler and __except_list? same with "__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ)??
i hope somebody can help me... i'm which libs should i include or if i should include any. thanks for any form of help..
I wanted to do unit testing on it using C++ tool. And then i got errors which is something like this...
Outbox_7000.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler
Outbox_7000.obj : error LNK2001: unresolved external symbol __except_list
Outbox_7000_testdriver.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ)
How can i remove the unresolved external symbol for ___CxxFrameHandler and __except_list? same with "__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ)??
i hope somebody can help me... i'm which libs should i include or if i should include any. thanks for any form of help..
•
•
Join Date: Nov 2006
Posts: 2
Reputation:
Solved Threads: 0
It is for mobile phones. This message :
error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ)
is generated by C++ Test tool. Do you mean there is no way that i can fix it? If somebody knows how to use C++ Test for testing SYmbian applications.. can u help?
error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ)
is generated by C++ Test tool. Do you mean there is no way that i can fix it? If somebody knows how to use C++ Test for testing SYmbian applications.. can u help?
![]() |
Similar Threads
- unresolved external symbol error (C++)
- unresolved external symbol _WinMainCRTStartup (VB.NET)
- error LNK2001: unresolved external symbol (C++)
- Unresolved External Symbol? (C)
- error LNK2001: unresolved external symbol (C++)
- unresolved external symbol "a whole bunch of em" (C)
- error LNK2001: unresolved external symbol (C++)
- error LNK2001: unresolved external symbol (C++)
Other Threads in the C++ Forum
- Previous Thread: simplified bubble sort c++
- Next Thread: Class Diagram
Views: 7429 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for C++
6 api array arrays based beginner binary bmp c++ c/c++ calculator char class classes code compile compiler console conversion convert count data delete deploy dll download dynamic dynamiccharacterarray encryption error file format forms fstream function functions game givemetehcodez graph gui homeworkhelp iamthwee ifstream input int java lib library lines linker list loop looping loops map math matrix memory newbie news number output pointer problem program programming project python random read recursion recursive reference return rpg search simple sort spoonfeeding string strings struct temperature template templates text text-file tree url variable vector video visual visualstudio void win32 windows winsock wordfrequency wxwidgets






