Kanat Posted June 17, 2012 Posted June 17, 2012 How to reduce the size of my isapi module output 10 mb. Affect the performance of size? I want to put the isapi module to your web site, how to speed up the loading of the module. best regards Quote
Administrators Farshad Mohajeri Posted June 17, 2012 Administrators Posted June 17, 2012 What is your Delphi version? XE2 can produce big exe files. There are ways to reduce it but in general it causes no problem because DLL is loaded into memory only once. Quote
Kanat Posted June 17, 2012 Author Posted June 17, 2012 I have delphi XE2 More details can write as much as possible to reduce the size of the exe and dll files thank you Quote
Administrators Farshad Mohajeri Posted June 17, 2012 Administrators Posted June 17, 2012 Search in google or Embarcadero forums about how to reduce exe size. Quote
andersa@ellenshoej.dk Posted June 18, 2012 Posted June 18, 2012 I have delphi XE2 More details can write as much as possible to reduce the size of the exe and dll files thank you The dll is not sent to the client, so it does not matter how big it is. It does not have any effect on the performance if you reduce the dll size. You are probably wasting your time trying to fix this non-issue. 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.