Date: Tue, 30 Jan 1996 13:19:09 +0200 (IST) From: Eli Zaretskii To: Werner Drescher Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: executable File On Tue, 30 Jan 1996, Werner Drescher wrote: > I wrote a program in C++ and now I want a executable File. I used the > program coff2exe to get it, but the exe-File still need go32 to run. > How can I make it run without go32 ? Can I link go32 to my own program ? Please read the DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP). You *can* bind your program with go32; the way to do it is described in section 9.13 of the FAQ.