lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Antony Blakey
Date: Tue, 14 May 1996 10:28:47 +0900

Hi,
   I've just got lout 3.08 working under NT 3.51 / VC++ 4.1. There were two
problems, one of which is noted in the makefile as an OS/2 problem "possibly
related to the size of the file". In fact, the problem is that the norwegian
hyphenation file has $1A and $1C characters in the comments at the head of
the file. These confuse the text-mode file handling under PC operating
systems. Remove them and the system initializes fine. The other problem is
in the DbRetrieve function, where there is an fseek using a numeric
'from-whence' parameter. Unfortunately, under VC++ 4.1 at least, SEEK_SET !=
2, so replacing the numeric parameter with SEEK_SET fixes that problem (it
manifests itself as a problem with the database files, naturally).

Having fixed these two things it seems to work fine, although I haven't
verified the system() facilities yet.
--- Antony Blakey                2nd Floor         ---
--- address@hidden            187 Rundle Street ---
--- Phone: +61 8 2323966         Adelaide 5001     ---
--- Fax: +61 8 3592471           SOUTH AUSTRALIA   ---
--- Blast Interactive / SKC / Multimedia Australia ---


reply via email to

[Prev in Thread] Current Thread [Next in Thread]