bug-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cgicc] Compiling With Borland C++ Builder And DEBUG


From: Alexander J. Oss
Subject: [bug-cgicc] Compiling With Borland C++ Builder And DEBUG
Date: Mon, 16 Jun 2003 12:56:16 -0400

I've found a few things during compilation of cgicc from today's CVS that
look like they could use some fixing.

1.  In CgiUtils.h, LOGLN is #defined to dump s and STDNS endl, but I think
STDNS has gone away to be replaced by std::.

2.  On lines 159 and 174 of CgiEnvironment.cpp, as well as a number of
places in FormEntry.cpp, atol() and atof() are used without std::.

3.  The return statement in CgiInput::getenv() has a string and a char * on
either side of the colon, which Borland complains about ("two operands must
evaluate to the same type") but I think that's a Borland bug since I believe
the standard allows different when one can convert to the other.  I just put
the second operand in a string constructor ("string(var)") to make it
explicit.

Pretty minor stuff!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]