Antonio,
- Code: Select all Expand view
::SetIsoTropicMode()
::SetWindowExt( GetDeviceCaps( ::hDC, HORZRES ),;
GetDeviceCaps( ::hDC, VERTRES ) )
::SetViewPortExt( GetDeviceCaps( ::hDC, HORZRES ),;
GetDeviceCaps( ::hDC, VERTRES ) )
Same behaviour. Anyway, it doesn't seem related to the size of printer object because the image itself is "mixed", as you can see in the screenshot I've sent you.
- Code: Select all Expand view
::SetIsoTropicMode()
::SetWindowExt( aData[ 1 ], aData[ 2 ] )
::SetViewPortExt( aData[ 1 ], aData[ 2 ] )
It's already implemented this way, anyway I recompiled and relinked printer.prg, but nothing changes.
It seems that I've found a strange image however, because I tried other old WMF's and they works ok in Windows98 too.
The funny thing is that this image is working ok with XP and always worked well with previous FWH and FW versions in 98 too.
Thank you,
Davide.