home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / x / 16614 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1022 b 

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!network.ucsd.edu!sdd.hp.com!usc!wupost!darwin.sura.net!jvnc.net!rutgers!spcvxb.spc.edu!4carroll_j
  2. From: 4carroll_j@spcvxb.spc.edu
  3. Newsgroups: comp.windows.x
  4. Subject: XPolyReg.c question
  5. Message-ID: <1992Sep11.124835.3835@spcvxb.spc.edu>
  6. Date: 11 Sep 92 16:48:35 GMT
  7. Organization: St. Peter's College, US
  8. Lines: 19
  9.  
  10.  
  11.  Hi,
  12.  
  13.     I am in the process of compiling the X-Windows distribution, and have  a 
  14.  question  about one of the modules XPolyReg.c. In that module there are two 
  15.  definitions that are causing me some difficulties:
  16.  
  17.  #define LARGE_COORDINATE        1000000
  18.  #define SMALL_COORDINATE        -LARGE_COORDINATE
  19.  
  20.     These two constants are  later  assigned  to  integer  varibles.  On  my 
  21.  system, int's are 16-bit values. These int's exist inside a structure named 
  22.  BRESINFO.  The  compiler complains, and generates a warning that says these 
  23.  values have been truncated. Has anyone else encountered  this  problem?  If 
  24.  so, what action have you taken.
  25.  
  26.  Thanks
  27.  Jim C.
  28.  
  29.