Building wxWidgets on MSVC 2017

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
SilentNox
In need of some credit
In need of some credit
Posts: 1
Joined: Fri Jun 01, 2018 6:31 pm

Building wxWidgets on MSVC 2017

Post by SilentNox »

Has anyone successfully built using this IDE? The core compiles but i cant' run any samples and IDE is not properly parsing the code hinting about errors.
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: Building wxWidgets on MSVC 2017

Post by catalin »

Yes.
You should probably describe what you tried, which sln and project files you used etc.
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4193
Joined: Sun Jan 03, 2010 5:45 pm

Re: Building wxWidgets on MSVC 2017

Post by PB »

I build wxWidgets (3.1) with makefiles but samples can be built and run with IDE just fine (converted from VC9 projects).
Post Reply