| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2005.06.23 19:11 "Re: VS7.1 compile problems", by Andrey KiselevOn Thu, Jun 23, 2005 at 08:44:00AM -0400, Thom DeCarlo wrote: > However, I'm still getting a few undefined externs when linking the sample > applications. For example: > > tiffinfo.c(66) : warning C4013: 'getopt' undefined; assuming extern > returning int > tiffinfo.c(83) : warning C4013: 'strcasecmp' undefined; assuming extern > returning int There are appropriate replacements for these two functions for the platforms that do not have appropriate calls in the standard libraries. They are located in the /port directory and should be linked with the rest of the project. They are linked automatically when the configure test founds the lack of these functions. Regards, Andrey -- Andrey V. Kiselev Home phone: +7 812 5970603 ICQ# 26871517 |
|||||||