Xref: news-dnh.mv.net comp.os.msdos.djgpp:2629 Path: news-dnh.mv.net!mv!news.sprintlink.net!nwnews.wa.com!uw-coco!uw-beaver!cornellcs!travelers.mail.cornell.edu!news.kei.com!news.mathworks.com!newsfeed.internetmci.com!newsxfer.itd.umich.edu!umcc.umich.edu!umcc.umcc.umich.edu!arbanas From: arbanas AT umcc DOT umcc DOT umich DOT edu (Richard Arbanas) Newsgroups: comp.os.msdos.djgpp Subject: DJGPP w/Borland library? Date: 13 Oct 1995 23:06:34 GMT Organization: UMCC, Ann Arbor, MI, USA Lines: 22 Nntp-Posting-Host: umcc.umcc.umich.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Hello, I am attempting to compile C code that contains calls to functions defined in a library called "libdde.lib". This library appears to be generated w/ Borland Turbo C++. I tried the following gcc -o test test.o libdde.lib and received the following error: libdde.lib: file not recognized: File format not recognized. Considering that "libdde.lib" was bundled with a 3rd party commercial application that I do not have source code for, do I have any options to use djgpp (or emx) or will I be forced to purchase a commercial pc 'C' compiler. Thanks for any insight. Larry Arbanas arbanas AT umcc DOT umich DOT edu