Originally posted by: SystemAdmin
Hi everybody,
I am using the CPLEX callable library in a C++ project with eclipse cdt.
With CPLEX 12.2 it was working fine and I could compile and run everything.
Now I wanted to switch to CPLEX 12.4 and just replaced the corresponding include-directory and libraries:
Include-Dir: "C:\ILOG\CPLEX_Studio124\cplex\include"
Library-Dir: "C:\ILOG\CPLEX_Studio124\cplex\lib\x86_windows_vs2010\stat_mda"
Libraries: ilocplex, cplex124
When I try to compile this (which used to work with 12.2), I get the following error message:
"C:\ILOG\CPLEX_Studio124\cplex\include/ilcplex/cplex.h:903:1: error: expected ')' before 'deprecated'
http://and about 50 more that have the same message but refer sometimes to different lines of cplex.h Does anybody know what changes from 12.2 to 12.4 that causes this problems, and how to solve it?
Thanks a lot!
Best,
Stefan
P.S.: I run it on a Windows XP with Eclipse CDT and MingGW as compiler
#CPLEXOptimizers#DecisionOptimization