VS2008 64bit Compiler Warnings

Hi everyone,

I’m sorry if this has been settled before, but I can’t seem to find any
information on it. I’m compiling version 1.2.13 using the Visual C
project from the source zip in VS2008. Everything upgraded fine, and it
even compiled fine in both 64 and 32 bit modes(after removing the
machine directive on the command line). However, 64 bit compilation
gives me several(10) warnings about type casting, for instance
’DWORD_PTR’ to ‘DWORD’ or ‘int’; ‘__int64’ to ‘int’; ‘size_t’ to ‘int’.
One such case the code seems to be setting the number of tracks in the
CD struct with a DWORD_PTR return. Has anyone else more savvy seen/dealt
with these warnings? Some of them seem to be straightforward to fix, but
I’m green to sdl and I don’t want to break the lib :slight_smile:

Thanks in advance