Re: Noch mal DLL

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Holger Vorberg (eimer_at_die-vorbergs.de)
Date: 07/29/04


Date: Thu, 29 Jul 2004 16:48:47 +0200

Hi,

so wie ich das sehe, hast du unterschiedliche Anforderungen.
Dafür kannst du auch unterschiedlich Werkzeuge benutzen.

- Für das indizieren oder selektieren von Daten kannst du dir ganz leicht
eine VFP .EXE oder .DLL erzeugen.
- Wenn du visuelle Elemente brauchst, dann mach dir dafür ein Programm mit
VFP.

Das muss ja nicht alles in einer .EXE bzw. .DLL sein.

> Wenn ich nun in dem Delphi
> Datenbankgrid Sätze zum Filtern markiere und den Befehl
> zum Filtern zu Fox Sende, erhalte ich dann in Delphi das
> gefilterte Ergebnis?

man kann das so implementieren, dass du anschliessend die Daten in Delphi
hast.

-- 
Tschüß,
       Holger Vorberg
       MS Visual FoxPro MVP
       dFPUG Regionalleiter Bielefeld


Relevant Pages

  • Re: Delphi 2006 with C++ Builder
    ... You can try and replace your C RTL functions with Delphi equivalents. ... >> can create LIB file on DLL. ... You need to build exe with runtiome libraries. ...
    (borland.public.delphi.non-technical)
  • Re: Delphi 2006 with C++ Builder
    ... > can create LIB file on DLL. ... In Delphi you have common VMT. ... TFrame from DLL ... > has different pointer to its VMT then in EXE so 'is' 'as' ...
    (borland.public.delphi.non-technical)
  • Re: Include DLLs within an EXE
    ... patch things up so that your .exe would call the internal DLL. ... Provided there is no way to include a Delphi ... DLL into a Delphi EXE using only Delphi tools, ...
    (comp.lang.pascal.delphi.misc)
  • Re: Delphi 2006 with C++ Builder
    ... Pete Fraser wrote: ... >> I'd like to do is eliminate the DLL and put it in the main Delphi ... DLL and would make my app one exe rather exe + dll. ...
    (borland.public.delphi.non-technical)
  • Re: Share ADO Connection from Exe TO DLL
    ... different Delphi versions you'll see that your code will fail ... as hint - TADOConnection in exe and TADOConnection in dll are different ...
    (borland.public.delphi.database.ado)