FreeDOS Edit 0.5c Ok, I have compiled edit, available with its source on ibiblio: http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/edit/EDIT05c.zip
I added the below control-break stuff, but I did not test under DOS so it is untested. I fixed a few warnings and updated the Makefile as well. It should correctly compile (though I only did minimal testing for running) with Turbo C 2.01, Turbo C++1.01, Turbo C/C++ 3.0, and Borland C/C++ 3.1 It should also still compile with later Borland compilers. See READ.ME When compiling with TC2 or TC++1 you either need TASM or to define NOINLINEASM which prevents it from waiting for vsync or so in video.c When compiling with TC2 you must disable the calendar popup (define NOCALENDAR) whereas it is optional for TC++1 and later. Jeremy On Thu, 28 Nov 2002 10:01:00 +0100 (MET) Eric Auer <[EMAIL PROTECTED]> wrote: EA> EA> Hi, thanks Steffen for the detailled example. Jeremy, as you said you EA> would try to compile EDIT, what do you think of: EA> EA> in MESSAGE.C -> init_messages(): ctrlbrk(c_break); EA> in MESSAGE.C -> c_break(): PostMessage(NULL, STOP, 0, 0); return EA> CONTINUE; EA> where CONTINUE would be a nonzero value. EA> EA> For more details check Steffens mail. Please add this to MESSAGE.C EA> yourself, EA> as I will be offline for quite a few hours now... Thanks! EA> EA> EA> EA> Eric. ---------- list options/archives/etc.: http://www.topica.com/lists/fd-dev unsubscribe: send blank email to: [EMAIL PROTECTED] ==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bz8Rv5.bbRv4l.YXJjaGl2 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================
