Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!llenroc!cornell!vax5.cit.cornell.edu!rev From: rev@vax5.cit.cornell.edu Newsgroups: comp.windows.ms.programmer Subject: Linking TC .obj to Windows ? Message-ID: <1991Mar19.181423.3483@vax5.cit.cornell.edu> Date: 19 Mar 91 22:14:23 GMT Distribution: comp Organization: CIT, Cornell University Lines: 16 How to add .obj to a link list for Windows? From the BC++ User Guide it seems to me that one *must* to compile all files with th -W option to be able to create a Windows application. What happens, if I have an .obj compiled with TC without th -W option? Do ALL the files have to be compiled with -W ? And also: when programming for Windows is name mangling allowed (like a declaration: extern "C" void TCfunction();) ? All advice is appreciated. Peter Revesz, Cornell, MS&E revesz@snoopy.msc.cornell.edu