X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Philip Pemberton" Newsgroups: comp.os.msdos.djgpp Subject: Windowing lib for DJGPP/BCPP4.5 Date: Tue, 12 Mar 2002 21:36:17 -0000 Lines: 20 Message-ID: NNTP-Posting-Host: host213-122-150-99.in-addr.btopenworld.com (213.122.150.99) X-Trace: fu-berlin.de 1015968908 16386258 213.122.150.99 (16 [122086]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm looking for a cross-platform (DJGPP and/or Borland C++ 4.5) windowing library for DOS (like Turbovision). Basically, I need to be able to display at least two windows simultaneously, with a scrolling text box in one (like a TMemo in Delphi) and a few buttons in another. Can anyone suggest something suitable? I'm planning to develop my program with DJGPP, but I need pre-80386 support, too - so I will need to re-compile my program under BCPP4.5, hence the need for compatibility. I may also need to run my program under a much-trimmed version of Linux - can I just recompile my program under GCC for Linux using the same Makefile, code, etc or will I need to make some major changes to the code? Thanks. -- Phil. philpem AT bigfoot DOT com http://www.philpem.btinternet.co.uk/