Originally posted by: y82li
I follow the instruction of c_cpp.html, but still get error when I try to build solution. Please see the following Build Log. Thank you for your help. I have struggled for more than one month. It is really my headache.
Build Log Build started: Project: test, Configuration: Release|Win32
Command Lines Creating temporary file "c:\ILOG\myapp\test\test\Release\RSP00011D2832392.rsp" with contents
[
/O2 /Oi /GL /I "C:\ILOG\CPLEX_Studio_Preview122\cplex\include" /I "C:\ILOG\CPLEX_Studio_Preview122\concert\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "IL_STD" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MT /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /TP .\test.cpp
]
Creating command line "cl.exe @c:\ILOG\myapp\test\test\Release\RSP00011D2832392.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\ILOG\myapp\test\test\Release\RSP00011E2832392.rsp" with contents
[
/OUT:"C:\ILOG\myapp\test\Release\test.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\test.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\ILOG\myapp\test\Release\test.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE /NXCOMPAT /MACHINE:X86 wsock32.lib C:\ILOG\CPLEX_Studio_Preview122\cplex\lib\x86_windows_vs2008\stat_mta\cplex122.lib C:\ILOG\CPLEX_Studio_Preview122\cplex\lib\x86_windows_vs2008\stat_mta\ilocplex.lib C:\ILOG\CPLEX_Studio_Preview122\concert\lib\x86_windows_vs2008\stat_mta\concert.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
".\Release\test.obj"
]
Creating command line "link.exe @c:\ILOG\myapp\test\test\Release\RSP00011E2832392.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window Compiling...
test.cpp
Linking...
LINK : fatal error LNK1181: cannot open input file 'C:\ILOG\CPLEX_Studio_Preview122\concert\lib\x86_windows_vs2008\stat_mta\concert.lib;'
Results Build log was saved at "file://c:\ILOG\myapp\test\test\Release\BuildLog.htm"
test - 1 error(s), 0 warning(s)
#CPLEXOptimizers#DecisionOptimization