home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22204 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  957 b 

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!sol.ctr.columbia.edu!hamblin.math.byu.edu!yvax.byu.edu!physc1.byu.edu!seth
  2. Newsgroups: comp.sys.mac.programmer
  3. Subject: undefined: screenBits.   WHY???
  4. Message-ID: <1993Jan26.021801.369@physc1.byu.edu>
  5. From: seth@physc1.byu.edu
  6. Date: 26 Jan 93 02:18:00 -0700
  7. Distribution: world
  8. Organization: Brigham Young University
  9. Lines: 18
  10.  
  11. I hope that by the time you read this I will have found the answer myself,
  12. but I doubt it...
  13. Here goes. I have this code snippet in my C program:
  14.  
  15. *aRect = screenBits.bounds;
  16.  
  17.  
  18. WHen I compile there is no prblem, BUT when I link I get a link error that
  19. says "undefined: screenBits"
  20. Now why is that? what do I have to include to get screenbits to be known? The
  21. THINK Reference (1.0) and ObiWan both report my spelling as being fine. I am
  22. at my wits' end by now. In THINK Pascal this worked just fine. What in the
  23. heck can I do?
  24.  
  25. Thanks,
  26. Seth Leigh
  27. BYU Physics Dept.
  28.  
  29.