Question and Answer Database FAQ49C.txt What are '*.#00' files? Category :Linker Platform :All Product :C++Builder 1.x Question: When I build my project I get all these files, foo.#00 foo.#01 foo.#02 foo.#03 Where do they come from ? Do I need them ? Answer: These contain something equivalent to debug information for code residing in precompiled headers (those .csm files). The linker TLINK and ILINK will look for them and issue a warning if they are not found. "Warning: Could not find precompiled type obj file foo.#00" 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99