reactos/modules/rostests/apitests/user32/makeimg/readme.txt
Doug Lyons ffd060295d
[USER32_APITEST] Test MSVC rc.exe compiled 32-bpp BI_BITFIELD bmp (#6755)
* Cleanup and Changes based on reviewer comments
* For failure, show returned and expected values

CORE-17005
2024-04-27 13:30:51 -05:00

15 lines
788 B
Plaintext

For reference see https://jira.reactos.org/browse/CORE-17005
This should be compiled using MSVC to create the image.dll file for testing.
Also, it creates an interactive showimg.exe program that can be used to verify this file.
After the creation of the image.dll file using MSVC it can be used to create user32_apitest:LoadImageGCC.
Simply copy the MSVC created 'image.dll' into the 'modules\rostests\apitests\user32' subdirectory to use it.
This file already exists there so that this step is not necessary, but only presents another option.
Unfortunately, this test will not work correctly using Windows 2003 Server SP2.
I have not looked into the details of why this is the case, but it works under ReactOS.
This is what is important for now in any case.
Doug Lyons
April 16, 2024