View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Erich Neuwirth Erich Neuwirth is offline
external usenet poster
 
Posts: 41
Default 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?