home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12995 < prev    next >
Encoding:
Text File  |  1992-07-24  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. From: mcnichol@terminator.psy.syr.edu (Brendan T. McNichols)
  3. Subject: Function missing from MPW C library?
  4. Message-ID: <1992Jul23.132750.12392@newstand.syr.edu>
  5. Reply-To: mcnichol@mailbox.syr.edu
  6. Path: sparky!uunet!mcsun!sunic!psinntp!psinntp!newstand.syr.edu!mcnichol@terminator.psy.syr.edu
  7. Date: Thu, 23 Jul 92 13:27:49 EDT
  8. Lines: 28
  9.  
  10.  
  11. Hi all,
  12.  
  13. I am getting the following error message when building a project using  
  14. MPW C:
  15.  
  16. ### Link: Error: Undefined entry, name: (Error 28) "str2dec"
  17.   Referenced from: _doscan in file: Alliance Drive  
  18. :Development:MPW:Libraries:CLibraries:CLib881.o
  19. ### Link: Errors prevented normal completion.
  20. ### MPW Shell - Execution of KLSyn88.makeout terminated.
  21. ### MPW Shell - Execution of BuildProgram terminated.
  22.  
  23. It seems to me that this means that the function "str2dec" is missing  
  24. from the CSANELib881.o library.  (It is declared in SANE.h.)  I am new  
  25. using MPW and I'm not sure if there's something here that I should have  
  26. done but didn't.  Does anyone know how to fix this problem?  Is str2dec  
  27. located in some other library?  Can I get the code for str2dec and  
  28. include it in the CSANELib881.o library?
  29.  
  30. Thanks very much for any help,
  31. Brendan 
  32.  
  33. --
  34. Brendan T. McNichols, Computer Support                (315) 443-9902
  35. Psyracuse U. Sychology Dept.             mcnichol@psy.syr.edu (NeXT)
  36. 430 Huntington Hall                                 mcnichol@syr.edu
  37. Syracuse, NY 13244
  38.