Il 11.45 10/08/2003 Robert Collins ha scritto:
On Sun, 2003-08-10 at 19:09, Serassio Guido wrote:
> There are some little thing already fixed in the nt branch, not sure if
> mine are the better fixes.
> I have attached the changes, and this are the descriptions / fixed errors:
>
> errorpage.cc:
> in errorDynamicPageInfoDestroy() a loop counter is seen first as int, after
> as size_t
I can't find this one. If you mean the two loops in ErrorPageId, thats fine according to the C++ standard.
The rest, I'm commiting a fix for now. Cheers, ROb
I have just cvsmerged, but there is a problem in client_side.cc related to your latest range offsets works:
Compiling...
client_side.cc
C:\work\nt-3.0\src\client_side.cc(880) : error C2061: syntax error : identifier 'source'
C:\work\nt-3.0\src\client_side.cc(913) : error C2664: 'memBufAppend' : cannot convert parameter 2 from 'const char *(__cdecl *)(void)' to 'const char *'
There is no context in which this conversion is possible
C:\work\nt-3.0\src\client_side.cc(920) : error C2659: '+=' : overloaded function as left operand
C:\work\nt-3.0\src\client_side.cc(953) : error C2659: '+=' : overloaded function as left operand
C:\work\nt-3.0\src\client_side.cc(3076) : warning C4355: 'this' : used in base member initializer list
Error executing cl.exe.
Regards
Guido
- ======================================================== Guido Serassio Acme Consulting S.r.l. Via Gorizia, 69 10136 - Torino - ITALY Tel. : +39.011.3249426 Fax. : +39.011.3293665 Email: [EMAIL PROTECTED] WWW: http://www.acmeconsulting.it/
