home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11782 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.2 KB

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!udel!rochester!rit2!rit!cci632!den
  2. From: den@cci632.cci.com (Dennis J. Buttery)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: BLINK errors - HELP!!
  5. Message-ID: <1992Jul29.123758.10931@cci632.cci.com>
  6. Date: 29 Jul 92 12:37:58 GMT
  7. Sender: Dennis J. Buttery
  8. Distribution: usa
  9. Organization: [Computer Consoles, Inc., Rochester, NY
  10. Lines: 18
  11.  
  12.  
  13.     I imagine this must fall somewhere in the FAQ list, but he we go
  14. anyways...
  15.  
  16.     I am currently writing a program that uses both gadtools and asl 
  17. run-time libraries.  In doing so I obviously make several calls to their
  18. functions.  The code I wrote compiles just fine, however, when BLINK gets
  19. ahold of it each one of the functions calls I made generates a BLINK error
  20. 'UNDEFINED SYMBOL for _CreateGadget' (as an example) and wants me to
  21. provide a DEFINE value for the symbol or default to _stub.  
  22.  
  23.     I have double-checked all my include files.  I have tried it with
  24. the <clib/protos_XXX> files and without - same results!  I'm sure that
  25. this is something relatively simple that I'm overlooking here.  Can anyone
  26. point out the trick to this for me???    Thanks.
  27.  
  28.  
  29. BTW- I'm using SAS 5.10b compiler package.
  30.