How to build C:\wxWidgets-3.1.0\lib\vc_dll? Topic is solved

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
buttonsrtoys
Experienced Solver
Experienced Solver
Posts: 58
Joined: Mon Jul 03, 2017 12:03 am

How to build C:\wxWidgets-3.1.0\lib\vc_dll?

Post by buttonsrtoys »

I'm sure this is a noob question, but I downloaded 3.1, loaded the wx_v12.sln file, and compiled. It gave me the ...\lib\vc_lib binaries, but I need the DLL binaries. What are the steps for building vc_dll? I'm on Windows 10, Visual Studio 2013 (v12).
User avatar
doublemax
Moderator
Moderator
Posts: 19102
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: How to build C:\wxWidgets-3.1.0\lib\vc_dll?

Post by doublemax »

After loading the solution, select the configuration "DLL release" or "DLL debug" inside VS.
Use the source, Luke!
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7449
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: How to build C:\wxWidgets-3.1.0\lib\vc_dll?

Post by ONEEYEMAN »

Hi,
Or even better - do "Build -> Batch Build..." and select "Build ALL".

Thank you.
Post Reply