I built a helloworld app but received the following errors:
--------------------Configuration: App02 - Win32 Debug--------------------
Linking...
wxmswd.lib(app.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(utils.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(utils.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(utils.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(utils.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(utils.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(statbr95.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(spinbutt.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(uuid.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(uuid.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(uuid.obj) : error LNK2001: unresolved external symbol [email protected]
wxmswd.lib(uuid.obj) : error LNK2001: unresolved external symbol [email protected]
Debug/App02.exe : fatal error LNK1120: 23 unresolved externals
Error executing link.exe.
App02.exe - 24 error(s), 0 warning(s)
What's wrong??? Thx!
Unresolved external?
This is IDE related, so it would REALLY help if you mention:
- Platform
- wx version
- IDE
Or else people will not reply
- Jorgen
- Platform
- wx version
- IDE
Or else people will not reply

- Jorgen
Forensic Software Engineer
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
-
- Earned some good credits
- Posts: 120
- Joined: Sun Aug 29, 2004 3:09 pm
- Location: Grenoble, France
- Contact:
It is tipically a link problem.
Have you link all needed library ? Have you defined all needed preprocessor definition ?
http://wiki.wxwidgets.org/wiki.pl?MSVC_Setup_Guide
Have you link all needed library ? Have you defined all needed preprocessor definition ?
http://wiki.wxwidgets.org/wiki.pl?MSVC_Setup_Guide
-
- Filthy Rich wx Solver
- Posts: 235
- Joined: Sun Oct 10, 2004 2:53 am
- Contact:
Re: Unresolved external?
-lcomctl32samhwang wrote: wxmswd.lib(app.obj) : error LNK2001: unresolved external symbol [email protected]
-luuidsamhwang wrote: wxmswd.lib(uuid.obj) : error LNK2001: unresolved external symbol [email protected]
-lwsock32samhwang wrote: wxmswd.lib(utils.obj) : error LNK2001: unresolved external symbol [email protected]
--- http://linkku.has.it ---
- Debian Etch, KDevelop3, Anjuta2, wxWidgets CVS, GCC 3.3
- Windows XP, wxDevCpp, wxWidgets 2.6.1
- Debian Etch, KDevelop3, Anjuta2, wxWidgets CVS, GCC 3.3
- Windows XP, wxDevCpp, wxWidgets 2.6.1