Hello,
Retrieving the data may not be an easy task. How are Delphi
strings represented in memory? If they
are C string style it might not be too bad, but if they are something proprietary
it could be a little complicated. If it’s
a C string, set up your CLF to return an adapt to type, and simply wire in an
array of strings constant from LabVIEW.
If its more complicated you might want to consider returning the data in
a more standard format from Delphi (which I admittedly
have never worked with). Check out the “Using
External Code in LabVIEW” manual for more information.
Hope it helps-
Travis M
LabVIEW R&D
National Instruments