Mail Archives: djgpp/1995/01/24/02:33:28
> 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.
- Raw text -