delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2003/08/11/15:44:20

From: "nonya" <duck AT tdux DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: Trying to get code to compile and getting errors please help.
Date: Mon, 11 Aug 2003 14:35:22 -0400
Organization: VeriSign Global Registry Services
Lines: 17
Message-ID: <bh8nfp$sd7$1@news.nsiregistry.net>
NNTP-Posting-Host: nat.networksolutions.com
X-Trace: news.nsiregistry.net 1060626745 29095 216.168.237.71 (11 Aug 2003 18:32:25 GMT)
X-Complaints-To: news AT nsiregistry DOT net
NNTP-Posting-Date: 11 Aug 2003 18:32:25 GMT
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

ERRORS:

tony.c:122: `DUPLEXFULL' undeclared (first use in this function
tony.c:126: `CTSCOND' undeclared (first use in this function)


SOURCE:

 ioctl.data.comparameters.databits = DATABITS8;   // was 7.
    ioctl.data.comparameters.parity = PARITYEVEN;
    ioctl.data.comparameters.flowctl = SOFTWAREFLOWCTL;
    ioctl.data.comparameters.baudrate = BAUD9600;
    ioctl.data.comparameters.stopbits = STOPBITS1;
    ioctl.data.comparameters.duplex = DUPLEXFULL;
    ioctl.data.comparameters.modemdelay = 0;


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019