I'd like to use wxWindows dialog boxes in a DLL I'm making. The DLL is a plugin for a program, and I'd like some exported functions to show dialog boxes. Can that be done using wxWindows, and if yes (which I hope.) how ?
Can anyone point me to a basic sample, or give me a hint on how to do that ?
I am using Dev C++ (last version), and wxWindows 2.4.2. As this is a DLL, I can not use the wizard for wxWindow projects.