Tonio
April 5th, 1999, 08:04 PM
Good Day!
For the time being, I'm using MM_LOMETRIC for my CDC object, and it works fine,
but I need a fine-line-printing or higher resolution for my drawing that's why
I have considered using MM_HIMETRIC.
My print area extends up to 1000mm x 700mm (in paper size) which means, the
CDC object must allow up to 100,000 logical units. Knowing the limitations
of the GDI functions with accepting value bigger than 32767 and smaller than
-32767 (Martin Speiser's info), does anybody has a suggestion or idea on how
I can work-around this problem?
Everything will be appreciated. Thanks.
For the time being, I'm using MM_LOMETRIC for my CDC object, and it works fine,
but I need a fine-line-printing or higher resolution for my drawing that's why
I have considered using MM_HIMETRIC.
My print area extends up to 1000mm x 700mm (in paper size) which means, the
CDC object must allow up to 100,000 logical units. Knowing the limitations
of the GDI functions with accepting value bigger than 32767 and smaller than
-32767 (Martin Speiser's info), does anybody has a suggestion or idea on how
I can work-around this problem?
Everything will be appreciated. Thanks.