Question and Answer Database FAQ4437C.txt :Making ilink32 be like tlink32 Category :Linker Platform :All-32Bit Product :C++Builder4.x, Question: In C++Builder 1 and 3 I could use tlink32 instead of ilink32, how do I do this in C++Builder 4? Answer: C++Builder 4 does not ship tlink32. tlink32 is obsolete and future development will only be done on ilink32. Ilink32 can behave simular to tlink32 if it is given the -C switch. Also the /Gn switch will forge ilink32 to not generate state files in effect dissabling incremental linking. 3/11/99 10:57:56 AM
Last Modified: 01-SEP-99