Re: dos is a lost cause !
- Posted by jimcbrown (admin) Jul 04, 2013
- 4654 views
I wiped out all my dos files and got a fresh source copy from dos trunk.
I replaced the 4 files and added msgtext.e to the source directory.
I created the be_callback.c file
I ran configure.bat
So far, so good.
I am using bins from 4.0.5
I haven't tried that. Not sure what will happen .. 4.0.5 doesn't support building DOS binaries.
I ran wmake winall and the error I get is the following:
F:\EUDOS\source\c_out.e:206 in procedure adjust_indent_before() type_check failure, c (from inlined routine 'c_putc' at 141) is {}
Hmm. I wonder why I hadn't seen that error before.
DerekParnell is responsible for breaking this.
http://rapideuphoria.svn.sourceforge.net/viewvc/rapideuphoria/trunk/source/c_out.e?r1=2375&r2=2386
Anyways, change that line from c_putc to c_puts (with an s at the end).