I compile, I don't get any errors. Maybe it is a time zone problem?

Regards, Jules

------------------
TYPE DCB DCBlength AS DWORD BaudRate AS DWORD fBits AS DWORD ' fBinary ' fParity ' fOutxDtsFlow ' fOutxDsrFlow ' fDtrControl ' fDsrSensitivity ' fTXContinueOnXoff ' fOutX ' fInX ' fErrorChar ' fNull ' fRtsControl ' fAbortOnError ' fDummy2 wReserved AS INTEGER XonLim AS INTEGER XoffLim AS INTEGER ByteSize AS BYTE Parity AS BYTE StopBits AS BYTE XonChar AS BYTE XoffChar AS BYTE ErrorChar AS BYTE EofChar AS BYTE EvtChar AS BYTE wReserved2 AS INTEGER END TYPE
'------------ *Modified* -------------------- 'TYPE COMSTAT ' fCtsHold AS LONG ' fDsrHold AS LONG ' fRlsdHold AS LONG ' fXoffHold AS LONG ' fXoffSent AS LONG ' fEof AS LONG ' fTxim AS LONG ' fReserved AS LONG ' cbInQue AS LONG ' cbOutQue AS LONG 'END TYPE 'TYPE DCB ' DCBlength AS LONG ' BaudRate AS LONG ' fbits AS LONG ' fBinary ' fParity ' fOutxCtsFlow ' fOutxDsrFlow ' fDtrControl ' fDsrSensitivity ' fTXContinueOnXoff ' fOutX ' fInX ' fErrorChar ' fNull ' fRtsControl ' fAbortOnError ' fDummy2 ' wReserved AS INTEGER ' XonLim AS INTEGER ' XoffLim AS INTEGER ' ByteSize AS BYTE ' Parity AS BYTE ' StopBits AS BYTE ' XonChar AS BYTE ' XoffChar AS BYTE ' ErrorChar AS BYTE ' EofChar AS BYTE ' EvtChar AS BYTE ' wReserved2 AS INTEGER 'END TYPE [b]and replace with[/b] TYPE COMSTAT 'Jules M. modified May 19, 1999 'fCtsHold AS LONG 'fDsrHold AS LONG 'fRlsdHold AS LONG 'fXoffHold AS LONG 'fXoffSent AS LONG 'fEof AS LONG 'fTxim AS LONG fReserved AS LONG cbInQue AS LONG cbOutQue AS LONG END TYPE TYPE DCB 'Jules M. modified May 18, 1999 DCBlength AS LONG BaudRate AS LONG fBinary AS LONG fParity AS LONG fOutxCtsFlow AS LONG fOutxDsrFlow AS LONG fDtrControl AS LONG fDsrSensitivity AS LONG fTXContinueOnXoff AS LONG fOutX AS LONG fInX AS LONG fErrorChar AS LONG fNull AS LONG fRtsControl AS LONG fAbortOnError AS LONG fDummy2 AS LONG wReserved AS INTEGER XonLim AS INTEGER XoffLim AS INTEGER ByteSize AS BYTE Parity AS BYTE StopBits AS BYTE XonChar AS BYTE XoffChar AS BYTE ErrorChar AS BYTE EofChar AS BYTE EvtChar AS BYTE wReserved2 AS INTEGER END TYPE '---------- *End of Modified* -----------------
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Leave a comment: