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