Moin,
für eine
ISAPI dll habe ich eine Lösung
Converting our WAD application to an
ISAPI DLL
1. First, create a new web application through File | New | Other | WebSnap | WebSnap Application. Choose
ISAPI.
2. Remove the default web
unit created, and add all the units that you had in your WAD project,
_ _ with the
exception of the
unit which has a TForm in it. In our case, we will add the HomeU and CounterU units.
3. Compile the project.
4. Install your
DLL into your web servers scripts directory. Remember to transfer the
ISAPI Dll,
_ _ and all the
HTML files (in our case CounterU.HTML and HomeU.HTML) to your web server's Scripts or
ISAPI directory
Leider ist das für ein Apachemodul noch nicht ganz der letzte Schritt. Am besten man nimmt ein bestehendes Apache-Projekt und kopiert die Angaben im Projketquelltext in das aktuelle Projekt.
So long erstmal...
Grüße // Martin