in lib folder vc_lib is not created

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
Vaman Acharya
In need of some credit
In need of some credit
Posts: 1
Joined: Sat Feb 23, 2019 4:47 am

in lib folder vc_lib is not created

Post by Vaman Acharya »

Hi,

I built mx.dsw using Dll Release mode but i could not able to found vc_lib folder in lib directory!!

Can anyone please help me with it
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4204
Joined: Sun Jan 03, 2010 5:45 pm

Re: in lib folder vc_lib is not created

Post by PB »

If you build wxWidgets as DLLs, they are stored in vc_dll folder. vc_lib is used when you build wxWidgets in static configurations.
Post Reply