Hello, I saw the bug #2225. In my opinion the bug isn't into the CopyImage() but into DrawIconEx() instead. I checked the copyico test app and after debugging a little I discovered that CopyImage() received an already corrupted pixel map. But probably, this fact is known to you too.
Sincerely,
Carlo Bramini.
---------- Initial Header -----------
From : ros-dev-bounces@reactos.org
To : "ReactOS Development List" ros-dev@reactos.org Cc : Date : Fri, 14 Sep 2007 21:14:55 +0200 Subject : Re: [ros-dev] Problems with resources or something else
Hi,
This problem has nothing to do with resource compilation. It's a bug in our CopyImage function, which exists since some time. If you try the current builds from our BuildBot, you will have the same problem.
Regards,
Colin
-----Original Message----- From: ros-dev-bounces@reactos.org [mailto:ros-dev-bounces@reactos.org] On Behalf Of carlo.bramix Sent: Thursday, September 13, 2007 10:22 AM To: ros-dev Subject: [ros-dev] Problems with resources or something else
Hello, it's long time that I compile ReactOS and I have some errors into the start menu bar. My results are almost identical to this screenshot:
http://www.reactos.org/media/screenshots/2007/ros_033_xara3d.jpg
As you can see, the two icons after the start button and the '1','2','3','4' buttons are corrupted. Actually I'm using the windres.exe that I received from here:
http://www.reactos.org/archives/public/ros-dev/2007-July/009548.html
Do you have some idea?
Sincerely,
Carlo Bramini
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
------------------------------------------------------ Leggi GRATIS le tue mail con il telefonino i-modeĀ di Wind http://i-mode.wind.it/
carlo.bramix wrote:
Hello, I saw the bug #2225. In my opinion the bug isn't into the CopyImage() but into DrawIconEx() instead.
You really need to read bugs more carefully. The bug was never in CopyIcon in the first place. It was attributed to a palette error in win32k long ago and has already been partially fixed in trunk.
I checked the copyico test app and after debugging a little I discovered that CopyImage() received an already corrupted pixel map.
Perhaps you've found a different bug. If so, this will require a seperate bugzilla entry. Please stop posting your bugzilla bugs to this list though, I've noticed you've been doing this for a few months now, ros-dev is not for that purpose.
Regards, Ged.