Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\Debug\RSP00005F2724616.rsp" with contents
[
/Od /I "C:\program files\fltk-1.1.4\\" /D "WIN32" /D "_DEBUG" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHa /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Zi /clr:oldSyntax /TP ".\features.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\Debug\RSP00005F2724616.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\Debug\RSP0000602724616.rsp" with contents
[
/OUT:"C:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\Debug\Features.exe" /INCREMENTAL /LIBPATH:"C:\program files\fltk-1.1.4\lib" /LIBPATH:"C:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\ImageLib\Debug" /MANIFEST /MANIFESTFILE:"Debug\Features.exe.intermediate.manifest" /NODEFAULTLIB:"libcd.lib" /NODEFAULTLIB:"libc.lib" /NODEFAULTLIB:"libcmtd.lib" /NODEFAULTLIB:"libcmt.lib" /DEBUG /ASSEMBLYDEBUG /PDB:"c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\Debug\Features.pdb" /FIXED:No Comctl32.lib fltkd.lib fltkformsd.lib fltkgld.lib fltkimagesd.lib wsock32.lib opengl32.lib glu32.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 ".\imagelib\debug\imagelib.lib"

".\Debug\features.obj"

".\Debug\FeaturesDoc.obj"

".\Debug\FeatureSet.obj"

".\Debug\FeaturesMain.obj"

".\Debug\FeaturesUI.obj"

".\Debug\ImageDatabase.obj"

".\Debug\ImageView.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\Debug\RSP0000602724616.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
features.cpp
c:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\Image.h(165) : 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:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\Image.h(166) : 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:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\Image.h(167) : 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:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\Image.h(168) : 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:\documents and settings\rkamin\my documents\cse455\project2\features\imagelib\Image.h(170) : 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'
.\features.cpp(159) : warning C4482: nonstandard extension used: enum 'EWarpInterpolationMode' used in qualified name
.\features.cpp(160) : warning C4482: nonstandard extension used: enum 'EWarpInterpolationMode' used in qualified name
Linking...
imagelib.lib(WarpImage.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
features.obj : error LNK2028: unresolved token (0A0003B9) "void __cdecl WarpLocal(class CImageOf,class CImageOf &,class CImageOf,bool,enum EWarpInterpolationMode,float)" (??$WarpLocal@M@@$$FYAXV?$CImageOf@M@@AAV0@0_NW4EWarpInterpolationMode@@M@Z) referenced in function "void __cdecl warpComputeFeatures(class CImageOf &,class FeatureSet &)" (?warpComputeFeatures@@$$FYAXAAV?$CImageOf@M@@AAVFeatureSet@@@Z)
features.obj : error LNK2028: unresolved token (0A0003F8) "void __cdecl WarpGlobal(class CImageOf,class CImageOf &,class CTransform3x3,enum EWarpInterpolationMode,float)" (??$WarpGlobal@M@@$$FYAXV?$CImageOf@M@@AAV0@VCTransform3x3@@W4EWarpInterpolationMode@@M@Z) referenced in function "void __cdecl warpComputeFeatures(class CImageOf &,class FeatureSet &)" (?warpComputeFeatures@@$$FYAXAAV?$CImageOf@M@@AAVFeatureSet@@@Z)
features.obj : error LNK2019: unresolved external symbol "void __cdecl WarpLocal(class CImageOf,class CImageOf &,class CImageOf,bool,enum EWarpInterpolationMode,float)" (??$WarpLocal@M@@$$FYAXV?$CImageOf@M@@AAV0@0_NW4EWarpInterpolationMode@@M@Z) referenced in function "void __cdecl warpComputeFeatures(class CImageOf &,class FeatureSet &)" (?warpComputeFeatures@@$$FYAXAAV?$CImageOf@M@@AAVFeatureSet@@@Z)
features.obj : error LNK2019: unresolved external symbol "void __cdecl WarpGlobal(class CImageOf,class CImageOf &,class CTransform3x3,enum EWarpInterpolationMode,float)" (??$WarpGlobal@M@@$$FYAXV?$CImageOf@M@@AAV0@VCTransform3x3@@W4EWarpInterpolationMode@@M@Z) referenced in function "void __cdecl warpComputeFeatures(class CImageOf &,class FeatureSet &)" (?warpComputeFeatures@@$$FYAXAAV?$CImageOf@M@@AAVFeatureSet@@@Z)
C:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\Debug\Features.exe : fatal error LNK1120: 4 unresolved externals
Results
  
Build log was saved at "file://c:\Documents and Settings\rkamin\My Documents\CSE455\Project2\Features\Debug\BuildLog.htm"
Features - 5 error(s), 8 warning(s)