Re: Linux daemon with wxWidgets
Gunter Königsmann <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
In the examples directory of wxWidgets there should be a console example. Basically you derive your Application not from wxApp, but from wxAppConsole, see <https://docs.wxwidgets.org/3.0/classwx_app_console.html>. wxWidgets will automatically know what to do in that case. No recompilation of wxWidgets without the gui stuff is necessary. -- Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. --- You received this message because you are subscribed to the Google Groups "wx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wx-users/A30540EE-0F65-49B2-B64A-D00F0040B11D%40gmail.com.