Question and Answer Database FAQ1228C.txt ILINK32 does not support segmentation Category :Linker Platform :All Product :C++Builder 1.x Question: What is the meaning of the error, "Fatal: j:\libldr\intf.asm ilink32 doesn't support segmentation — use tlink32." Answer: This error means that the you have more than one segment of a given type. Compiling with BC 5.01 browser information will cause this. .DEF files can define multiple segments of the same type, and TASM32 can generate .OBJs like this. Also, please note that ILINK32 does not support ALIAS records. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99