> 
> 
> The fix was as simple as the following:
> 
> diff dbdimp.c ../*15/dbdimp.c
> 14c14
> < #define strcasecmp strcmpi
> ---
> > #define strcasecmp _strcmpi
> 
> 
> Now, if someone would be kind enough to tell me why this 
> change was necessary.
> 

You are using VC 7 (aka vc with .net).  I'm sure there is a #include
reference that moved between versions.

Can you grep the vc include dir for strcasecmp?  Note that if you are using
ActiveState perl, there *may* be issues related to building extensions with
that compilter versus the VC6 compiler with SP3 (?).  Note that I don't have
the same problem here and I'm using VC6...

Regards,

Jeff

Reply via email to