Hi List: I wonder if it is possible to receive a string from an external C function. I managed to send a string to an external function, but when I try to return a string from my C function, allocated with malloc, I get the following error:
Internal error generate_global_data failed Thanks in advance!
