| | Compiling...
vstplugmain.cpp
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\pluginterfaces\vst2.x\aeffect.h(296) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\pluginterfaces\vst2.x\aeffect.h(306) : warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(144) : see declaration of 'strncat'
audioeffectx.cpp
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\pluginterfaces\vst2.x\aeffect.h(296) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\pluginterfaces\vst2.x\aeffect.h(306) : warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(144) : see declaration of 'strncat'
audioeffect.cpp
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\pluginterfaces\vst2.x\aeffect.h(296) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\pluginterfaces\vst2.x\aeffect.h(306) : warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(144) : see declaration of 'strncat'
again.cpp
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\pluginterfaces\vst2.x\aeffect.h(296) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\pluginterfaces\vst2.x\aeffect.h(306) : warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(144) : see declaration of 'strncat'
Generating Code...
Linking...
again.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Creating library .\Debug/again.lib and object .\Debug/again.exp
Embedding manifest...
|