Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: james10174 on February 01, 2008, 12:59:22 am

Title: wxMac - When I run minimal example I cannot not activate it or send events to it
Post by: james10174 on February 01, 2008, 12:59:22 am
I know that the issue has something to with making a minimal.app folder and creating the executable inside Contents/MacOS/minimal but how do you debug minimal.app.
Title: Re: wxMac - When I run minimal example I cannot not activate it or send events t
Post by: Auria on February 01, 2008, 01:25:11 am
What are you trying to build?

This sounds like a wxWidgets question and not a C::B question so should probably go the the wxWidgets orum instead

PS: http://www.wxwidgets.org/wiki/index.php/WxMac_Issues#Building_a_MacOSX_application_bundle
PS2: why should bundle hinder debugging? it's just a directory structure, as long as the executable path is properly specified...