Build Log
  

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

Command Lines
  
Creating temporary file "d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\RSP00000D902811544.rsp" with contents
[
/Od /I "H:\My Documents\Celia\My Soft\ImageLib\Bin" /I "H:\My Documents\Celia\My Soft\ImageLib\Include" /I "C:\Documents and Settings\Celia.APHRODITE\My Documents\My Soft VS05\ImageLib\Include" /I "C:\Documents and Settings\Celia.APHRODITE\My Documents\My Soft VS05\ImageLib\Bin" /I "C:\Documents and Settings\Celius\My Documents\DocImAn Project\ImageLib\Bin" /I "C:\Documents and Settings\Celius\My Documents\DocImAn Project\ImageLib\Include" /I "D:\data\my soft\DEMO\ImageLib\Bin" /I "D:\data\my soft\DEMO\ImageLib\Include" /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\DocImAn.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\ExtraMath.cpp"

".\DocImAnView.cpp"

".\ChildFrm.cpp"
]
Creating command line "cl.exe @"d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\RSP00000D902811544.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\RSP00000E902811544.rsp" with contents
[
/OUT:"Debug\DocImAn.exe" /VERSION:1 /INCREMENTAL /LIBPATH:"H:\My Documents\Celia\My Soft\ImageLib\Lib" /LIBPATH:"H:\My Documents\Celia\My Soft\ImageLib\Bin" /LIBPATH:"C:\Documents and Settings\Celia.APHRODITE\My Documents\My Soft VS05\ImageLib\Bin" /LIBPATH:"C:\Documents and Settings\Celia.APHRODITE\My Documents\My Soft VS05\ImageLib\Lib" /LIBPATH:"C:\Documents and Settings\Celius\My Documents\DocImAn Project\ImageLib\Lib" /LIBPATH:"C:\Documents and Settings\Celius\My Documents\DocImAn Project\ImageLib\Bin" /LIBPATH:"D:\data\my soft\DEMO\ImageLib\Lib" /LIBPATH:"D:\data\my soft\DEMO\ImageLib\Bin" /MANIFEST /MANIFESTFILE:"Debug\DocImAn.exe.intermediate.manifest" /DEBUG /PDB:"d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\DocImAn.pdb" /SUBSYSTEM:WINDOWS /ENTRY:"wWinMainCRTStartup" /MACHINE:X86 ImageLibD.lib

".\Debug\CharVector.obj"

".\Debug\ChildFrm.obj"

".\Debug\ClassifierVector.obj"

".\Debug\ClassList.obj"

".\Debug\ConnectedComponent.obj"

".\Debug\ConnectedComponents.obj"

".\Debug\DemoBigWindow.obj"

".\Debug\DemoFTRIm.obj"

".\Debug\DemoLoc.obj"

".\Debug\DemoSegStep1.obj"

".\Debug\DemoSegStep11.obj"

".\Debug\DemoSegStep2.obj"

".\Debug\DIABilevelImage.obj"

".\Debug\DIACharacter.obj"

".\Debug\DIADlgCharEnh.obj"

".\Debug\DIADlgFindDivisions.obj"

".\Debug\DIADlgHistogramTransformation.obj"

".\Debug\DIADlgProjectionsDialog.obj"

".\Debug\DIAGreyScale.obj"

".\Debug\DIAHiColorImage.obj"

".\Debug\DIAHistograms.obj"

".\Debug\DIAImage.obj"

".\Debug\DIALoColorImage.obj"

".\Debug\DIASegmentation.obj"

".\Debug\DIAXmlDoc.obj"

".\Debug\Distance.obj"

".\Debug\DlgAddImages.obj"

".\Debug\DlgDIAHistograms.obj"

".\Debug\DlgDIAPlot2D.obj"

".\Debug\DlgDIASegmentation.obj"

".\Debug\DlgDIATest.obj"

".\Debug\DlgExportChar.obj"

".\Debug\DlgGroups.obj"

".\Debug\DlgPerfectChars2.obj"

".\Debug\DlgSetUncertainAreas.obj"

".\Debug\DlgTestingEnvironment.obj"

".\Debug\DocImAn.obj"

".\Debug\DocImAnDoc.obj"

".\Debug\DocImAnView.obj"

".\Debug\ExtraMath.obj"

".\Debug\ExtraString.obj"

".\Debug\GetValues.obj"

".\Debug\IndvCharEnh.obj"

".\Debug\MainFrm.obj"

".\Debug\Run.obj"

".\Debug\stdafx.obj"

".\Debug\TextLine.obj"

".\Debug\XMLAttribute.obj"

".\Debug\XMLDefinition.obj"

".\Debug\XMLDocType.obj"

".\Debug\XMLDocument.obj"

".\Debug\XMLElement.obj"

".\Debug\XMLHeader.obj"

".\Debug\DocImAn.res"

".\Debug\DocImAn.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\RSP00000E902811544.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\RSP00000F902811544.rsp" with contents
[
/out:".\Debug\DocImAn.exe.embed.manifest" /notify_update /manifest

".\Debug\DocImAn.exe.intermediate.manifest"
]
Creating command line "mt.exe @"d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\RSP00000F902811544.rsp" /nologo"
Creating temporary file "d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\BAT000010902811544.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\BAT000010902811544.bat"""
Output Window
  
Compiling...
ChildFrm.cpp
DocImAnView.cpp
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(934) : warning C4996: 'wcscpy' was declared deprecated
        d:\vs2005\vc\include\string.h(250) : see declaration of 'wcscpy'
        Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(972) : warning C4996: 'wcscpy' was declared deprecated
        d:\vs2005\vc\include\string.h(250) : see declaration of 'wcscpy'
        Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(3281) : warning C4996: 'wcscpy' was declared deprecated
        d:\vs2005\vc\include\string.h(250) : see declaration of 'wcscpy'
        Message: 'This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(4414) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5649) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5705) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5706) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5762) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5769) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5775) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5789) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5824) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5934) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(5970) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6026) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6115) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6116) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6154) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6175) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6182) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6188) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6206) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6241) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6336) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6338) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6340) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6357) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6655) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6721) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6760) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6788) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6850) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6880) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6902) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6904) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6912) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6916) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6925) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6936) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6949) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6951) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6958) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6960) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6966) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6967) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6971) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6972) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6992) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(6993) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7004) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7024) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7026) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7041) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7046) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7067) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7084) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7086) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7101) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7106) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7127) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7158) : warning C4244: '=' : conversion from 'wchar_t' to 'char', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7174) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7176) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7208) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7178) : warning C4101: 'groundtruth' : unreferenced local variable
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7239) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7241) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7243) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7251) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7262) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7286) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7288) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7290) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7298) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7328) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7330) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7356) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7358) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7471) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7473) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7475) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7490) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7575) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7577) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7579) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7585) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7587) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7590) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7601) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7613) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7616) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7626) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7633) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7645) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7656) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7663) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7667) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7678) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7697) : warning C4996: 'fscanf' was declared deprecated
        d:\vs2005\vc\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7709) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7711) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7635) : warning C4101: 'nothing' : unreferenced local variable
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7739) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7743) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7748) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7752) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7760) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7766) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7787) : warning C4101: 'total' : unreferenced local variable
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7813) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7817) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7822) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7826) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7834) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\docimanview.cpp(7840) : warning C4996: '_wfopen' was declared deprecated
        d:\vs2005\vc\include\wchar.h(827) : see declaration of '_wfopen'
        Message: 'This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\recursedir.h(252) : warning C4996: 'wcsncpy' was declared deprecated
        d:\vs2005\vc\include\string.h(270) : see declaration of 'wcsncpy'
        Message: 'This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
        d:\data\my soft\demo\final2\copy of dociman\recursedir.h(247) : while compiling class template member function 'bool CRecurseDir::WalkTree(LPCTSTR)'
        with
        [
            T=tagSimpleFile
        ]
        d:\data\my soft\demo\final2\copy of dociman\recursedir.h(401) : see reference to class template instantiation 'CRecurseDir' being compiled
        with
        [
            T=tagSimpleFile
        ]
d:\data\my soft\demo\final2\copy of dociman\recursedir.h(333) : warning C4996: 'wcsncpy' was declared deprecated
        d:\vs2005\vc\include\string.h(270) : see declaration of 'wcsncpy'
        Message: 'This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
d:\data\my soft\demo\final2\copy of dociman\recursedir.h(252) : warning C4996: 'wcsncpy' was declared deprecated
        d:\vs2005\vc\include\string.h(270) : see declaration of 'wcsncpy'
        Message: 'This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
        d:\data\my soft\demo\final2\copy of dociman\recursedir.h(247) : while compiling class template member function 'bool CRecurseDir::WalkTree(LPCTSTR)'
        with
        [
            T=WIN32_FIND_DATA
        ]
        d:\data\my soft\demo\final2\copy of dociman\recursedir.h(449) : see reference to class template instantiation 'CRecurseDir' being compiled
        with
        [
            T=WIN32_FIND_DATA
        ]
d:\data\my soft\demo\final2\copy of dociman\recursedir.h(333) : warning C4996: 'wcsncpy' was declared deprecated
        d:\vs2005\vc\include\string.h(270) : see declaration of 'wcsncpy'
        Message: 'This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
ExtraMath.cpp
Generating Code...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://d:\data\my soft\DEMO\Final2\Copy of DocImAn\Debug\BuildLog.htm"
DocImAn - 0 error(s), 119 warning(s)