Build Log
  

Build started: Project: messiahLW, Configuration: Release|x64

Command Lines
  
Creating temporary file "c:\Development\MessiahStudio_Fori\Projects\messiahLW\x64\Release\RSP0004CA58445904.rsp" with contents
[
/O2 /Ob1 /I "..\..\..\includeLW" /I "..\..\CodeFiles\GUI_Include" /I "..\..\CodeFiles\Include" /I "..\..\CodeFiles\API_Include" /D "_WIN64" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "MESSIAHLW_EXPORTS" /D "_WIN32" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Fp".\..\..\Release\messiahLW/messiahLW.pch" /Fo".\..\..\Release\messiahLW/" /Fd".\..\..\Release\messiahLW/" /W3 /c /TC ..\..\CodeFiles\messiahLW\messiahLW.c
]
Creating command line "cl.exe @c:\Development\MessiahStudio_Fori\Projects\messiahLW\x64\Release\RSP0004CA58445904.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Development\MessiahStudio_Fori\Projects\messiahLW\x64\Release\RSP0004CB58445904.rsp" with contents
[
/OUT:"..\..\ProgramsRelease64\messiahLW.p" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:"x64\Release\messiahLW.p.intermediate.manifest" /DEF:"..\..\..\includeLW\serv.def" /IMPLIB:".\..\..\Release\messiahLW/messiahLW.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\messiahLW\messiahLW.obj"
]
Creating command line "link.exe @c:\Development\MessiahStudio_Fori\Projects\messiahLW\x64\Release\RSP0004CB58445904.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Development\MessiahStudio_Fori\Projects\messiahLW\x64\Release\RSP0004CC58445904.rsp" with contents
[
/outputresource:"..\..\ProgramsRelease64\messiahLW.p;#2" /manifest

.\x64\Release\messiahLW.p.intermediate.manifest
]
Creating command line "mt.exe @c:\Development\MessiahStudio_Fori\Projects\messiahLW\x64\Release\RSP0004CC58445904.rsp /nologo"
Creating temporary file "c:\Development\MessiahStudio_Fori\Projects\messiahLW\x64\Release\BAT0004CD58445904.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\x64\Release\mt.dep
]
Creating command line "c:\Development\MessiahStudio_Fori\Projects\messiahLW\x64\Release\BAT0004CD58445904.bat"
Output Window
  
Compiling...
messiahLW.c
..\..\CodeFiles\messiahLW\messiahLW.c(94) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(110) : 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'
..\..\CodeFiles\messiahLW\messiahLW.c(111) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
..\..\CodeFiles\messiahLW\messiahLW.c(116) : 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.
..\..\CodeFiles\messiahLW\messiahLW.c(123) : 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.
..\..\CodeFiles\messiahLW\messiahLW.c(130) : 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.
..\..\CodeFiles\messiahLW\messiahLW.c(138) : 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.
..\..\CodeFiles\messiahLW\messiahLW.c(165) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(166) : 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'
..\..\CodeFiles\messiahLW\messiahLW.c(312) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(315) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
..\..\CodeFiles\messiahLW\messiahLW.c(350) : 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'
..\..\CodeFiles\messiahLW\messiahLW.c(613) : 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'
..\..\CodeFiles\messiahLW\messiahLW.c(700) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
..\..\CodeFiles\messiahLW\messiahLW.c(1136) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'vsprintf'
..\..\CodeFiles\messiahLW\messiahLW.c(1139) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
..\..\CodeFiles\messiahLW\messiahLW.c(1454) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
..\..\CodeFiles\messiahLW\messiahLW.c(1501) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
..\..\CodeFiles\messiahLW\messiahLW.c(1502) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(1508) : 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.
..\..\CodeFiles\messiahLW\messiahLW.c(1509) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(1524) : 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.
..\..\CodeFiles\messiahLW\messiahLW.c(1525) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(1535) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(1543) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(1555) : 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.
..\..\CodeFiles\messiahLW\messiahLW.c(1556) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(1701) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
..\..\CodeFiles\messiahLW\messiahLW.c(1805) : 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.
..\..\CodeFiles\messiahLW\messiahLW.c(1806) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
..\..\CodeFiles\messiahLW\messiahLW.c(1839) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
Linking...
   Creating library .\..\..\Release\messiahLW/messiahLW.lib and object .\..\..\Release\messiahLW/messiahLW.exp
Embedding manifest...
Results
  
Build log was saved at "file://c:\Development\MessiahStudio_Fori\Projects\messiahLW\x64\Release\BuildLog.htm"
messiahLW - 0 error(s), 31 warning(s)