Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Compiling error

    Posted Fri November 15, 2013 01:52 PM

    Originally posted by: rakdialkdiiakjdieae


    Thank you in advance. I just installed ILOG CPLEX 12.5.1 and tried to compile an example under Visual C++ 2010. I got the following mistake during compiling the project:

    1>------ Build started: Project: test, Configuration: Release Win32 ------
    1>test.obj : error LNK2001: unresolved external symbol __imp__CPXopenCPLEX@4
    1>test.obj : error LNK2001: unresolved external symbol __imp__CPXcloseCPLEX@4
    1>test.obj : error LNK2001: unresolved external symbol __imp__CPXgetx@20

    Could anyone please give me any hint on the mistake?


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Compiling error

    Posted Fri November 15, 2013 07:52 PM

    Originally posted by: rakdialkdiiakjdieae


    I finally figured out the reason for the mistake. My OS and ILOG CPLEX are 64 bits, so I have to build a x64 application.


    #CPLEXOptimizers
    #DecisionOptimization