> On Tue, May 8, 2018 at 9:44 AM, Jim Hall <jh...@freedos.org> wrote:
>>
>> I'm a bit embarrassed to ask about this, since I wrote the Kitten
>> library. But it's been a very long time since I used Kitten, and I'm
>> having trouble using Kitten in a simple program.
>>[..]


Did some debugging tonight, added a bunch of debug messages and
whatnot to see where Kitten might be failing in OpenWatcom. Long story
made short: my TEST.TR file had the EOL at the end of the first (and
only) line. Oops. Kitten catalog files require proper line endings,
and EOF at the end of the file.

Added a newline so the the EOF at the end of the file (not end of the
line) and things worked as expected.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to