I'm having trouble declaring function from DLL in VFP. Declaring of variables and functions, that use "regular" datatypes (such as double, integer, string) parameters went ok. I'm not sure how to declare functions, that use variant (like vb datatype ANY) parameters.
declare VarFunc in abc.dll integer (or string) VarParam
isn't working and i dont know, what type can i use for VarParam parameter. Any sugestions?
declare VarFunc in abc.dll integer (or string) VarParam
isn't working and i dont know, what type can i use for VarParam parameter. Any sugestions?