 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Rita Guest
|
Posted: Tue Jul 25, 2006 4:54 am Post subject: isapi dieflie |
|
|
What would need changing in the dpr
to make DieFlie run as an isapi dll ? |
|
| Back to top |
|
 |
Randy Adanza Guest
|
Posted: Tue Jul 25, 2006 7:49 am Post subject: Re: isapi dieflie |
|
|
Cheers,
the quickest way for you to find that one out is to compare the project file
of a standalone app with that of an ISAPI.
A blank ISAPI app has this for a project file (DPR)
library Project1;
{%DeployDocTool 'Deployment.bdsdeploy'}
uses
ISAPIApp,
IWInitISAPI,
Unit1 in 'Unit1.pas' {IWForm1: TIWAppForm},
ServerController in 'ServerController.pas' {IWServerController:
TIWServerControllerBase},
UserSessionUnit in 'UserSessionUnit.pas' {IWUserSession:
TIWUserSessionBase};
{$R *.RES}
exports
GetExtensionVersion,
HttpExtensionProc,
TerminateExtension;
begin
IWRun;
end.
Randy.
"Rita" <spam (AT) nospam (DOT) com> wrote in message
news:44c55db7$1 (AT) newsgroups (DOT) borland.com...
| Quote: | What would need changing in the dpr
to make DieFlie run as an isapi dll ?
|
|
|
| Back to top |
|
 |
Joel Guest
|
Posted: Tue Jul 25, 2006 5:59 pm Post subject: Re: isapi dieflie |
|
|
All you have to do is use the wizard to create a isapi project. Then delete
all of the units from the new project and copy over all of the units from
dieflie.
Then it can be compiled either as an exe or isapi.
"Rita" <spam (AT) nospam (DOT) com> wrote in message
news:44c55db7$1 (AT) newsgroups (DOT) borland.com...
| Quote: | What would need changing in the dpr
to make DieFlie run as an isapi dll ?
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|