home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3824 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: pn.itnet.it!not-for-mail
  2. From: "Stefano Agostinelli" <agos001@pn.itnet.it>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Shared Lib problems
  5. Date: Tue, 20 Feb 1996 18:42:35 +0100
  6. Organization: ITnet
  7. Message-ID: <65641284%agos001@pn.itnet.it>
  8. NNTP-Posting-Host: agos001.pn.itnet.it
  9. X-NewsReader: IntuiNews 1.3 (27.8.95)
  10.  
  11. Hi,
  12.  
  13. I'm experiencing some problems during the development of a shared library.
  14.  
  15. I'm sure I've made some errors,so please don't turn on flame throwers ;)
  16.  
  17. The most striking problem I've is that some stdio functions do not work
  18. at all when invoked in the library code: at least stcul_d and sprintf do
  19. not(I'm quite sure),so have I to do something special in order to get
  20. those working?
  21.  
  22. Then I tried to use amiga.lib sprintf. SAS/C manual says that I've to
  23. slink with amiga.lib first of sc.lib,so I've done but the linker
  24. just reports a multiple definition error (on Boopsi functions btw),so
  25. what should I do in order to use amiga.lib stdio functions?
  26.  
  27. Same question for amiga.lib memory pools.
  28.  
  29. Many thanx in advance.
  30.  
  31.  Cheers
  32. Stefano
  33.  
  34. +--------------------------+-------------------------------------------+
  35. | Stefano Agostinelli      | Now developing for You ARM :              |
  36. | Physics Dep. - Genoa     | the state of art Amiga Role Master System |
  37. +--------------------------+-------------------------------------------+
  38. | IRC: arm                 | WWW: www.geocities.com/SiliconValley/3630 |
  39. | E-M: agos001@pn.itnet.it | Look at Stefano.html and ARM.html         |
  40. +--------------------------+-------------------------------------------+
  41.  
  42.