Re: DLL?
From: Sietse Wijnker (sietse.wijnker_at_ATsw-software.nl)
Date: 06/07/04
- Next message: Dan Freeman: "Re: vb or vfp: advice needed"
- Previous message: swdev2: "Re: VFP 9 on Windows 98 SE"
- In reply to: Scott Cadreau: "DLL?"
- Next in thread: Claude Fox: "Re: DLL?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Jun 2004 23:16:23 +0200
Hi Scott,
As Gerben and Eric said, using a DLL for buisiness logic can easely be done.
When you want to use the buisiness-logic from VFP and other applications,
then you probablt want to go with COM-DL
The disadvantadge using the DLL (COM object) is that you'll have to register
it. This off course can be done in a good installation, but you also can
consider a different alternative: Compiling the different modules into .APP
These APP are easely used from other VFP applications AND you can use forms
inside the app in your applications
HTH,
Sietse Wijnker
"Scott Cadreau" <scadreau@aros.net> wrote in message
news:PMKdnd1T99xMTFndRVn-ig@aros.net...
> I am writing a group of fairly large applications. There are a few
> "modules" that could be written to be used in any of the applications.
>
> My question is what is the best route to take for these modules? My first
> thoughts are do create dll's, but I am not sure how to pass the dll's any
> parameters. Is that the best route to take? If so, can someone point me
to
> a good book/article that will help me build my dll's?
>
>
> Thanks,
>
> Scott
>
>
- Next message: Dan Freeman: "Re: vb or vfp: advice needed"
- Previous message: swdev2: "Re: VFP 9 on Windows 98 SE"
- In reply to: Scott Cadreau: "DLL?"
- Next in thread: Claude Fox: "Re: DLL?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|