Build Log
  

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

Command Lines
  
Creating temporary file "d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\RSP00000131403728.rsp" with contents
[
/Ob1 /I "../Dist64" /I "./FL" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0700" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Fp"x64\Release/MTDemoCPP.pch" /Fo"x64\Release\\" /Fd"x64\Release\\" /W3 /c .\XPoints.cpp

.\Xform3D.cpp

.\Vector.cpp

.\UtilityFunctions.cpp

.\Persistence.cpp

.\MTXPoint.cpp

.\MCamera.cpp

.\Markers.cpp

.\Marker.cpp

.\main.cpp

.\GuiGenerator.cpp

.\Facet.cpp

.\Collection.cpp

.\Cameras.cpp
]
Creating command line "cl.exe @d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\RSP00000131403728.rsp /nologo /errorReport:queue"
Creating command line "rc.exe /d "NDEBUG" /d "_VC80_UPGRADE=0x0700" /l 0x1009 /fo"x64\Release/MTDemoCPP.res" .\MTDemoCPP.rc"
Creating temporary file "d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\RSP00000231403728.rsp" with contents
[
/OUT:"x64\Release/MTDemoCPP.exe" /VERSION:3.7.1.0 /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"x64\Release\MTDemoCPP.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /PDB:"d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\MTDemoCPP.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X64 ../Dist64/mtc.lib ./lib64/fltk.lib ./lib64/fltkforms.lib ./lib64/fltkgl.lib opengl32.lib comctl32.lib wsock32.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\x64\Release\Cameras.obj"

".\x64\Release\Collection.obj"

".\x64\Release\Facet.obj"

".\x64\Release\GuiGenerator.obj"

".\x64\Release\main.obj"

".\x64\Release\Marker.obj"

".\x64\Release\Markers.obj"

".\x64\Release\MCamera.obj"

".\x64\Release\MTXPoint.obj"

".\x64\Release\Persistence.obj"

".\x64\Release\UtilityFunctions.obj"

".\x64\Release\Vector.obj"

".\x64\Release\Xform3D.obj"

".\x64\Release\XPoints.obj"

".\x64\Release\MTDemoCPP.res"
]
Creating command line "link.exe @d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\RSP00000231403728.rsp /NOLOGO /ERRORREPORT:QUEUE"
Creating temporary file "d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\RSP00000331403728.rsp" with contents
[
/outputresource:".\x64\Release\MTDemoCPP.exe;#1" /manifest

.\x64\Release\MTDemoCPP.exe.intermediate.manifest
]
Creating command line "mt.exe @d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\RSP00000331403728.rsp /nologo"
Creating temporary file "d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\BAT00000431403728.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\x64\Release\mt.dep
]
Creating command line "d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\BAT00000431403728.bat"
Creating temporary file "d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\BAT00000531403728.bat" with contents
[
@echo off

   copy /Y "D:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\Dist64\*.dll" "d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\"

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 "d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\BAT00000531403728.bat"
Output Window
  
Compiling...
XPoints.cpp
.\XPoints.cpp(39) : warning C4244: 'initializing' : conversion from 'mtHandle' to 'int', possible loss of data
.\XPoints.cpp(44) : warning C4244: '=' : conversion from 'mtHandle' to 'int', possible loss of data
.\XPoints.cpp(59) : warning C4244: '=' : conversion from 'mtHandle' to 'int', possible loss of data
.\XPoints.cpp(74) : warning C4244: '=' : conversion from 'mtHandle' to 'int', possible loss of data
Xform3D.cpp
Vector.cpp
UtilityFunctions.cpp
.\UtilityFunctions.cpp(26) : warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\direct.h(121) : see declaration of 'getcwd'
.\UtilityFunctions.cpp(27) : 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 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
.\UtilityFunctions.cpp(29) : 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 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
.\UtilityFunctions.cpp(43) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\UtilityFunctions.cpp(44) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\UtilityFunctions.cpp(45) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
Persistence.cpp
MTXPoint.cpp
MCamera.cpp
Markers.cpp
.\Markers.cpp(207) : warning C4244: 'initializing' : conversion from 'mtHandle' to 'int', possible loss of data
.\Markers.cpp(238) : warning C4244: 'initializing' : conversion from 'mtHandle' to 'int', possible loss of data
.\Markers.cpp(250) : warning C4244: '=' : conversion from 'mtHandle' to 'int', possible loss of data
Marker.cpp
main.cpp
d:\_project\microntracker\releases\microntracker3.7.2.3\mtdemocpp\Cameras.h(29) : warning C4244: 'return' : conversion from 'mtHandle' to 'int', possible loss of data
GuiGenerator.cpp
d:\_project\microntracker\releases\microntracker3.7.2.3\mtdemocpp\MTC.h(17) : warning C4005: '_WIN32_WINNT' : macro redefinition
        C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\sdkddkver.h(151) : see previous definition of '_WIN32_WINNT'
d:\_project\microntracker\releases\microntracker3.7.2.3\mtdemocpp\Cameras.h(29) : warning C4244: 'return' : conversion from 'mtHandle' to 'int', possible loss of data
.\GuiGenerator.cpp(101) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(130) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
.\GuiGenerator.cpp(143) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(209) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(227) : warning C4244: '=' : conversion from 'mtHandle' to 'int', possible loss of data
.\GuiGenerator.cpp(232) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
.\GuiGenerator.cpp(233) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
.\GuiGenerator.cpp(234) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
.\GuiGenerator.cpp(235) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
.\GuiGenerator.cpp(257) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
.\GuiGenerator.cpp(281) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(389) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(395) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(409) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(413) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(434) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(438) : warning C4244: 'argument' : conversion from 'float' to 'uchar', possible loss of data
.\GuiGenerator.cpp(438) : warning C4244: 'argument' : conversion from 'float' to 'uchar', possible loss of data
.\GuiGenerator.cpp(438) : warning C4244: 'argument' : conversion from 'float' to 'uchar', possible loss of data
.\GuiGenerator.cpp(439) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(439) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(439) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(439) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(451) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(454) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(478) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(482) : warning C4244: 'argument' : conversion from 'float' to 'uchar', possible loss of data
.\GuiGenerator.cpp(482) : warning C4244: 'argument' : conversion from 'float' to 'uchar', possible loss of data
.\GuiGenerator.cpp(482) : warning C4244: 'argument' : conversion from 'float' to 'uchar', possible loss of data
.\GuiGenerator.cpp(579) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(579) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(579) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(584) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(585) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(586) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(586) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(693) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(695) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(696) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(697) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(698) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(699) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(700) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(701) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(702) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(711) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(714) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(716) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(717) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(718) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(719) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(720) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(721) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(726) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(726) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(762) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(763) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(766) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(768) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(778) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(778) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(778) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(778) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(782) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(782) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(782) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(782) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(787) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
.\GuiGenerator.cpp(787) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(787) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(788) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
.\GuiGenerator.cpp(788) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(788) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(789) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
.\GuiGenerator.cpp(789) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(789) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(790) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
.\GuiGenerator.cpp(790) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(790) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
.\GuiGenerator.cpp(844) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(845) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(846) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(847) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(848) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(849) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(850) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(851) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(863) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(864) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(866) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(870) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(870) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(913) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(913) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(922) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(923) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(924) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(926) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(951) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(952) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(953) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\GuiGenerator.cpp(970) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(971) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(978) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
.\GuiGenerator.cpp(1079) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(1080) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(1166) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(1167) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(1429) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(1433) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(1488) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
.\GuiGenerator.cpp(1534) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(1538) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(1566) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(1570) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(1573) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\GuiGenerator.cpp(1577) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
Facet.cpp
.\Facet.cpp(83) : warning C4244: 'argument' : conversion from 'mtHandle' to 'int', possible loss of data
.\Facet.cpp(84) : warning C4244: 'argument' : conversion from 'mtHandle' to 'int', possible loss of data
.\Facet.cpp(121) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
Collection.cpp
Cameras.cpp
d:\_project\microntracker\releases\microntracker3.7.2.3\mtdemocpp\Cameras.h(29) : warning C4244: 'return' : conversion from 'mtHandle' to 'int', possible loss of data
.\Cameras.cpp(161) : 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 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
Embedding manifest...
Performing Post-Build Event...
D:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\Dist64\FlyCapture2.dll
D:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\Dist64\FlyCapture2_C.dll
D:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\Dist64\libiomp5md.dll
D:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\Dist64\MTC.dll
D:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\Dist64\MTInterfaceDotNet.dll
D:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\Dist64\PGRFlyCapture.dll
        6 file(s) copied.
Results
  
Build log was saved at "file://d:\_project\MicronTracker\Releases\MicronTracker3.7.2.3\MTDemoCPP\x64\Release\BuildLog.htm"
MTDemoCPP - 0 error(s), 138 warning(s)