Date: Thu, 25 Apr 1996 10:35:43 +0200 (IST) From: Eli Zaretskii To: Shawn Lee Cc: The DJGPP Mailing List Subject: Re: Microsoft VC++ libraries In-Reply-To: <317CDEAC.5202@fs1.mar.lmco.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 23 Apr 1996, Shawn Lee wrote: > Can someone tell me how to link a gcc program to libraries created in > Microsofts VC++ (latest version)? This may have been answered already, > but I need some feedback on the reliability of such a process. It is barely possible for C programs, by using an OBJ-to-COFF converter (see the FAQ, it points you to such a beast). For C++ programs I'd say look for another way before betting on it.