Build Log
  

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

Command Lines
  
Creating temporary file "e:\2007_fortran\draft_200707\II_02_sample\MixedLanguage\Fortran_Calls_C\Clib\Debug\RSP00000138163936.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\Csub.cpp
]
Creating command line "cl.exe @e:\2007_fortran\draft_200707\II_02_sample\MixedLanguage\Fortran_Calls_C\Clib\Debug\RSP00000138163936.rsp /nologo /errorReport:prompt"
Creating temporary file "e:\2007_fortran\draft_200707\II_02_sample\MixedLanguage\Fortran_Calls_C\Clib\Debug\RSP00000238163936.rsp" with contents
[
/OUT:"Debug/Clib.lib" .\Debug\Csub.obj
]
Creating command line "lib.exe @e:\2007_fortran\draft_200707\II_02_sample\MixedLanguage\Fortran_Calls_C\Clib\Debug\RSP00000238163936.rsp /NOLOGO"
Output Window
  
Compiling...
Csub.cpp
e:\2007_fortran\draft_200707\ii_02_sample\mixedlanguage\fortran_calls_c\clib\csub.cpp(32) : 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'
Creating library...
Results
  
Build log was saved at "file://e:\2007_fortran\draft_200707\II_02_sample\MixedLanguage\Fortran_Calls_C\Clib\Debug\BuildLog.htm"
Clib - 0 error(s), 1 warning(s)