I use VS 2012. I think this is because VS2012 is pickier than 2010 or 2008...

If I just cast the return value to int, then it compiles successfully...

WideCharToMultiByte( CP_ACP, 0, current->FriendlyName,
                             (int)wcslen(current->FriendlyName), buf,
BUFSIZ, 0, 0 );

as, WideCharToMultiByte want's an int.

Cheers,
Robert



--
View this message in context: 
http://software.1713.n2.nabble.com/Compile-errors-in-gpusd-and-equalizer-tp7583114p7583123.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.

_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to