From: <fea...@li...> - 2006-04-24 08:31:23
|
Revision: 84 Author: KoenTanghe Date: 2006-04-24 01:31:06 -0700 (Mon, 24 Apr 2006) ViewCVS: http://svn.sourceforge.net/feapi/?rev=84&view=rev Log Message: ----------- took some action to prevent Microsoft Visual Studio 2005 warnings about insecure/deprecated functions: - disabled warning 4996 (itoa,string::copy,...) - added pre-processor definition _CRT_SECURE_NO_DEPRECATE to disable warnings about (Microsoft) deprecated functions Modified Paths: -------------- trunk/FEAPI/build/Win/ExamplePluginFindMax/ExamplePluginFindMax.vcproj trunk/FEAPI/build/Win/ExamplePluginFindRms/ExamplePluginFindRms.vcproj trunk/FEAPI/build/Win/ExamplePluginLoudness/ExamplePluginLoudness.vcproj trunk/FEAPI/build/Win/ExamplePluginSpectral/ExamplePluginSpectral.vcproj trunk/FEAPI/build/Win/ExamplePluginZeroCrossings/ExamplePluginZeroCrossings.vcproj trunk/FEAPI/build/Win/FEAPIHost_C/FEAPITestCL.vcproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |