On Mon, 2006-01-09 at 10:36 +0100, Peter Åstrand wrote:
On Mon, 9 Jan 2006, Vik Kumar wrote:
Here you go: http://www.cendio.se/~peter/tmp/MFC_GDI_PLUS.exe.
Indeed this is fixed in CVS HEAD if you set the windows version to win2k. I can see the text output on MFC_GDI_PLUS.exe
I pulled a CVS update about 8 hours ago, I can not see the text output in the demo program.
Strange, I wonder what's different with my environment:
- Which version of gdiplus.dll are you using? I'm using 5.1.3097.0.
The one from dll-files, like Vik. 5.1.3102.1360
- Which OS are you running? I've tested Wine on both Fedora Core 4 and
RedHat 9.
Debian Etch
- Do you get this error message as well?:
fixme:win:EnumDisplayDevicesW ((null),0,0x4075f65c,0x00000000), stub! fixme:dciman:DCICreatePrimary 0x320 0x418511fc
With W2K the colored lines are drawn, no text: wino@debian:~$ wine MFC_GDI_PLUS.exe fixme:win:EnumDisplayDevicesW ((null),0,0x7fc4f65c,0x00000000), stub! fixme:dciman:DCICreatePrimary 0x320 0x7e6211fc
If I set to Windows98, there are no colored lines, either: wino@debian:~$ wine MFC_GDI_PLUS.exe err:dc:CreateDCW no device found for L"\\.\DISPLAY1"
Ron Jensen