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>

Reply via email to