Thanks Alfred, that works great
On 14.4.2009, at 09:02, Alfred Van Hoek wrote:
Just use the entrypoint: rgbSurfaceTransformRGB
On Apr 13, 2009, at 9:46 PM, Björn Eiríksson wrote:
Is is really supposed to be totally impossible to load methods
that take Array as parameter?
I always always get failure when attempting this
All the following cases fail:
ETransform = (void (*)(REALobject,REALarray,REALarray,REALarray))
REALLoadObjectMethod(rgbSurface,"Transform(map() as
Integer,greenmap() as Integer,bluemap() as Integer)");
ETransform = (void (*)(REALobject,REALarray)) REALLoadObjectMethod
(rgbSurface,"Transform(map() as Integer)");
ETransform = (void (*)(REALobject,REALarray,REALarray,REALarray))
REALLoadObjectMethod(rgbSurface,"Transform(map as Integer,greenmap
as Integer,bluemap as Integer)");
ETransform = (void (*)(REALobject,REALarray)) REALLoadObjectMethod
(rgbSurface,"Transform(map as Integer)");
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
--
______________________________________________________________________
Björn Eiríksson [email protected]
Einhugur Software
http://www.einhugur.com/
______________________________________________________________________
Einhugur Software has sold its products in 56 countries world wide.
______________________________________________________________________
For support: [email protected]
To post on the maillist: [email protected]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>