c++.wxwindows - wxWidgets frame border bug!
- A. Fontana <A._member pathlink.com> Mar 05 2006
- "W這dzimierz Skiba" <abx abx.art.pl> Mar 06 2006
- A. Fontana <A._member pathlink.com> Mar 06 2006
- Jan Knepper <jan smartsoft.us> Mar 06 2006
- "W這dzimierz Skiba" <abx abx.art.pl> Mar 07 2006
- Jan Knepper <jan smartsoft.us> Mar 07 2006
Hello! I have these four compiler: - Digital Mars - Visual Studio toolkit 2003 - Mingw - Open Watcom All of them compile a simple wxWidgets app created by me but only DM version as an error: If frame has a fixed border dm compiled exe doesn't show it! I use wxWidgets 2.6.3RC1 Any suggestion?
Mar 05 2006
A. Fontana <A._member pathlink.com> wrote in news:duftbq$1juh$1 digitaldaemon.com:All of them compile a simple wxWidgets app created by me but only DM version as an error: If frame has a fixed border dm compiled exe doesn't show it!
Could be problem of outdated windows api. Retry DMC with latest PSDK from MS. HTH, ABX
Mar 06 2006
In article <dugrd9$2r1r$1 digitaldaemon.com>, W這dzimierz Skiba says...A. Fontana <A._member pathlink.com> wrote in news:duftbq$1juh$1 digitaldaemon.com:All of them compile a simple wxWidgets app created by me but only DM version as an error: If frame has a fixed border dm compiled exe doesn't show it!
Could be problem of outdated windows api. Retry DMC with latest PSDK from MS. HTH, ABX
I've just tried this solution, but problem doesn't disappear...
Mar 06 2006
A. Fontana wrote:In article <dugrd9$2r1r$1 digitaldaemon.com>, W這dzimierz Skiba says...A. Fontana <A._member pathlink.com> wrote in news:duftbq$1juh$1 digitaldaemon.com:All of them compile a simple wxWidgets app created by me but only DM version as an error: If frame has a fixed border dm compiled exe doesn't show it!
Could be problem of outdated windows api. Retry DMC with latest PSDK from MS. HTH, ABX
I've just tried this solution, but problem doesn't disappear...
command line. -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Mar 06 2006
Jan Knepper <jan smartsoft.us> wrote in news:duie5s$2bhg$1 digitaldaemon.com:Mske sure you version you .exe properly using a .def file or via the command line.
The problem was already resolved and it was missing linker flag. https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1444167&group_id=9863 ABX
Mar 07 2006
W這dzimierz Skiba wrote:Jan Knepper <jan smartsoft.us> wrote in news:duie5s$2bhg$1 digitaldaemon.com:Mske sure you version you .exe properly using a .def file or via the command line.
The problem was already resolved and it was missing linker flag. https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1444167&group_id=9863 ABX
Jan -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Mar 07 2006








Jan Knepper <jan smartsoft.us>