I have been playing with output from RubberSheet in DXCallModule(). I get a
program hang up everytime I use the RubberSheet. The program portion for the
RubberSheet looks like,
Object import_out, rubbersheet_out;
...
DXModSetObjectInput(&minput[0],"data",import_out);
DXModSetFloatInput(&minput[1],"scale",0.01);
DXModSetObjectOutput(&moutput[0], "graph", &rubbersheet_out);
rcode = DXCallModule("RubberSheet",2,minput,1,moutput);
if(rcode == ERROR) goto error;
...
When this code runs, the program enters a execution mode and it never returns
to the lines following the DXCallModule. I am suspecting the 'graph' output
from the DXCallModule.
Anyone has the RubberSheet working in DXCallModules ?
Thanks,
-Ron