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