On Sun, 18 Apr 2004, Rob Arends wrote: > Davide, > > I know econv.c must work, but I'm having some issues compiling it on windows > 2000. > I downloaded it just now from xmailserver.org > > First, will it compile on w2k? > Second, here are the errors, perhaps you could give me (a non C programmer) > a suggestion towards fixing the error. > > C:\Borland\BCC55\src>bcc32 -I..\include -L..\Lib econv.c > Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland > econv.c: > Warning W8060 econv.c 43: Possibly incorrect assignment in function > extract_address > Warning W8060 econv.c 81: Possibly incorrect assignment in function main > Warning W8060 econv.c 83: Possibly incorrect assignment in function main > Warning W8065 econv.c 87: Call to function 'strncasecmp' with no prototype > in function main > Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland > Error: Unresolved external '_strncasecmp' referenced from > C:\BORLAND\BCC55\SRC\ECONV.OBJ
Replace strncasecmp() with strnicmp(). - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
