taglib fails to compile with MS VC++ 2010

Tanguy Krotoff tkrotoff at gmail.com
Tue Jan 25 16:24:55 CET 2011


I saw the compiler under Solaris does not like static_cast<unsigned
long long> so you had to add a ifdef.
What I don't understand is why Visual C++ does not cast automatically
from unsigned int to unsigned long long as this is not dangerous.

Anyway thanks for integrating the patch.

2011/1/24 Lukáš Lalinský <lalinsky at gmail.com>:
> On Mon, Jan 24, 2011 at 8:20 AM, Brett Hoyle <kickbits at gmail.com> wrote:
>> http://msdn.microsoft.com/en-us/library/b0084kay.aspx
>>
>> Check for MSVC 2010:
>> #if (_MSC_VER >= 1600)
>>
>> #endif
>
> Thank you, the problem should be fixed in
> http://websvn.kde.org/?revision=1216679&view=revision
>
> Lukas
> _______________________________________________
> taglib-devel mailing list
> taglib-devel at kde.org
> https://mail.kde.org/mailman/listinfo/taglib-devel
>


More information about the taglib-devel mailing list