Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  XueDi GuiQiu

    Posted 02/07/11 10:09 PM

    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


  • 2.  Re: XueDi GuiQiu

    Posted 02/08/11 03:37 PM

    Originally posted by: GuangFeng


    The message says "LINK : fatal error LNK1181: cannot open input file 'C:\ILOG\CPLEX_Studio_Preview122\concert\lib\x86_windows_vs2008\stat_mta\concert.lib;'"

    Note that there is a semicolon (;) at the end of the lib file name. Removing the character should help you avoid this error.
    #CPLEXOptimizers
    #DecisionOptimization