Is it possibe to integrate a Foxpro 2.6 for windows application with a COM
dll. I would really appreciate the help.

Thanks,
Joyce.

Re: Integartion of a Foxpro 2.6 for windows application with a COM dll by Stefan

Stefan
Wed Jan 12 04:54:22 CST 2005

Since VFP can handle Fox 2.6 tables safely, would it be an
option to build the COM DLL in VFP and let the legacy app
do its own stuff separately?
See also "DDE" in help.

hth
-Stefan

"JoyceJoseph" <JoyceJoseph@discussions.microsoft.com> schrieb im Newsbeitrag
news:43358272-F1FF-4D79-AA66-004C9A6B9962@microsoft.com...
> Is it possibe to integrate a Foxpro 2.6 for windows application with a COM
> dll. I would really appreciate the help.
>
> Thanks,
> Joyce.


Re: Integartion of a Foxpro 2.6 for windows application with a COM by JoyceJoseph

JoyceJoseph
Mon Jan 17 04:47:02 CST 2005

Hi Stefan,

Thanks for the reply. Well the COM DLL cannot be built in VFP as it is being
used in an enterprise application. If built in VFP it could have a negative
effect on other applications. So this option is not possible.

Regards,
Joyce.

"Stefan Wuebbe" wrote:

> Since VFP can handle Fox 2.6 tables safely, would it be an
> option to build the COM DLL in VFP and let the legacy app
> do its own stuff separately?
> See also "DDE" in help.
>
> hth
> -Stefan
>
> "JoyceJoseph" <JoyceJoseph@discussions.microsoft.com> schrieb im Newsbeitrag
> news:43358272-F1FF-4D79-AA66-004C9A6B9962@microsoft.com...
> > Is it possibe to integrate a Foxpro 2.6 for windows application with a COM
> > dll. I would really appreciate the help.
> >
> > Thanks,
> > Joyce.
>
>

Re: Integartion of a Foxpro 2.6 for windows application with a COM by Anders

Anders
Mon Jan 17 06:20:25 CST 2005

Interesting. What would those side-effects possibly be?
-Anders

"JoyceJoseph" <JoyceJoseph@discussions.microsoft.com> wrote in message
news:266E1495-D545-4BC6-B4C8-EEBE985D9896@microsoft.com...
> Hi Stefan,
>
> Thanks for the reply. Well the COM DLL cannot be built in VFP as it is
being
> used in an enterprise application. If built in VFP it could have a
negative
> effect on other applications. So this option is not possible.
>
> Regards,
> Joyce.
>
> "Stefan Wuebbe" wrote:
>
> > Since VFP can handle Fox 2.6 tables safely, would it be an
> > option to build the COM DLL in VFP and let the legacy app
> > do its own stuff separately?
> > See also "DDE" in help.
> >
> > hth
> > -Stefan
> >
> > "JoyceJoseph" <JoyceJoseph@discussions.microsoft.com> schrieb im
Newsbeitrag
> > news:43358272-F1FF-4D79-AA66-004C9A6B9962@microsoft.com...
> > > Is it possibe to integrate a Foxpro 2.6 for windows application with a
COM
> > > dll. I would really appreciate the help.
> > >
> > > Thanks,
> > > Joyce.
> >
> >


Re: Integartion of a Foxpro 2.6 for windows application with a COM by Stefan

Stefan
Tue Jan 18 01:25:59 CST 2005

Hi Joyce,

As Anders pointed out, VFP works just fine in enterprise applications :-)
However, the only "automation" approach with Fox2.6 is DDE, as far
as I know.
If you want to write the COM server in another language, I think it might
still make sense not to integrate Fox2.x via DDE but to have a third project,
a VFP COM server, to be integrated with the first one, and let the legacy
app untouched. Just my 2 cents


-Stefan


"JoyceJoseph" <JoyceJoseph@discussions.microsoft.com> schrieb im Newsbeitrag
news:266E1495-D545-4BC6-B4C8-EEBE985D9896@microsoft.com...
> Hi Stefan,
>
> Thanks for the reply. Well the COM DLL cannot be built in VFP as it is being
> used in an enterprise application. If built in VFP it could have a negative
> effect on other applications. So this option is not possible.
>
> Regards,
> Joyce.
>
> "Stefan Wuebbe" wrote:
>
>> Since VFP can handle Fox 2.6 tables safely, would it be an
>> option to build the COM DLL in VFP and let the legacy app
>> do its own stuff separately?
>> See also "DDE" in help.
>>
>> hth
>> -Stefan
>>
>> "JoyceJoseph" <JoyceJoseph@discussions.microsoft.com> schrieb im Newsbeitrag
>> news:43358272-F1FF-4D79-AA66-004C9A6B9962@microsoft.com...
>> > Is it possibe to integrate a Foxpro 2.6 for windows application with a COM
>> > dll. I would really appreciate the help.
>> >
>> > Thanks,
>> > Joyce.
>>
>>