Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  CPLEX 11 won't work with MS Visual studio 6.0

    Posted 04/04/08 11:49 PM

    Originally posted by: SystemAdmin


    [cssmile said:]

    i have some code in MS VS 6.0. it worked well with cplex9 but won't let me compile now that I installed cplex 11. what can i do? thanks in advance
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: CPLEX 11 won't work with MS Visual studio 6.0

    Posted 04/07/08 09:22 AM

    Originally posted by: SystemAdmin


    [MaryFenelon said:]

    CPLEX 11 doesn't support MSVC6 since Microsoft no longer supports it. If you are only using the Callable Library API from C, you might be able to do so; someone told me this worked, but I have not tried it myself.  If you are using Concert Technology for C++, you have to use a compiler version which matches the libraries provided with CPLEX 11, that is, MSVC7.1 or higher.
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: CPLEX 11 won't work with MS Visual studio 6.0

    Posted 04/12/08 09:12 AM

    Originally posted by: SystemAdmin


    [cssmile said:]

    thank you.
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: CPLEX 11 won't work with MS Visual studio 6.0

    Posted 05/30/08 07:51 PM

    Originally posted by: SystemAdmin


    [Hendrik said:]

    Hi,

    is it possible that you canceled support for VS2003 in CPLEX 11.1?
    Or did our IT department miss to install something? ;-)

    Best regards,

    Hendrik.
    #CPLEXOptimizers
    #DecisionOptimization


  • 5.  Re: CPLEX 11 won't work with MS Visual studio 6.0

    Posted 06/02/08 09:51 PM

    Originally posted by: SystemAdmin


    [Didier Vidal said:]

    Hendrik,

    For CPLEX 11.1, we delivered ports for two Microsoft compilers: Visual Studio 2005 and Visual Studio 2008. For each CPLEX release, there is a section in the release notes where we communicate about our plans to upgrade compilers and issue migration recommendations. For instance the plan to stop support for Visual Studio 2003 was announced in the release notes of CPLEX 11.

    Regards,

    Didier Vidal.
    #CPLEXOptimizers
    #DecisionOptimization


  • 6.  Re: CPLEX 11 won't work with MS Visual studio 6.0

    Posted 06/03/08 12:20 PM

    Originally posted by: SystemAdmin


    [Hendrik said:]

    Hi Didier,

    thanks for your reply. Do you have a link to the release notes? I can't find them, neither on your website nor with Google.

    Thanks & regards,

    Hendrik.
    #CPLEXOptimizers
    #DecisionOptimization


  • 7.  Re: CPLEX 11 won't work with MS Visual studio 6.0

    Posted 06/03/08 01:24 PM

    Originally posted by: SystemAdmin


    [Didier Vidal said:]

    Hendrik,

    The release notes are part of the CPLEX documentation set that you can find in the CPLEX distribution. By the way, they contain other interesting information about new features and parameters. The Windows installer of CPLEX installs the documentation set with the product. However, if for some reason you don't have it on your computer, you can find the documentation on https://support.ilog.com/ - you will need to enter your maintenance reference.

    Regards,

    Didier Vidal.
    #CPLEXOptimizers
    #DecisionOptimization


  • 8.  Re: CPLEX 11 won't work with MS Visual studio 6.0

    Posted 07/16/08 10:27 PM

    Originally posted by: SystemAdmin


    [CPXfanatic said:]

    cssmile,

    You can download freely MSVC 2008 from: http://www.microsoft.com/express/vc/
    Then, you can "import" your MSVC6 project.

    #CPLEXOptimizers
    #DecisionOptimization