How to call wxDialog directly on Macintosh (wihout wxApp)

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.
Post Reply
giladbu
In need of some credit
In need of some credit
Posts: 1
Joined: Tue Jul 28, 2015 12:57 pm

How to call wxDialog directly on Macintosh (wihout wxApp)

Post by giladbu »

Hello,

I am tried the code to create standalone wxWidget, that I can call to show popup as necessary:
http://www.ugw.name/?p=512

but when I call it on osx macintosh from adobe aftereffects plugin. then it crashes in GetFont()
I tried the solutions from
http://stackoverflow.com/questions/2083 ... tering-the
like IMPLEMENT_APP_NO_MAIN etc, but no luck..

any idea how to call wxDialog directly without wxApp, and still initialize fonts etc ?

Thanks :)
Post Reply