[comp.lang.c] TURBOC IDE Link of .C and .ASM files

mattern@venus.lerc.nasa.gov (Duane Mattern (Sverdrup)) (10/22/90)

Can anyone shed some light on Borland's TurboC IDE?  I've
been having some trouble setting up the IDE to link .ASM
and .C programs.  It compiles the .ASM and .C programs
O.K, I just can't link them inside the IDE (the files
I have been using to investigate this problem are 
showtot.c and dototal.asm on p 284 of the Turbo Assembler
User's Guide).  These programs link fine outside of the IDE.

I have set the override options on the .ASM file and it compiles
using TASM.  Do I have to set an override option to use TLINK?
If so, how do I go about doing this (its unclear).

Duane Mattern (mattern@mars.lerc.nasa.gov)	(216)433-8186
Sverdrup Technology, Inc.
NASA Lewis M/S 77-1
21000 Brookpark Rd, Cleveland, OH 44135

gordon@osiris.cso.uiuc.edu (John Gordon) (10/24/90)

	I think it says in the Turbo C manuals that if you are going to be
using assembly code, you cannot use the IDE, rather you must use the stand-
alone compiler TCC and TLINK.