To: deisher AT enws261 DOT eas DOT asu DOT edu (Michael E. Deisher) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: what exactly is Windows support? Date: Tue, 24 Jan 95 08:41:44 +0200 From: "Eli Zaretskii" > Hi. The readme.1st file indicates that Windows is supported. > However, I cannot find much information beyond this describing the > support. Is there a Windows-compatible version of go32? DJGPP currently only supports program which run in DOS box under Windows. This means, you cannot call any Windows DLLs from DJGPP program. If your program does graphics, it won't currently work under Windows. > The software I am developing must run under MS Windows 3.1 without > flipping the display into text mode (i.e., it must run in the > "background"). Thanks in advance for any help anyone can give. I believe you can do this by defining a proper .PIF file for your program. If your program only does text output, you can run it as ``windowed'' application as opposed to ``full-screen'' one.