| View previous topic :: View next topic |
| Author |
Message |
Brendan Guest
|
Posted: Fri Jan 20, 2006 11:29 am Post subject: Delphi 6 and Apache 2.0.54.0 |
|
|
Is is possilbe to create a DLL for this version of Apache? I'm trying to get
a SOAP server going but I'm not having any luck. A search on Google reveals
a solution for Delphi 7 (Not that this will help in my case.)
|
|
| Back to top |
|
 |
Bjorge Sæther Guest
|
Posted: Mon Jan 23, 2006 1:46 pm Post subject: Re: Delphi 6 and Apache 2.0.54.0 |
|
|
Brendan wrote:
| Quote: | Is is possilbe to create a DLL for this version of Apache? I'm trying to get
a SOAP server going but I'm not having any luck. A search on Google reveals
a solution for Delphi 7 (Not that this will help in my case.)
|
You mean an ISAPI dll ? In that case - yes:
File | New... | Other... | Business | DB Web Application Wizard
(phuh....) The problem with this one is that you get some possibly
unwanted db stuff that you can't avoid . . unless you delete all of it
manually.
.... or have a look at TWebApplication documentation in Help file.
Bjorge
|
|
| Back to top |
|
 |
|