Build Log
  

Rebuild started: Project: MAME, Configuration: Release|x64

Command Lines
  
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00000F87614944.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "MAME_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /EHsc /MT /Zp4 /Gy /Yc"stdafx.h" /Fp".\Release/MAME.pch" /Fo".\Release/" /Fd".\Release/" /FR"x64\Release\\" /W3 /c /Gz /TP ".\StdAfx.cpp"
]
Creating command line "cl.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00000F87614944.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00001087614944.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "MAME_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /EHsc /MT /Zp4 /Gy /Yu"stdafx.h" /Fp".\Release/MAME.pch" /Fo".\Release/" /Fd".\Release/" /FR"x64\Release\\" /W3 /c /Gz /TP ".\MAME.cpp"
]
Creating command line "cl.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00001087614944.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00001187614944.rsp" with contents
[
/OUT:".\Release/MAME64.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:"x64\Release\MAME64.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:".\MAME.def" /PDB:".\Release/MAME64.pdb" /DYNAMICBASE:NO /IMPLIB:".\Release/MAME64.lib" /MACHINE:X64 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\MAME.obj"

".\Release\StdAfx.obj"
]
Creating command line "link.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00001187614944.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00001287614944.rsp" with contents
[
/outputresource:".\Release\MAME64.dll;#2" /manifest

".\x64\Release\MAME64.dll.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00001287614944.rsp" /nologo"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\BAT00001387614944.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\x64\Release\mt.dep"
]
Creating command line """c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\BAT00001387614944.bat"""
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00001487614944.rsp" with contents
[
/o ".\Release/MAME.bsc"

".\x64\Release\StdAfx.sbr"

".\x64\Release\MAME.sbr"
]
Creating command line "bscmake.exe @"c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\RSP00001487614944.rsp" /nologo"
Creating temporary file "c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\BAT00001587614944.bat" with contents
[
@echo off

.\Release/!postbuild.bat

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

exit 1

:VCEnd
]
Creating command line """c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\BAT00001587614944.bat"""
Output Window
  
Compiling...
StdAfx.cpp
Compiling...
MAME.cpp
.\MAME.cpp(222) : warning C4244: '=' : conversion from 'WPARAM' to 'int', possible loss of data
.\MAME.cpp(263) : warning C4244: '=' : conversion from 'SOCKET' to 'int', possible loss of data
.\MAME.cpp(316) : 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 (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\MAME.cpp(319) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
.\MAME.cpp(353) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(166) : see declaration of 'strtok'
.\MAME.cpp(354) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(166) : see declaration of 'strtok'
.\MAME.cpp(371) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
.\MAME.cpp(384) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
.\MAME.cpp(438) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\MAME.cpp(439) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\MAME.cpp(604) : 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 (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
.\MAME.cpp(676) : warning C4244: 'argument' : conversion from 'LPARAM' to 'int', possible loss of data
.\MAME.cpp(686) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
Linking...
   Creating library .\Release/MAME64.lib and object .\Release/MAME64.exp
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
Performing Post-Build Event...
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
Results
  
Build log was saved at "file://c:\Users\headk_000\Documents\Visual Studio 2008\Projects\General\MAMEInteropSDK\dll\x64\Release\BuildLog.htm"
MAME - 0 error(s), 13 warning(s)