Discussion:
Linking error: wxApp::Initialize
(too old to reply)
Chris Brulak
2009-05-15 06:25:31 UTC
Permalink
Hi All.

Building with VC++ 9.0.

I built the wxWidgets project in VC++, no problems.

However, when I to compile a simple test app: I get this error:

error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxApp::Initialize(int &,wchar_t * *)" (?***@wxApp@@***@Z)

Any ideas?

Thanks
Chris
Chris Brulak
2009-05-15 06:53:06 UTC
Permalink
I was able to sort this out by compiling the library with the unicode flag set.



----- Original Message ----
From: Chris Brulak <***@yahoo.ca>
To: wx-***@lists.wxwidgets.org
Sent: Friday, May 15, 2009 12:25:31 AM
Subject: Linking error: wxApp::Initialize


Hi All.

Building with VC++ 9.0.

I built the wxWidgets project in VC++, no problems.

However, when I to compile a simple test app: I get this error:

error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxApp::Initialize(int &,wchar_t * *)" (?***@wxApp@@***@Z)

Any ideas?

Thanks
Chris

Loading...