What is the right way to close a frame in wxWidgets Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: What is the right way to close a frame in wxWidgets

Post by doublemax »

sly_chandan wrote: Fri Feb 19, 2021 12:25 pm How do I build the wxwidgets library via mingw

I would like to do development work with codeblocks as well.

Is there a step by step instructions to Build via mingw

Please mention what needs to be downloaded and extracted
PB's guide i posted before explains everything in great detail: viewtopic.php?f=19&t=47231
Use the source, Luke!
sly_chandan
Earned some good credits
Earned some good credits
Posts: 116
Joined: Fri Sep 25, 2015 2:33 pm

Re: What is the right way to close a frame in wxWidgets

Post by sly_chandan »

I tried re-installing the debug and release versions of wxWidgets

I still cant get to run my app with codeblocks and wxWidgets.

It works fine with MSVC but not with codeblocks.

Is there some way I can get this to run with codeblocks?
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: What is the right way to close a frame in wxWidgets

Post by doublemax »

Please open a new topic under "compiler linking ide related" and explain what steps in PBs guide you have performed successfully and where it fails.
Use the source, Luke!
Post Reply