Skepsis IT Posted May 26, 2013 Posted May 26, 2013 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 Quote
mierlp Posted May 26, 2013 Posted May 26, 2013 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 Quote
Javier Bechir Posted May 27, 2013 Posted May 27, 2013 when comment that line, equals a .exe is generated Quote
Skepsis IT Posted May 27, 2013 Author Posted May 27, 2013 Thank you very much! So now I can easily deploy apps and test on my pc and when is done deploy it to apache! Quote
rencarnacion Posted May 27, 2013 Posted May 27, 2013 If you are using XE2 you must close the project and open again and then when you compile will generate a DLL Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.