Sadly that bit works. It appears to have some weird string logic, and its looking for the ¡°\0¡± null character at the end of a line in the memory buffer.
On Wed, Apr 20, 2022 at 03:25 AM, Dave Wade wrote:
Has any one any idea why BWBASIC v3.2 doesn¡¯t work well with CMS? After fixing the missing FOPEN_MAX in the H file for It compiles and builds cleanly. It ¡°almost¡± runs but it gives syntax errors.
It seems to be something to do with ¡°End of line¡± detection in the editor buffers.
Dave,
Three things come to mind to check. What new line (end of line) characters is it searching for? CR & LF for DOS/Windows? LF & CR for Unix/Linux? Variable/Fixed length format for CMS?