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





Article #16306: Cannot create mapfile *.ilc

 Question and Answer Database
FAQ1306C.txt Cannot create mapfile *.ilc
Category :Linker
Platform :All
Product :C++Builder 1.x
Question:
When I build a project / add a component in C++ Builder, I get
the following error:
Linker Fatal: cannot create mapfile *.ilc
What can I do?
Answer:
Generally, deleting the *.il* files in the project directory
(or whatever directory the error names) will fix the problem.
It may be that shutting down the IDE and restarting will help,
but it seems to be a corruption problem with the ilink files
(*.il*). Even if the default *.il* files in the \BIN directory
are named, you can delete them: Builder will generate a new set
of them.
Please note that the problem is NOT related to the creation of
a linker map file, but rather a memory-mapped file; turning off
the creation of a linker map file will NOT solve this problem.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99