Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  error message when building in C++

    Posted 10/17/08 11:55 AM

    Originally posted by: SystemAdmin


    [osta said:]

    Hi everyone!
    I am a beginner with Cplex under C++ and I have tried a sample program with concert technology.
    Although the compiling process went well, I cannot run my pogram because of the following error message "unresolved external symbol".
    Anyone help me?
    Thanks in advance
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: error message when building in C++

    Posted 10/20/08 03:14 AM

    Originally posted by: SystemAdmin


    [prubin said:]

    [quote author=osta link=topic=623.msg1898#msg1898 date=1224226499]
    I am a beginner with Cplex under C++ and I have tried a sample program with concert technology.
    Although the compiling process went well, I cannot run my pogram because of the following error message "unresolved external symbol".
    Anyone help me?


    Not without knowing more.  IIRC, the message indicates that the linker could not find something (likely a function/method) referenced somewhere in the code.  What symbol is unresolved?
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: error message when building in C++

    Posted 10/22/08 05:59 PM

    Originally posted by: SystemAdmin


    [osta said:]

    I solved the problem by simply following readme.txt file of Cplex documentation.
    In fact, it was not so simple as I thghout!
    Thanks
    #CPLEXOptimizers
    #DecisionOptimization