From: Vincenzo Morello Newsgroups: comp.os.msdos.djgpp Subject: MGUI for Win32 using DJGPP Date: Wed, 12 Mar 1997 18:55:46 +0100 Organization: Telecom Italia - Video On Line Lines: 26 Message-ID: <3326EE22.35F@mbox.vol.it> NNTP-Posting-Host: 195.120.87.21 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit CC: ao950 AT freenet DOT carleton DOT ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have ported my GUI library to RSXNTDJ. This makes it possible to create GUI applications, with the same look & feel, from the same source code, using DJGPP for both DOS console (GRX 2.0) and Win32 environments. Some #define and function prototype have been added in a MGUI internal include file because RSXNTDJ does not support the whole Windows API in its include files. It seems to work correctly in all the features (I have not yet tried the TIFF and JPEG support since libtiff and jpeg-6a should be recompiled with RSXNTDJ), but I would like to receive feedback from some user before including this version in next MGUI release. I'm also extending the code generator MGUI Designer with popup menus to set object attributes by selecting it, with the right mouse button, in the hierarchy tree or in the real window layout. If someone is interested in testing MGUI for RSXNTDJ and/or the Designer, please contact me (morellov AT mbox DOT vol DOT it) and I'll send you the archive via e-mail. For more informations visit MGUI home page: http://www.volftp.vol.it/IT/IT/ITALIANI/MORELLO/index_e.htm Thanks for your attention, Vincenzo Morello