IDL_StructTagInfoByIndex #1366
Replies: 1 comment
-
Hi, interesting question. This is pushing GDL a bit too far outside its purpose and limits.. Even if GDL knows how to incorporate compiled code (by CALL_EXTERNAL) in your particular case as the C code really needs the correct output of |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there an equivalent to the
IDL_StructTagInfoByIndex
function in GDL? I'm trying to port some code that uses a compiled C code .so shared library. However, the shared library references the above function and GDL fails when trying to call that IDL specific function because it doesn't know what it is.Is there some kind of workaround for this - perhaps someone has already written an equivalent or something? :)
Thanks in advance for any help,
Andy Barnes.
Beta Was this translation helpful? Give feedback.
All reactions