Build Log
  

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

Command Lines
  
Creating temporary file "d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\RSP00001513161780.rsp" with contents
[
/Od /I "..\..\..\..\include" /I "..\source" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /Gm /EHsc /MTd /Fp".\Debug/SKELETON.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug\\" /W3 /c /ZI /Gz /TP "..\source\scrn.cpp"
]
Creating command line "cl.exe @"d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\RSP00001513161780.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\RSP00001613161780.rsp" with contents
[
/OUT:".\Debug\ScrnXtraD.x32" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:".\Debug\ScrnXtraD.x32.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:".\scrn.def" /DEBUG /PDB:"d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\ScrnXtraD.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /IMPLIB:".\Debug/test.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\scrn.obj"

".\Debug\scrnwin.obj"

".\Debug\Script.res"

".\Debug\ScrnXtraD.x32.embed.manifest.res"
]
Creating command line "link.exe @"d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\RSP00001613161780.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\RSP00001713161780.rsp" with contents
[
/out:".\Debug\ScrnXtraD.x32.embed.manifest" /notify_update /manifest

".\Debug\ScrnXtraD.x32.intermediate.manifest"
]
Creating command line "mt.exe @"d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\RSP00001713161780.rsp" /nologo"
Creating temporary file "d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\BAT00001813161780.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\BAT00001813161780.bat"""
Creating temporary file "d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\RSP00001913161780.rsp" with contents
[
/o ".\Debug/SKELETON.bsc"

".\Debug\scrnwin.sbr"

".\Debug\scrn.sbr"
]
Creating command line "bscmake.exe @"d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\RSP00001913161780.rsp" /nologo"
Output Window
  
Compiling...
scrn.cpp
d:\pierre\developpement\director xtras\xdk85_win\include\moaxtra.h(275) : warning C4005: 'EXTERN_GUID' : macro redefinition
        c:\program files\microsoft sdks\windows\v6.0a\include\rpcndr.h(2892) : see previous definition of 'EXTERN_GUID'
d:\pierre\developpement\director xtras\xdk85_win\include\dversion.h(28) : warning C4005: 'VER_MAJORVERSION' : macro redefinition
        c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(11490) : see previous definition of 'VER_MAJORVERSION'
d:\pierre\developpement\director xtras\xdk85_win\include\dversion.h(31) : warning C4005: 'VER_MINORVERSION' : macro redefinition
        c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(11489) : see previous definition of 'VER_MINORVERSION'
d:\pierre\developpement\director xtras\xdk85_win\myprojects\scripts\scrnxtra v2.1.0\source\scrn.cpp(50) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
d:\pierre\developpement\director xtras\xdk85_win\myprojects\scripts\scrnxtra v2.1.0\source\scrn.cpp(51) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
d:\pierre\developpement\director xtras\xdk85_win\myprojects\scripts\scrnxtra v2.1.0\source\scrn.cpp(58) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
d:\pierre\developpement\director xtras\xdk85_win\myprojects\scripts\scrnxtra v2.1.0\source\scrn.cpp(310) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
d:\pierre\developpement\director xtras\xdk85_win\myprojects\scripts\scrnxtra v2.1.0\source\scrn.cpp(779) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
Linking...
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
Results
  
Build log was saved at "file://d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Debug\BuildLog.htm"
Script - 0 error(s), 8 warning(s)