|
-
March 28th, 1999, 06:16 PM
#1
Problem using MM_HIMETRIC mapping mode
Hi,
Does MM_HIMETRIC mapping mode have maximum limits?
I'm using Polyline(...) command to plot a line to my CDC,
but when the x and y values reach approx 30000 or -30000,
the lines are no longer drawn in proper places.
Is anybody familiar with this problem?
What settings in CDC should I include?
Thanks in advance.
-
March 29th, 1999, 01:52 AM
#2
Re: Problem using MM_HIMETRIC mapping mode
Hi Tonio,
you're developing under Win95/98, right? There's a limit with the GDI functions. No GDI function can take a value bigger than 32767 and smaller than -32767.
Martin
-
March 29th, 1999, 07:46 PM
#3
Thanks!
Hi,
Thanks for the info.
Now I could start researching for a work-around.
Regards.
-
March 29th, 1999, 09:37 PM
#4
Re: Thanks!
Tonio: if you find one, please let me know! I have similar problem in scrolling and zooming a gdi view, and displaying lines and arcs in a path..
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|