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)");

--
______________________________________________________________________
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>

Reply via email to