Does anyone out there know how to create SAFEARRAY in VFP.
I have a 3rd party COM object which requirest a SAFEARRAY as a parameter and
following are the items,
"Name", <Name>
"SurName", <SurName>
"Prefix", <Prefix>
The COM object has been written in C++ by a client, and we need to use this
COM object to integrate our app with theirs.
I checked UT and found some old code related to this, but it doesn't work
and i could't figure anything out!!!
Any help on this would be much appreciated.