uniguibbs Posted August 19, 2013 Share Posted August 19, 2013 0.93.1.1000 not support xe4 upd1? Quote Link to comment Share on other sites More sharing options...
Marlon Nardi Posted August 19, 2013 Share 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 Link to comment Share on other sites More sharing options...
uniguibbs Posted August 20, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted August 20, 2013 Administrators Share Posted August 20, 2013 Compile in Release mode. Quote Link to comment Share on other sites More sharing options...
uniguibbs Posted August 20, 2013 Author Share Posted August 20, 2013 still larger than win64. but it's smaller. reduce to 11m. Quote Link to comment Share on other sites More sharing options...
uniguibbs Posted August 20, 2013 Author Share Posted August 20, 2013 sorry . Compile in Release mode, still larger than win32. but smaller in debug mode. reduce to 11m. thanks farshad Quote Link to comment Share on other sites More sharing options...
Marlon Nardi Posted August 20, 2013 Share 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 Link to comment Share on other sites More sharing options...
uniguibbs Posted September 4, 2013 Author Share Posted September 4, 2013 ok , i will try Quote Link to comment Share on other sites More sharing options...
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.