Marlon Nardi Posted August 19, 2013 Posted August 19, 2013 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. Quote
uniguibbs Posted August 20, 2013 Author Posted August 20, 2013 yes, when select Win64 platform, generates DLL very large. one of my project Win32: 8M Win64: 26M what's the matter? Quote
Administrators Farshad Mohajeri Posted August 20, 2013 Administrators Posted August 20, 2013 Compile in Release mode. Quote
uniguibbs Posted August 20, 2013 Author Posted August 20, 2013 still larger than win64. but it's smaller. reduce to 11m. Quote
uniguibbs Posted August 20, 2013 Author Posted August 20, 2013 sorry . Compile in Release mode, still larger than win32. but smaller in debug mode. reduce to 11m. thanks farshad Quote
Marlon Nardi Posted August 20, 2013 Posted August 20, 2013 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 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.