Build Log
  

Rebuild started: Project: j2k_to_image, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\research\OpenJPEG_PCMDC_r1\OpenJPEG_PCMDC\codec\Debug\RSP00000559486092.rsp" with contents
[
/Od /I "../libopenjpeg" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "OPJ_STATIC" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Fp".\Debug/j2k_to_image.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI .\j2k_to_image.c

.\compat\getopt.c

.\convert.c
]
Creating command line "cl.exe @c:\research\OpenJPEG_PCMDC_r1\OpenJPEG_PCMDC\codec\Debug\RSP00000559486092.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\research\OpenJPEG_PCMDC_r1\OpenJPEG_PCMDC\codec\Debug\RSP00000659486092.rsp" with contents
[
/OUT:".\Debug/j2k_to_image.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\Debug\j2k_to_image.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/j2k_to_image.pdb" /SUBSYSTEM:CONSOLE /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\libopenjpegd.lib"

".\Debug\convert.obj"

".\Debug\getopt.obj"

".\Debug\j2k_to_image.obj"
]
Creating command line "link.exe @c:\research\OpenJPEG_PCMDC_r1\OpenJPEG_PCMDC\codec\Debug\RSP00000659486092.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\research\OpenJPEG_PCMDC_r1\OpenJPEG_PCMDC\codec\Debug\RSP00000759486092.rsp" with contents
[
/outputresource:".\Debug\j2k_to_image.exe;#1" /manifest

.\Debug\j2k_to_image.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\research\OpenJPEG_PCMDC_r1\OpenJPEG_PCMDC\codec\Debug\RSP00000759486092.rsp /nologo"
Creating temporary file "c:\research\OpenJPEG_PCMDC_r1\OpenJPEG_PCMDC\codec\Debug\BAT00000859486092.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\research\OpenJPEG_PCMDC_r1\OpenJPEG_PCMDC\codec\Debug\BAT00000859486092.bat"
Output Window
  
Compiling...
j2k_to_image.c
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(112) : warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.
        c:\program files\microsoft visual studio 8\vc\include\string.h(217) : see declaration of 'strnicmp'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(155) : 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'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(174) : 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'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(183) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(192) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(279) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(395) : 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'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(396) : 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'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(399) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_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(339) : see declaration of '_snprintf'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(400) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_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(339) : see declaration of '_snprintf'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(403) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(463) : 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'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\j2k_to_image.c(464) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_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(339) : see declaration of '_snprintf'
getopt.c
convert.c
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(123) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(484) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(558) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(686) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(693) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(249) : see declaration of 'fscanf'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(797) : 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'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(799) : 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'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(801) : 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\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(803) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(860) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(894) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(249) : see declaration of 'fscanf'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(927) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_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(249) : see declaration of 'fscanf'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(971) : 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:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(1021) : 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'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(1023) : 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'
c:\research\openjpeg_pcmdc_r1\openjpeg_pcmdc\codec\convert.c(1026) : 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'
Generating Code...
Linking...
convert.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Embedding manifest...
Results
  
Build log was saved at "file://c:\research\OpenJPEG_PCMDC_r1\OpenJPEG_PCMDC\codec\Debug\BuildLog.htm"
j2k_to_image - 0 error(s), 30 warning(s)