Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Large DSM files - can they be truncated?
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Question:
A quick scan thru my harddisk showed me over 300 megabytes with .DSM files.
As I can delete them and Delphi will generate them later when building,
is there any reason to keep them on disk?
Answer:
Go to 'Environment Options' and select 'save desktop only' and it won't save
DSM files. The only effect is that you need to compile before the symbols are
available.
Comments:
|