Code generation
Igor Korot <[email protected]> Thu, 17 Sep 2020 10:40:34 -0500
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <CA+FnnTxh5Fy8jjW-coQezHqvNPRNa_NfBSDTZ_WOSDHnYvAWMQ@mail.gmail.com> |
Hi, Dietmar, It would be nice if for C++ the cpp code added the following: [code] #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #include "wx/wx.h" #endif [/code] and not inside the header. Thank you.