home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18092 next >
Encoding:
Text File  |  1993-01-04  |  1.4 KB  |  36 lines

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