Главная страница | назад





Article #16216: Unknown Error 1

 Question and Answer Database
FAQ1216C.txt Unknown Error 1
Category :IDE
Platform :All
Product :C++Builder 1.x
Question:
What cause this error in C++Builder?
Answer:
This is generally due to some sort of corruption in the files
C++Builder uses to speed up compiles and links. When you get
this error close the IDE and delete incremental linker files
*.il? and precompiled header files *.csm *.#00 *.#01 etc.
Note that in addition to your own working directories you
should remove these files from BCB directories. In the BIN
you will see CMPLIB32.il? if rebuilding the component library.
In the LIB directory you will see VCLD.CSM files or VCL.CSM
files that can be deleted.
If you continue to have a problem with this error on a project
try truning off "Cache hdrs on startup", try changing
"Cache pre-compiled headers" to "Use..." or "None". Try
turning off the incremental linker.
If you have a reproducable test case please submit as a bug
and please note RAM ( 16 absolute min, 24 better ), available
disk space and OS ( e.g. WIN95, OSR 2, WIN95B, WINNT 4.0
and MS Windows service pack levels ).
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99