home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17893 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  2.4 KB

  1. Path: sparky!uunet!spool.mu.edu!olivea!charnel!rat!ucselx!crash!orbit!pnet51!chucks
  2. From: chucks@pnet51.orb.mn.org (Erik Funkenbusch)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: SAS 6.1 (ARGH!)
  5. Message-ID: <8824@orbit.cts.com>
  6. Date: 28 Dec 92 17:25:02 GMT
  7. Sender: news@orbit.cts.com
  8. Organization: People-Net [pnet51], Minneapolis, MN.
  9. Lines: 37
  10.  
  11. Sorry.. had to get that off my chest.. ;)
  12.  
  13. Why, oh why could anyone imagine that supplying a struct 
  14. Window * in a TagItem would cause SAS 6.1 to not only complain, but reject the
  15. code as an Error 20:  invalid constant expression?  A TagItem does not use
  16. constants, and a window pointer is certainly not a constant...  This is
  17. annoying to say the least.
  18.  
  19. I've also run into a few other problems, and i'm not sure if this is the stubs
  20. in the Amiga.lib or if it's just GadTools giving Enforcer hits.  Anyways,
  21. GadToolsBox seems to want to give a ~0 for the GTLV_Labels TagItem (amont
  22. other things) which causes FFFFFFFF to be passed in a3, which then tries to be
  23. read by gadtools.  This gives nasty enforcer hits.  I solved this of course,
  24. by just changing GTLV_Labels to NULL (which i suspect it's really supposed to
  25. be, in spite of what GadToolsBox thinks)
  26.  
  27. I've also gotten Enforcer hits from cpr.  This had something to do with
  28. selecting view/modules.  This is the enforcer report i get.
  29.  
  30. LONG-READ from 00000000                        PC: 004A3172
  31. USP:  004205F8 SR: 0004 SW: 0749  (U0)(-)(-)  TCB: 0041BB60
  32. Data: 00000000 00000000 00000070 00000170 00000000 00000009 00000000 00000003
  33. Addr: 004147B5 0047B9C0 0044F0D0 0047DE88 0041A1D8 00000000 0042F336 --------
  34. Stck: 00000009 00413DC4 0047E17C 0047E17C 00287D3C 00474358 0047DE2C 0047DD80
  35. Stck: 004A64F2 00000000 00413C8C 00413C90 0047E17C 00418A88 00418A8C 00000070
  36. Name: "Cpr"  Hunk 0000 Offset 0001A68A
  37.  
  38. LONG-READ from 00000000                        PC: 004A3176
  39. USP:  004205F8 SR: 0004 SW: 0749  (U0)(-)(-)  TCB: 0041BB60
  40. Data: 00000000 00000000 00000070 00000170 00000000 00000009 00000000 00000003
  41. Addr: 00000000 0047B9C0 0044F0D0 0047DE88 0041A1D8 00000000 0042F336 --------
  42. Stck: 00000009 00413DC4 0047E17C 0047E17C 00287D3C 00474358 0047DE2C 0047DD80
  43. Stck: 004A64F2 00000000 00413C8C 00413C90 0047E17C 00418A88 00418A8C 00000070
  44. Name: "Cpr"  Hunk 0000 Offset 0001A68E
  45.  
  46. I'd mail this to EMITS, however, as an idiot, (and the holidays) i haven't
  47. sent in my registration yet.  Today, i will however.
  48.