home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!think.com!rpi!ghost.dsi.unimi.it!ICIL64.CILEA.IT!LABENRSA
- From: labenrsa@ICIL64.CILEA.IT
- Subject: SASC 6.1 Wrong Protos
- Nntp-Posting-Host: icil64.cilea.it
- Sender: news-mail@ghost.dsi.unimi.it (News mail user)
- Organization: CILEA - v R. Sanzio 4 - Segrate - ITALY
- Date: Mon, 4 Jan 1993 09:11:45 GMT
- Message-ID: <1993Jan4.091145.1581@ghost.dsi.unimi.it>
- Reply-To: labenrsa@ICIL64.CILEA.IT
- Lines: 23
-
- Hullo,
-
- Has anyone noticed that the protos for the BOOPSI method functions
- distributed with SASC (as of patch 6.1) are wrong?
-
- The Msg argument is referred to as Msg *msg, which is incorrect,
- since Msg is already typedef'ed as a pointer. The most recent
- AutoDocs from CBM I have show this clearly.
-
- And, by the way, either the proto or a pragma file somewhere should
- mention that these functions are __stdargs, or somebody should provide
- a double-standard amiga.lib (like the 6.X standard libraries).
-
- And oh, it seems that the 6.1 Amiga.lib has no HookEntry(), and
- maybe none of the shorthands for BOOPSI methods mentioned in
- AmigaMail and BOOPSI examples that are floating around (DM, DSM).
-
- I know that, with SASC6.1, I can do without HookEntry, but I'm writing
- some code for a mag, and I'd like to let the readers get some code that
- can be compiled with different devl. systs. Guess I'll have to include
- the missing stuff in an .asm file.....
-
- Andy
-