DLL in C with function returnung string
I have some C code which implements functions returning strings.
I want to compile this as a DLL and then call the DLL
from VBA.
The problem is that C functions returning VBA-usable strings seem to be
VERY hard to write. Googling around I did not find a good solution.
Does anybody have a code skeleton to achieve this?
|