Message-ID: <34631D60.7E58@alum.mit.edu> Date: Fri, 07 Nov 1997 08:53:36 -0500 From: "N. D. Culver" Reply-To: ndc AT alum DOT mit DOT edu Organization: Oxbow Software MIME-Version: 1.0 To: Cesar Scarpini Rabak CC: djgpp AT delorie DOT com Subject: Re: WIN95 and Alt Esc or Ctl Esc References: <1 DOT 5 DOT 4 DOT 32 DOT 19971107120849 DOT 006a44fc AT dce03 DOT ipt DOT br> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Cesar Scarpini Rabak wrote: > > Good luck! (Maybe we could all cooperate and after dissecting carefully all > this messy API we could assemble a nice library of functions to interface > DJGPP progs w/M$-Windows... Eli already "tamed" another int, using it to get > stuff in;out of the clipboard for the DJGPP port) I think it could be done, especially with DLX. A few years ago I put together a cross platform framework which used a little DOS probe program 'oxrun' to determine OS and other things. The main program was packaged in a complicated EXE/PE format which had an embedded modified version of GO32 V1.2 in one of the COFF segments. When the main program started running it used a dynamic linker to load the proper libraries. V2.0 is a different beast than V1.2 so I'll leave it up to others to sort out the messy details. NDC