Question and Answer Database FAQ2558C.txt BCB 3 app crashes at startup Category :IDE Platform :Win95/NT Product : C++Builder3.x Question: BCB app crashes at startup. Answer: There is a bug where sometimes the IDE managed makefile is getting an incorrect LIBRARIES line. To work around this try the following: edit the .BPR makefile source to look like the following for the ALLLIB line. ALLLIB = VCL35.LIB $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib Note: VCL35.LIB must be first in the ALLLIB line. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99