Luiz,

Now doesn't compile with MSVC:

contrib\hbzlib\ziparchive.cpp(1891) : error C2593: 'operator [' is ambiguous
        could be 'built-in C++ operator[(char *, DWORD)'
        or 'built-in C++ operator[(const char *, DWORD)'
        while trying to match the argument list '(CZipAutoBuffer, DWORD)'
contrib\hbzlib\ziparchive.cpp(1911) : error C2593: 'operator [' is ambiguous
        could be 'built-in C++ operator[(char *, int)'
        or 'built-in C++ operator[(const char *, int)'
        while trying to match the argument list '(CZipAutoBuffer, int)'
contrib\hbzlib\ziparchive.cpp(1948) : error C2593: 'operator [' is ambiguous
        could be 'built-in C++ operator[(char *, size_t)'
        or 'built-in C++ operator[(const char *, size_t)'
        while trying to match the argument list '(CZipAutoBuffer, size_t)'
contrib\hbzlib\ziparchive.cpp(1986) : error C2593: 'operator [' is ambiguous
        could be 'built-in C++ operator[(char *, int)'
        or 'built-in C++ operator[(const char *, int)'
        while trying to match the argument list '(CZipAutoBuffer, int)'
contrib\hbzlib\ziparchive.cpp(1991) : error C2593: 'operator [' is ambiguous
        could be 'built-in C++ operator[(char *, int)'
        or 'built-in C++ operator[(const char *, int)'
        while trying to match the argument list '(CZipAutoBuffer, int)'
contrib\hbzlib\ziparchive.cpp(1994) : error C2593: 'operator [' is ambiguous
        could be 'built-in C++ operator[(char *, int)'
        or 'built-in C++ operator[(const char *, int)'
        while trying to match the argument list '(CZipAutoBuffer, int)'
contrib\hbzlib\ziparchive.cpp(2008) : error C2593: 'operator [' is ambiguous
        could be 'built-in C++ operator[(char *, DWORD)'
        or 'built-in C++ operator[(const char *, DWORD)'
        while trying to match the argument list '(CZipAutoBuffer, DWORD)'
contrib\hbzlib\ziparchive.cpp(2142) : error C2593: 'operator [' is ambiguous
        could be 'built-in C++ operator[(char *, DWORD)'
        or 'built-in C++ operator[(const char *, DWORD)'
        while trying to match the argument list '(CZipAutoBuffer, DWORD)'
contrib\hbzlib\ziparchive.cpp(2851) : warning C4244: '=' : conversion from 
'ULONGLONG' to 'DWORD', possible loss of data
contrib\hbzlib\ziparchive.cpp(2986) : error C2593: 'operator +' is ambiguous
        could be 'built-in C++ operator+(char *, int)'
        or 'built-in C++ operator+(const char *, int)'
        while trying to match the argument list '(CZipAutoBuffer, int)'
contrib\hbzlib\ziparchive.cpp(3075) : warning C4244: 'initializing' : 
conversion from 'ULONGLONG' to 'DWORD', possible loss of data
contrib\hbzlib\ziparchive.cpp(3103) : error C2593: 'operator +' is ambiguous
        could be 'built-in C++ operator+(char *, int)'
        or 'built-in C++ operator+(const char *, int)'
        while trying to match the argument list '(CZipAutoBuffer, int)'
contrib\hbzlib\ziparchive.cpp(3104) : error C2593: 'operator +' is ambiguous
        could be 'built-in C++ operator+(char *, int)'
        or 'built-in C++ operator+(const char *, int)'
        while trying to match the argument list '(CZipAutoBuffer, int)'
contrib\hbzlib\ziparchive.cpp(3154) : warning C4244: 'initializing' : 
conversion from 'ULONGLONG' to 'DWORD', possible loss of data
contrib\hbzlib\ziparchive.cpp(3164) : warning C4244: 'initializing' : 
conversion from 'ULONGLONG' to 'DWORD', possible loss of data

Ron

--------------------------------------------------
From: "Luiz Rafael Culik Guimaraes" <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2008 7:10 AM
To: "Xharbour-Developers" <[email protected]>
Subject: [xHarbour-developers] changelog 2008-11-19 13:00 UTC-0300 
LuizRafael Culik Guimaraes <luiz at xharbour.com.br>

>       * contrib/hbzlib/include/*.h
>   * contrib/hbzlib/zipexception.cpp
>     contrib/hbzlib/zipautobuffer.cpp
>     contrib/hbzlib/ziparchive.cpp
>     ! change to compile with borland c++ 6.10
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's 
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great 
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the 
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> xHarbour-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
> 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to