Build Log |
|
Command Lines |
Creating temporary file "d:\0Clare\CSharp\function_pointer\function_pointer\Debug\RSP00000155445412.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC .\function_pointer.c ] Creating command line "cl.exe @d:\0Clare\CSharp\function_pointer\function_pointer\Debug\RSP00000155445412.rsp /nologo /errorReport:prompt" Creating temporary file "d:\0Clare\CSharp\function_pointer\function_pointer\Debug\RSP00000255445412.rsp" with contents [ /OUT:"D:\0Clare\CSharp\function_pointer\Debug\function_pointer.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\function_pointer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"d:\0Clare\CSharp\function_pointer\Debug\function_pointer.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /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\function_pointer.obj" ".\Debug\function_pointer.exe.embed.manifest.res" ] Creating command line "link.exe @d:\0Clare\CSharp\function_pointer\function_pointer\Debug\RSP00000255445412.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "d:\0Clare\CSharp\function_pointer\function_pointer\Debug\RSP00000355445412.rsp" with contents [ /out:.\Debug\function_pointer.exe.embed.manifest /notify_update /manifest .\Debug\function_pointer.exe.intermediate.manifest ] Creating command line "mt.exe @d:\0Clare\CSharp\function_pointer\function_pointer\Debug\RSP00000355445412.rsp /nologo" Creating temporary file "d:\0Clare\CSharp\function_pointer\function_pointer\Debug\BAT00000455445412.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "d:\0Clare\CSharp\function_pointer\function_pointer\Debug\BAT00000455445412.bat" |
Output Window |
Compiling... function_pointer.c d:\0clare\csharp\function_pointer\function_pointer\function_pointer.c(40) : 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 9.0\vc\include\stdio.h(237) : see declaration of 'fopen' Linking... Embedding manifest... |
Results |
Build log was saved at "file://d:\0Clare\CSharp\function_pointer\function_pointer\Debug\BuildLog.htm" function_pointer - 0 error(s), 1 warning(s) |