Build Log
  

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

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

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

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

..\again\source\again.cpp
]
Creating command line "cl.exe @c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\again\RSP00002654844804.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\again\RSP00002754844804.rsp" with contents
[
/OUT:".\Debug/again.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Debug/again\again.dll.intermediate.manifest" /DEF:"..\win\vstplug.def" /DEBUG /PDB:".\Debug/again.pdb" /IMPLIB:".\Debug/again.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\again\again.obj"

".\debug\again\audioeffect.obj"

".\debug\again\audioeffectx.obj"

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

.\debug\again\again.dll.intermediate.manifest
]
Creating command line "mt.exe @c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\again\RSP00002854844804.rsp /nologo"
Creating temporary file "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\again\BAT00002954844804.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\debug\again\mt.dep
]
Creating command line "c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\again\BAT00002954844804.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'
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...
Results
  
Build log was saved at "file://c:\tmp\vst_sdk2_4_rev2\vstsdk2.4\public.sdk\samples\vst2.x\win.vc2003\Debug\again\BuildLog.htm"
again - 0 error(s), 9 warning(s)