home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13067 < prev    next >
Encoding:
Text File  |  1992-07-27  |  996 b   |  26 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!decwrl!deccrl!caen!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!orstnews!orstcs!trinkad@jasper.cs.orst.edu
  3. From: trinkad@jasper.cs.orst.edu (Darald)
  4. Subject: Re: Think C 5.0 under sys7, help!!!
  5. Message-ID: <1992Jul27.175443.933@CS.ORST.EDU>
  6. Sender: usenet@CS.ORST.EDU
  7. Nntp-Posting-Host: macsupport1.cs.orst.edu
  8. Organization: Oregon State University
  9. References: <1992Jul25.053648.12278@midway.uchicago.edu>
  10. Distribution: USA
  11. Date: Mon, 27 Jul 1992 17:54:43 GMT
  12. Lines: 12
  13.  
  14. In article <1992Jul25.053648.12278@midway.uchicago.edu>, hd12@ellis.uchicago.edu (hui  dong) writes:
  15. > I am trying to use Think C 5.0 under sys7 to recompile a C code I wrote
  16. > using 4.0 under sys6. I get lots of errors, drive me crazy! It even complains
  17. > about GetNewCWindow(WINDOW_ID,0L,-1L), saying the last argument isn't valid.
  18.  
  19. Try GetNewCWindow(WINDOW_ID,0L,(WindowPtr) -1L)...
  20.  
  21.  
  22. > Could someone tells me where can I get help? Thanks a lot!!!!!!
  23.