Hi!
I`m new in WINE development. I have some tests cases, that works
incorrect in current version of WINE and I want to fix this mistakes.
So, I`m interesting are there some testing systems that compares
bitmap(for example)? I look thru WINE tests,
http://www.winehq.org/docs/winedev-guide/testing a
>
> Run with `WINEDEBUG=loaddll wine my.exe` and ensure that builtin gdiplus
> is being used.
I run `WINEDEBUG=loaddll wine my.exe` and get such output:
> trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b81:
builtin
> trace:loaddll:load_native_dll Loaded
L"Z:\\home\\user\\tmp\\te
Hello. I have following code:
> Bitmap * bmp = new Bitmap(500, 500, PixelFormat32bppARGB);
> {
> Graphics gr(bmp);
>
> //FIRST LINE
> PointF* local1PointF = new PointF(17.823631, 89.429169);
> PointF* local2PointF = new PointF(17.823631, 87.577080);
>
> //SECOND LINE
> PointF* local3Po