Results 1 to 3 of 3

Thread: Polygon Limits

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    7
    I'm using the Polygon API function to draw a number of polygons. Under Win95/98, if I have more than 32768 (2^15) points, the function fails. Under WinNT/2000, the function succeeds. Does anyone know if there's a limit of 16 bits for the nCount argument under 95/98? I thought that 98 was supposed to be an actual 32-bit system, but apparently not. Thanks.

  2. #2
    New Member
    Join Date
    Apr 2001
    Posts
    14
    As for your first question about the count limit for 95/98, I don't know. But it's more like a bug in the DLL that prevents it from supporting more than a 16 bit value. It has nothing to do with the OS.
    Last edited by HA_VBCoder; Apr 5th, 2001 at 07:51 PM.

  3. #3
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628
    you could always re-call the function with the final point of the last one. If that function closes the polygon automatically, i think there is another one that doesn't.
    createpolypolygon? Check your references.

    And no, win 98 is not a 32 bit os. It runs on top of dos just like all the others before it did. It is only 32 bits in some places.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width