Jump to content

How to produce DLL file for isapi


Skepsis IT

Recommended Posts

Hello everybody.

 

When I start a project I select on the wizard project type VCL Application / Standalone Server / ISAPI Module (2nd option). By this it is generated an exe file that helps me write the program in my development pc. The question is when I finish that project and I'll need the dll for put it online on an apache sever, how I produce it?

 

Thanks for your time

Link to comment
Share on other sites

Hi

 

Just open de .dpr file and see the first line :

{$define UNIGUI_VCL} // Comment out this line to turn this project into an ISAPI 
module'

So...just put 2 slashes at the beginning of this first line and a .dll will be produced.

 

Regards Peter

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...