Jump to content

DELPHI XE4 not generate a DLL


Marlon Nardi

Recommended Posts

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,

 

post-545-0-20982200-1373551272_thumb.png

post-545-0-25351700-1373551282_thumb.png

post-545-0-37595400-1373551292_thumb.png

Link to comment
Share on other sites

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 :D
Link to comment
Share on other sites

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;
  • Upvote 1
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...