antimac.org
Dan's homepage

Ever work with Airplay SDK or just your own bit of code and run into this error message?  If so, you probably have a casting error (of omission)  on the line given by MSVC’s error log.  Try explicitly casting everything and recompile!

Edit: Basically, warnings are treated as errors (duh), so make sure you are abiding by the strictness of your compiler regarding casting and other problems.

Leave a Reply