Re: VC6 and bpl 21

From: Peter Finlayson (frnknstn@iafrica.com)
Date: 04/17/02


For me, running bpl 21 meant adding the following to conf.h:

/* The strlcpy() function is present, but it needed a prototype to stop
warnings.*/
#define NEED_STRLCPY_PROTO

/*PATH_MAX on my machine is defined in windef.h as MAX_PATH, so...*/
#define PATH_MAX MAX_PATH

/*The microsoft implimentations of these functions are preceded by
underscores*/
#define snprintf _snprintf
#define vsnprintf _vsnprintf

Peter Finlayson
frnksntn@iafrica.com

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT