Build Log
  

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

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

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

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

..\vstxsynth\source\vstxsynthproc.cpp

..\vstxsynth\source\vstxsynth.cpp
]
Creating command line "cl.exe @c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\vstxsynth\RSP00001654844120.rsp /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_DEBUG" /d "_VC80_UPGRADE=0x0710" /l 0x407 /I "\vstsdk2.4\public.sdk\samples\vst2.x\vstxsynth\resource" /fo".\Debug/vstxsynth/vstxsynth.res" ..\vstxsynth\resource\vstxsynth.rc"
Creating temporary file "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\vstxsynth\RSP00001854844120.rsp" with contents
[
/OUT:".\Debug/vstxsynth.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Debug/vstxsynth\vstxsynth.dll.intermediate.manifest" /DEF:"..\win\vstplug.def" /DEBUG /PDB:".\Debug/vstxsynth.pdb" /IMPLIB:".\Debug/vstxsynth.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\vstxsynth\vstxsynth.obj"

".\debug\vstxsynth\vstxsynthproc.obj"

".\debug\vstxsynth\audioeffect.obj"

".\debug\vstxsynth\audioeffectx.obj"

".\debug\vstxsynth\vstplugmain.obj"

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

.\debug\vstxsynth\vstxsynth.dll.intermediate.manifest
]
Creating command line "mt.exe @c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\vstxsynth\RSP00001A54844120.rsp /nologo"
Creating temporary file "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\vstxsynth\BAT00001C54844120.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\debug\vstxsynth\mt.dep
]
Creating command line "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\vstxsynth\BAT00001C54844120.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'
vstxsynthproc.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'
vstxsynth.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...
Compiling resources...
Linking...
vstxsynth.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
   Creating library .\Debug/vstxsynth.lib and object .\Debug/vstxsynth.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\vstxsynth\BuildLog.htm"
vstxsynth - 0 error(s), 11 warning(s)