How programs looks executed on WINE (Ubuntu 8.10): http://i41.tinypic.com/2nsnvxh.jpg And on WinXP SP3: http://i39.tinypic.com/6fm6o7.jpg Note there's also no text on StatusBar. Icons are loaded from resources with LoadImage(GetModuleHandle(0), 1, IMAGE_ICON, 0,0,0)). Any ideas? Thanks in advance.
On Fri, Apr 3, 2009 at 3:48 PM, siekan <wineforum-user at winehq.org> wrote:> How programs looks executed on WINE (Ubuntu 8.10): > http://i41.tinypic.com/2nsnvxh.jpg > > And on WinXP SP3: > http://i39.tinypic.com/6fm6o7.jpg > > Note there's also no text on StatusBar. > > Icons are loaded from resources with LoadImage(GetModuleHandle(0), 1, IMAGE_ICON, 0,0,0)). > > Any ideas? > Thanks in advance.Off hand, try native gdiplus. -- -Austin
I don't want any changes in the appliaction. Should I submit a WINE bug?