Re: [SYSTEM] Win 98, MSVC++6 with bpl-21

From: George Greer (greerga@circlemud.org)
Date: 08/07/02


On Wed, 7 Aug 2002, Shane P. Lee wrote:

>Anyone know of a workaround for the 'long long' error in
>MSVC++6.0? And no, I'd rather not turn the warning level to
>"off" if I could help it at all.
>When compiling bpl21, I got an error something along the lines
>that long long wasn't allowed. It seems to accept 'int int',
>'byte byte' and so forth, but calls 'long long' illegal.
>Guess I'll have to call the MS police on George again...

You don't need that file in your project.  Just have:

#define snprintf _snprintf

in sysdep.h, where you put the PATH_MAX #define as well.

--
George Greer
greerga@circlemud.org

--
   +---------------------------------------------------------------+
   | 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