Using wxWidgets as DLL in VS 2010 C++

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
liquid11111
Experienced Solver
Experienced Solver
Posts: 65
Joined: Sun Oct 17, 2010 8:19 pm

Using wxWidgets as DLL in VS 2010 C++

Post by liquid11111 »

Hi

how cas I use wxWidgets from dll?

I have compiled entire wx_dll.dsw as DLL Unicode debug
and added $(WXWIN)\lib\vc_dll into Library Directories in Property pages

Since now i have been using wx as libs. So I have all necessary linker input set up.

What else sould I do to use the DLL versions?

Thanky you
Post Reply