Build Log
  

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

Command Lines
  
Creating temporary file "c:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\RSP00000821241084.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\jserve.cpp
]
Creating command line "cl.exe @c:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\RSP00000821241084.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\RSP00000921241084.rsp" with contents
[
/OUT:"C:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\jserve.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\jserve.exe.intermediate.manifest" /DEBUG /PDB:"c:\WORK\jaguar\skunk\sources\bjbugs\jserve\debug\jserve.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib libusb.lib ws2_32.lib

".\debug\jserve.obj"

".\debug\stdafx.obj"

".\Debug\jserve.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\RSP00000921241084.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\RSP00000A21241084.rsp" with contents
[
/out:.\debug\jserve.exe.embed.manifest /notify_update /manifest

.\debug\jserve.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\RSP00000A21241084.rsp /nologo"
Creating temporary file "c:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\BAT00000B21241084.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\debug\mt.dep
]
Creating command line "c:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\BAT00000B21241084.bat"
Output Window
  
Compiling...
jserve.cpp
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(90) : warning C4309: '=' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(145) : 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'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(163) : 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'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(173) : 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'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(186) : 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'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(199) : warning C4309: '=' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(203) : 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'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(269) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(234) : see declaration of 'fopen'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(271) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(326) : warning C4309: 'initializing' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(326) : warning C4309: 'initializing' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(326) : warning C4309: 'initializing' : truncation of constant value
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(355) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(234) : see declaration of 'fopen'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(478) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(234) : see declaration of 'fopen'
c:\work\jaguar\skunk\sources\bjbugs\jserve\jserve.cpp(479) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\WORK\jaguar\skunk\sources\bjbugs\jserve\Debug\BuildLog.htm"
jserve - 0 error(s), 15 warning(s)