Re: Borland and Watcom BOOL type

Linus.Walleij@ecs.ericsson.se wrote in message ...
>!> I am using Borland C++ 4.52, I have downloaded libwww5.1m with the
>Command Line
>!> tool.  I cannot seem to compile the program with this compiler.. any
>!> advice?
>
>The most common problem with Borland and Watcom C compilers is the lack
>of support for the boolean type. I don't know for sure whether libwww
>uses it. A way to work around it is something like (borrowed from
>SIDplay source code, file mytypes.h):


There is some BOOL handling stuff in

    http://www.w3.org/Library/src/wwwsys.html

but it mostly for Unix versions. I don't have a lot of checking for windows.

Thanks,

Henrik

Received on Tuesday, 4 August 1998 23:33:00 UTC