freelanceprogrammers.org Forum Index » Delphi
error in Wrapdelphigraphics
Joined: 23 Oct 2006
Posts: 5
error in Wrapdelphigraphics
It seems there is a little error in TPyDelphiCanvas.StretchDraw_Wrapper
in module wrapdelphigraphics :
oRect is object and not array of int so
replace this line
if (PyArg_ParseTuple( args, `iiO:StretchDraw`,
[@_oRect, @_oGraphic] ) <> 0) and
by
if (PyArg_ParseTuple( args, `OO:StretchDraw`,
[@_oRect, @_oGraphic] ) <> 0) and
Thanks.
Good Dev..
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







