In Citect V4.10 the ComClose() function
has a side affect that causes a problem with the ComWrite()
function the next time it is run. The return value for ComWrite()
will return an error code instead of 0 even if the write is
successful. This problem can be worked around by not doing any
error checking on the return value for the ComWrite(). You may also
get a fix for this problem by down loading the latest COMX.DLL
(4/11/96 or later) from the BBS or FTP site which contains the
fixes for this problem. |