THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/06/2011 at 01:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R12
Platform: Windows ;
Language(s) : C++ ;
---------
I noticed, that the R12 API would trigger several compiler warnings, that are simply suppressed bei MAXON!
In the VS project file "/resource/_api_lib/DebugWin32.vsprops" (which is also the basis for the other configurations like: "DebugWin64.vsprops", "ReleaseWin32.vsprops" and "ReleaseWin64.vsprops") the following is definded:
DisableSpecificWarnings="4062;4100;4127;4131;4201;4210;4242;4244;4245;4305;4310;4324;4365;4389;4505;4512;4611;4706;4718;4740;4748;4996"
In older C4D versions it wasn't necessary to disable these warnings.
I don't know what to think of that!