unresolved wxStatusLineNameS and +, with wxmsw28d.lib added Topic is solved

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
supratech
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Feb 15, 2008 10:07 am

unresolved wxStatusLineNameS and +, with wxmsw28d.lib added

Post by supratech »

Good morning

Im trying to build wxWidgets "minimal sample" with MSVC 2005. All compile OK, but in build i get some unresolved symbols. (I have a main.cpp with code of the sample, witout any *.rc file)

Code: Select all

1>------ Operaci
tan
wxWorld Domination!
wxWorld Domination!
Posts: 1471
Joined: Tue Nov 14, 2006 7:58 am
Location: Saint-Petersburg, Russia

Post by tan »

Hi,
the first, it is irrelevant forum, use Compiler / Linking for such problems.
About your problem. It looks like you are using UNICODE flag on, but wx libs were building wit UNICODE=0. Turn UNICODE off in the project.
OS: Windows XP Pro
Compiler: MSVC++ 7.1
wxWidgets: 2.8.10
supratech
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Feb 15, 2008 10:07 am

Post by supratech »

tan
wxWorld Domination!
wxWorld Domination!
Posts: 1471
Joined: Tue Nov 14, 2006 7:58 am
Location: Saint-Petersburg, Russia

Post by tan »

Well, it is already another question :)
Remove this line:

Code: Select all

bool Initialize(int& argc, wxChar **argv){return true;}
OS: Windows XP Pro
Compiler: MSVC++ 7.1
wxWidgets: 2.8.10
supratech
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Feb 15, 2008 10:07 am

Post by supratech »

Post Reply