Marlon Nardi Posted July 11, 2013 Posted July 11, 2013 Good morning everyone!Anyone here in the group has had trouble in the generation of DLL in Delphi XE4?In 2010 he generates DELPHI corrretamente put the latest version of Delphi does not generate the DLL only. EXE.Below the figures.Att, Quote
gpaulino Posted July 11, 2013 Posted July 11, 2013 hi Marlon happened to me as well, and actually create what I did was I would change the extention to the project, I mean when you compile generates the. exe only change it to. dll and try my I worked with a thousand wonders. . anything let me know please Quote
Administrators Farshad Mohajeri Posted July 11, 2013 Administrators Posted July 11, 2013 It is not a bug. Since XE2 you must re-open your project to generate the DLL. Quote
tzal Posted July 11, 2013 Posted July 11, 2013 Or you can use: //{$define UNIGUI_VCL} // Comment out this line to turn this project into an ISAPI module {$ifndef UNIGUI_VCL} {$E dll} library {$else} {$E exe} program {$endif} Project1; 1 Quote
Marlon Nardi Posted July 12, 2013 Author Posted July 12, 2013 Thank you tzal! Worked perfectly .... 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.