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





Article #15067: 'Could not find precompiled type obj file foo.#00'

 Question and Answer Database
FAQ67C.txt 'Could not find precompiled type obj file foo.#00'
Category :IDE
Platform :All
Product :C++Builder 1.x
Question:
Why do I get a linker warning,
"Warning: Could not find precompiled type obj file foo.#00"
Answer:
The foo.#00 file contains debug info for a precompiled header
(.csm file) which was used to build an .obj file which you
are currently linking.
foo.#00 is not in a directory locatable by the linker. So find
that file and put it with the other .obj's or ignore the
warning.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99