No icons in my app

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
siekan
Newbie
Newbie
Posts: 2
Joined: Fri Apr 03, 2009 3:36 pm

No icons in my app

Post by siekan »

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.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

No icons in my app

Post by austin987 »

On Fri, Apr 3, 2009 at 3:48 PM, siekan <[email protected]> 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
siekan
Newbie
Newbie
Posts: 2
Joined: Fri Apr 03, 2009 3:36 pm

Post by siekan »

I don't want any changes in the appliaction.
Should I submit a WINE bug?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

No icons in my app

Post by austin987 »

On Mon, Apr 6, 2009 at 8:35 PM, siekan <[email protected]> wrote:
I don't want any changes in the appliaction.
Should I submit a WINE bug?
Sure.

Though the problem may actually be in user32. gdiplus may work around it.

--
-Austin
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

You could try native gdiplus in a seperate wineprefix if you don't want to touch your working "installation" of Wine. This if you want to try to get it working before the bug is fixed officially.
Locked