Jump to content

Recommended Posts

Posted

supports yes, I am using without any problem ...

the only thing I did not like is that the DELPHI XE4 generates (. EXE. DLL) very large.

Posted

yes, when select Win64 platform, generates DLL very large.

 

one of my project Win32:   8M

                             Win64: 26M

 

what's the matter?

Posted

Another way to reduce the size is to comment on the use of RTTI if you do not use:

the file. dproj use:

{$ IF CompilerVersion> = 21.0}
ON} {$ WEAKLINKRTTI
{$ RTTI EXPLICIT METHODS ([]) PROPERTIES ([]) FIELDS ([])}
{$} Ifend
  • 2 weeks later...

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...