[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Returning arrays from DLMs to IDL
- Subject: Returning arrays from DLMs to IDL
- From: Thomas Balbach <balbach(at)sisko.imse.med.tu-muenchen.de>
- Date: Fri, 18 Feb 2000 11:50:31 +0100
- Newsgroups: comp.lang.idl-pvwave
- Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany)
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:18479
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