From: kunst AT prl DOT philips DOT nl Subject: Re: Win 3.1 Interface for DJGPP To: williams AT cs DOT curtin DOT edu DOT au (Bradley Williamson) Date: Mon, 16 May 1994 10:04:58 +0100 (METDST) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP users list) Bradley Williamson (williams AT cs DOT curtin DOT edu DOT au) writes: > I have just subscribed to this mailing list so don't flame me from this > question. Anyway, the question is that does any Windows (3.1) libraries > exist for DJGPP? and if so, where can they be obtained from. > There appears to be such a thing for usage with EMX. I haven't any experiences with it, nor with EMX itself. Perhaps there are DJGPP users out there that also (have) use(d) EMX and could tell you more about the Windows lib. .^^^^^^^^ _____________________________________ | | / Pieter Kunst (P.J.) \ | _ _| / Philips Research Laboratories, \ .--(o)(o) / Building WY3, Prof. Holstlaan 4, \ |@ _) / 5656 AA Eindhoven, The Netherlands. | | ,___| / e-mail: kunst AT prl DOT philips DOT nl / | / \_______________________________________________/ /____\ =============================================================================== Article 7894 (9 more) in gnu.gcc.help: From: borel AT iisnext6 DOT unil DOT ch (Alain BOREL) Subject: Re: GCC for Windows Date: 27 Apr 1994 14:04:30 GMT Organization: University of Lausanne CH (Switzerland) Lines: 34 Message-ID: <2plrde$7hr AT cisun2000 DOT unil DOT ch> NNTP-Posting-Host: iisnext6.unil.ch kligys AT scf DOT usc DOT edu wrote: @{beginquote} Well, I am really clueless on this one. Is it possible to make GCC to generate a native MSWindows program ? Any libraries for emulating stdio? @{endquote} There is a package called RSXwin which is supposed to allow you to create 32 bits Windoze apps; it is actually an extension to EMX (a port of gcc for dos and OS/2 2.x) and RSX, an extension which enables EMX programs to run under DPMI (a dos shell under Windows, for example). With RSXwin, you should be able to compile Windows 3.0 programs with (hopefully) no source change. There is also a stdio emulation, and a command line tool (with menus, mouse support and so on) is provided as an example). EMX can be found as: emx????? (present version should be 0.8h), but I do not remember where (I think i found it at a site specialized in OS/2). RSX can be found as dpmigcc? (I think there s a version number at the end). RSXwin can be found as rsxwin?? (there s a version number, 2 or 3a I guess). If you can get it and manage to compile anything, could you please mail me? I just can t compile anything that #include s windows.h, which is rather frustrating... Alain Borel ===============================================================================