Re: [Live-devel] 64 bit portability

2009-12-09 Thread Ross Finlayson
- Are there any plans to get rid of there warnings to make Visual Studio compilers happy? No, because most of those warnings are silly and/or bogus, and the few warnings that *are* legitimate turn out not to be a problem in our code. Specifically: - The "conversion from 'SOCKET' to int" war

[Live-devel] 64 bit portability

2009-12-09 Thread Němec Alexandr
Hi all, I compiled the live555 media streaming library using the Visual Studio 2005 compiler and the compiler reports 176 warnings when compiled with the 64 bit portability issues detection feature. The warnings are not reported when this compiler feature is turned off. Yes, most of the warnings

Re: [Live-devel] 64 bit portability

2009-11-25 Thread Ross Finlayson
I have successfully compiled Live555 media library on Windows using VS2005. My question is as follows: Is the Live555 media library fully 64 bit compatible? I am asking because the VS 2005 compiler detects a lot of 64 bit portability issues and presents them as warnings. Also, if you look into

[Live-devel] 64 bit portability

2009-11-25 Thread Němec Alexandr
Hi Live555 community, I have successfully compiled Live555 media library on Windows using VS2005. My question is as follows: Is the Live555 media library fully 64 bit compatible? I am asking because the VS 2005 compiler detects a lot of 64 bit portability issues and presents them as warnings. Al