Build Log |
|
Command Lines |
Creating temporary file "c:\Users\edirlei\Desktop\TesteProlog\TestProlog\TestProlog\Debug\RSP00000742204436.rsp" with contents [ /Od /I "C:\Program Files\pl\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\Main.cpp ] Creating command line "cl.exe @c:\Users\edirlei\Desktop\TesteProlog\TestProlog\TestProlog\Debug\RSP00000742204436.rsp /nologo /errorReport:prompt" Creating temporary file "c:\Users\edirlei\Desktop\TesteProlog\TestProlog\TestProlog\Debug\TMP00000842204436.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\TestProlog.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\TestProlog.exe.embed.manifest.res" c:\Users\edirlei\Desktop\TesteProlog\TestProlog\TestProlog\Debug\TMP00000842204436.tmp" Creating temporary file "c:\Users\edirlei\Desktop\TesteProlog\TestProlog\TestProlog\Debug\RSP00000942204436.rsp" with contents [ /OUT:"C:\Users\edirlei\Desktop\TesteProlog\TestProlog\Debug\TestProlog.exe" /INCREMENTAL /LIBPATH:"C:\Program Files\pl\lib\\" /MANIFEST /MANIFESTFILE:"Debug\TestProlog.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\edirlei\Desktop\TesteProlog\TestProlog\Debug\TestProlog.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X64 swipl.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 ".\Debug\Main.obj" ".\Debug\TestProlog.exe.embed.manifest.res" ] Creating command line "link.exe @c:\Users\edirlei\Desktop\TesteProlog\TestProlog\TestProlog\Debug\RSP00000942204436.rsp /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... Main.cpp c:\program files\pl\include\swi-cpp.h(1010) : 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 (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy' Compiling manifest to resources... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. Linking... .\Debug\Main.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' |
Results |
Build log was saved at "file://c:\Users\edirlei\Desktop\TesteProlog\TestProlog\TestProlog\Debug\BuildLog.htm" TestProlog - 1 error(s), 1 warning(s) |