
Visual Basic and Visual C++ DLL with array of structures
Does anyone have an example of using an array of structures with Visual
Basic (4.0) and Visual C++ (1.52) in a DLL? I found an example of
using an array of strings in vb4dll.txt, but I can't seem to convert it
to work with a structure. The structure contains strings, integers,
and floats.
TIA.