Originally posted by: Frank_da
Hi,
what I use:
-
CPLEX 12.2 Acad. Init. + Fixpack 12.2.2
-
Concert Technology AND Opl Libs
-
VS C++ 2008
my problem:
I can not use the Multithreaded-Debug-DLL (/MDd) Option with OPL / CPLEX. For debugging purposes I want to use the /MDd Option with my project, but when I create:
IloOplSettings MySettings(MyEnv , MyErrhandler);
there is a buffer overflow.
Instantiating the following objects befor the IloOplSettings works fine:
IloOplErrorHandler MyErrhandler(MyEnv, cout);
IloOplModelSource MyModelSource(MyEnv, My_modFile);
Any chance that I can use the /MDd Option with my OPL integration?
Thanks in advance!
#DecisionOptimization#OPLusingCPLEXOptimizer