Thread overview
wxWidgets frame border bug!
Mar 05, 2006
A. Fontana
Mar 06, 2006
W³odzimierz Skiba
Mar 06, 2006
A. Fontana
Mar 06, 2006
Jan Knepper
Mar 07, 2006
W³odzimierz Skiba
Mar 07, 2006
Jan Knepper
March 05, 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?


March 06, 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
March 06, 2006
In article <dugrd9$2r1r$1@digitaldaemon.com>, W³odzimierz 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...


March 06, 2006
A. Fontana wrote:
> In article <dugrd9$2r1r$1@digitaldaemon.com>, W³odzimierz 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
March 07, 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
March 07, 2006
W³odzimierz 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