Originally posted by: SystemAdmin
[T.B. said:]
1.Cplex was installed in the default directory:
C:\ILog\Cplex90
So the files <Cplex90.lib> and <Ilocplex.lib> are in the below directory:
C:\ILOG\Cplex90\lib\msvc6\stat_mda
And the file<concert.lib> is in the below directory:
C:\ILOG\Concert20\lib\msvc6\stat_mda
2. I would like to do some job with cplex, so a VC++ 6.0 project named <[i]blend[/i]> was builded in the directory:
D:\blend
and in the VC++ IDE, select projcet -> setting->Link->Input, add Cplex90.lib Ilocplex.lib concert.lib in the Object/module, and add their absolute directory in additional library directories
3. complie the project, the complier told that:
fatal error C1083: Cannot open include file: 'ilcplex/ilocplex.h': No such file or directory
so, what is wrong with the project?
#CPLEXOptimizers#DecisionOptimization