Build Log
  

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

Command Lines
  
Creating temporary file "d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Release\RSP0000101316200.rsp" with contents
[
/I "..\..\..\..\include" /I "..\source" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /FD /EHsc /MT /Fp".\Release/SKELETON.pch" /Fo".\Release/" /Fd".\Release/" /FR".\Release\\" /W3 /c /Gz /TP "..\source\scrn.cpp"
]
Creating command line "cl.exe @"d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Release\RSP0000101316200.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Release\RSP0000111316200.rsp" with contents
[
/OUT:".\Release\ScrnXtra.x32" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Release\ScrnXtra.x32.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /NODEFAULTLIB /DEF:".\scrn.def" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /IMPLIB:".\Release/ScrnXtra.lib" /MACHINE:X86 msvcrt.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Release\scrn.obj"

".\Release\scrnwin.obj"

".\Release\Script.res"
]
Creating command line "link.exe @"d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Release\RSP0000111316200.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Release\RSP0000121316200.rsp" with contents
[
/outputresource:".\Release\ScrnXtra.x32;#2" /manifest

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

".\Release\scrnwin.sbr"

".\Release\scrn.sbr"
]
Creating command line "bscmake.exe @"d:\Pierre\Developpement\Director Xtras\xdk85_win\MyProjects\Scripts\SCRNXTRA v2.1.0\winproj\Release\RSP0000141316200.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'
..\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'
..\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'
..\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'
..\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'
..\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...
   Creating library .\Release/ScrnXtra.lib and object .\Release/ScrnXtra.exp
ScrnXtra.exp : warning LNK4070: /OUT:ScrnXtra.dll directive in .EXP differs from output filename '.\Release\ScrnXtra.x32'; ignoring directive
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\Release\BuildLog.htm"
Script - 0 error(s), 9 warning(s)