www.digitalmars.com         C & C++   DMDScript  

c++.wxwindows - wxWidgets frame border bug!

reply A. Fontana <A._member pathlink.com> writes:
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
parent reply "W這dzimierz Skiba" <abx abx.art.pl> writes:
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
parent reply A. Fontana <A._member pathlink.com> writes:
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
parent reply Jan Knepper <jan smartsoft.us> writes:
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...
Mske sure you version you .exe properly using a .def file or via the command line. -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Mar 06 2006
parent reply "W這dzimierz Skiba" <abx abx.art.pl> writes:
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
parent Jan Knepper <jan smartsoft.us> writes:
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
That's exactly what I thought the problem would be... Jan -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Mar 07 2006