Re: DLL?

From: Sietse Wijnker (sietse.wijnker_at_ATsw-software.nl)
Date: 06/07/04


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
>
>



Relevant Pages

  • COM Question
    ... If you register a new dll, then it shows up in the ... list as an available device in the various host applications. ... The new app is C#. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Could the Python swallow the Fox?
    ... You'll need the same years of experience with another language and develop the same types of applications to get true measures. ... And I've never said migrating an app from VFP to something else was the way to go unless you needed to do something that was difficult or impossible in VFP. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Development for VGA resolution in C# - how?
    ... > If this was possible then i could look for our applications loaded on the ... > which explains the concept of how to stamp an exe then i would be very ... >>> Robert, ... The EXE's are just a shell which load the DLL and passes ...
    (microsoft.public.pocketpc.developer)
  • Re: " Com Surrogate Has stopped workkng."
    ... They have to be called loaded by an executable program. ... Dllhost, rundll32, and svchost are three system applications that, while having legitimate system uses, can all be used to hide the process that is really running on your PC. ... While there are tools by which you can determine what applications these three hosts are hiding from you, those tools are generally considered advanced tools. ... There is no reason for an application to be built in a DLL rather than in a real executable. ...
    (microsoft.public.windowsmedia.player)
  • Re: COM Surrogate
    ... if I want to allow COM Surrogate to acces the internet. ... Dllhost, rundll32, and svchost are three system applications that, while ... the actual DLL's running are not listed, only the hosts are listed. ... There is no reason for an application to be built in a DLL ...
    (microsoft.public.windowsmedia)