Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

ILOG Concert 24 and Microsoft Visual C++ compiler

  • 1.  ILOG Concert 24 and Microsoft Visual C++ compiler

    Posted Sun October 12, 2008 10:47 PM

    Originally posted by: SystemAdmin


    [ncasti said:]

    Hello,
    I'm working with ILOG Concert 24, and the Microsoft Visual Studio 2005 C++ compiler, which is: 14.00.50727.42
    I have this problem when I try to compile my file:
    "Concert24\include\ilconcert\ilosys.h(391) : fatal error C1083 : imposible to include: 'iostream.h'.
    No such file or directory.

    I look at Microsoft Visual Studio 8\VC\include folder and I can't find iostream.h
    If I change the ilosys.h file, replacing iostream.h by iostream I have the same problem with other *.h files.

    So, please, does anybody know how to help me?
    Is not my C++ compiler suitable to work with ILOG Concert 24?

    Thank you very much.

    #ConstraintProgramming-General
    #DecisionOptimization


  • 2.  Re: ILOG Concert 24 and Microsoft Visual C++ compiler

    Posted Tue October 14, 2008 09:58 PM

    Originally posted by: SystemAdmin


    [Gwyneth said:]

    I suspect that you have not added the IL_STD preprocessor directive as described in the solver64/windows.htm file:


    c.      With the preprocessor tab
    -    Add IL_STD macro to the preprocessor definitions section.

    #ConstraintProgramming-General
    #DecisionOptimization


  • 3.  Re: ILOG Concert 24 and Microsoft Visual C++ compiler

    Posted Wed November 05, 2008 07:23 PM

    Originally posted by: SystemAdmin


    [ncasti said:]

    Thank you very much,
    it have worked!
    #ConstraintProgramming-General
    #DecisionOptimization