Build Log
  

Build started: Project: adelay, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\adelay\RSP00000154844400.rsp" with contents
[
/Od /I "../../../.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ADELAY_EXPORTS" /FD /EHsc /RTC1 /MTd /Fp".\Debug/adelay/adelay.pch" /Fo".\Debug/adelay/" /Fd".\Debug/adelay/" /W3 /c /ZI ..\..\..\source\vst2.x\vstplugmain.cpp

..\..\..\source\vst2.x\audioeffectx.cpp

..\..\..\source\vst2.x\audioeffect.cpp

..\adelay\adelaymain.cpp

..\adelay\adelay.cpp
]
Creating command line "cl.exe @c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\adelay\RSP00000154844400.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\adelay\RSP00000254844400.rsp" with contents
[
/OUT:".\Debug/adelay.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Debug/adelay\adelay.dll.intermediate.manifest" /DEF:"..\win\vstplug.def" /DEBUG /PDB:".\Debug/adelay.pdb" /IMPLIB:".\Debug/adelay.lib" /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\debug\adelay\adelay.obj"

".\debug\adelay\adelaymain.obj"

".\debug\adelay\audioeffect.obj"

".\debug\adelay\audioeffectx.obj"

".\debug\adelay\vstplugmain.obj"
]
Creating command line "link.exe @c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\adelay\RSP00000254844400.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\adelay\RSP00000354844400.rsp" with contents
[
/outputresource:".\debug\adelay.dll;#2" /manifest

.\debug\adelay\adelay.dll.intermediate.manifest
]
Creating command line "mt.exe @c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\adelay\RSP00000354844400.rsp /nologo"
Creating temporary file "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\adelay\BAT00000454844400.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\debug\adelay\mt.dep
]
Creating command line "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\adelay\BAT00000454844400.bat"
Output Window
  
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'
adelaymain.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'
adelay.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'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(28) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(87) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(94) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(96) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(104) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(149) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(150) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(151) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(171) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(172) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(173) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(180) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(187) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\adelay\adelay.cpp(194) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_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(74) : see declaration of 'strcpy'
Generating Code...
Linking...
adelay.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
   Creating library .\Debug/adelay.lib and object .\Debug/adelay.exp
Embedding manifest...
Results
  
Build log was saved at "file://c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\adelay\BuildLog.htm"
adelay - 0 error(s), 25 warning(s)