Re: VFP DLL/COM server newbie

2008-07-09 Thread Alan Bourke
On Wed, 09 Jul 2008 08:51:08 -0400, "Richard Kaye" <[EMAIL PROTECTED]> said: > Ideally, I'd like to be able to use an array for the return value > but I'm not sure if it is possible to return a VFP array from a COM > object to a non-VFP requester. I would imagine it would be far, far easier t

VFP DLL/COM server newbie

2008-07-09 Thread Richard Kaye
I'm working on implementing my first VFP DLL in a production environment. It's leveraging code I have in use in a form. In general terms, I'm pulling out some functionality for parsing text, searching for words & phrases in various lookup tables and returning a value representing the best match