This has been discussed here many times. I don't know if it was over
7000 messages ago or not, but it could have been. Don't include any of the DCU, or DSK files when you copy the project 复制项目文件到其他文件夹时,不要包括单元的DCU和项目DSK文件。 在新文件夹里第一次先Build一次。 |
Ryan VanIdersti
Delphi Developer |
Wed, 12 Aug 1998 03:00:00 GMT
Re:Error reading symbol file - how to get rid ofQuoteIn article <3126d9bf.244689@news>, bk...@primenet.com (Brien King) wrote: file you will find [Symbols] Just delete the 'SymbolFile' line and you can reload the project and 删除DSK file里的符号文件行。 Also I have found that I get the Disk full error when I delete the Ryan VanIderstine |
Board index » delphi » Error reading symbol file at startup
Don Payette
Delphi Developer |
Error reading symbol file at startup2003-11-18 02:58:12 AM delphi176 I'm having a problem where I get an "Error reading symbol file" message in D7, and I found this real old message in groups.google.com. What I want to know is, what is the "symbol file" he says to delete. In my world, a symbol file is some file.pas that you compile to make an object file. I am not going to delete that symbol. :-) Is it some file with my project name and some other extension? There are quite a few of those created by Delphi (proj.dsk, proj.cfg, etc.). Are these other extensions documented somewhere? TIA Don Payette QuoteMessage 2 in thread |
Nick Hodges (TeamB)
Delphi Developer |
2003-11-18 03:08:47 AM
Re:Error reading symbol file at startupOn Mon, 17 Nov 2003 10:58:12 -0800, Don Payette <XXXX@XXXXX.COM>
writes: QuoteIn my world, a symbol file is some file.pas that you compile to make open the object browser without having a current compile for your application I heartily recommend you delete all your DSM files, and stop the compiler from even creating them. Nick Hodges - TeamB Lemanix Corporation Please always follow the newsgroup guidelines -- www.borland.com/newsgroups |
Don Payette
Delphi Developer |
2003-11-19 01:28:34 AM
Re:Error reading symbol file at startupThanks, Nick. Deleted *.dsm and changed "Desktop and symbols"
to "Desktop only" in Tools|Environment Options, Preferences tab Desktop contents group. "Nick Hodges (TeamB)" <XXXX@XXXXX.COM>writes: QuoteOn Mon, 17 Nov 2003 10:58:12 -0800, Don Payette <XXXX@XXXXX.COM> |