[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Returning arrays from DLMs to IDL



Hi everybody,
has anyone got suggestions on how to return arrays back from a 
DLM(dynamic link module) into IDL using an IDL_VPTR pointer? Using a 
template array in IDL before calling the DLM and pointing the data to 
this array within the DLM results in the IDL message 

'Array has a corrupted descriptor: TEMPLATE.' 
   
Although the array's data would be correct, IDL halts execution.

Thanks in advance
Thomas