X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: chris_tebbe AT yahoo DOT com (Chris) Newsgroups: comp.os.msdos.djgpp Subject: Help with GRX GrLineOption Date: 4 Apr 2004 14:02:47 -0700 Organization: http://groups.google.com Lines: 13 Message-ID: NNTP-Posting-Host: 67.38.65.190 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1081112567 17996 127.0.0.1 (4 Apr 2004 21:02:47 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 4 Apr 2004 21:02:47 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi All! What is the proper way to use the GrLineOption? Snippet of GrTest.cc GrLineOption opt = {GrWHite(), 1, 2, "\x06\x04"}; results in: "Invalid conversion from 'const char*' to 'unsigned char *'." I've mucked around with it for a while to no avail. Any ideas? As far as I know, I'm using the latest and greatest versions. --Chris