FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour GDI+
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: GDI+
Posted: Mon Sep 26, 2011 09:53 PM

Günther,

Use hb_xgrab( length_of_the_array * size_of_each_element ) to dynamically allocate the required struct memory and call hb_xfree() to release it once you are done.

Please review the source code of source\winapi\drawing.c function PolyPoligon()

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: GDI+
Posted: Wed Sep 28, 2011 01:24 PM

Antonio, i found another way for handling (multi-)arrays as parameter. Tomorrow i will send to you the source and some comments.
Now is adding function for cardinal-curves also.

Regards,
Günther
---------------------------------
office@byte-one.com

Continue the discussion