Originally posted by: WojciechKmiecik
hello everyone!
I'm having some serious trouble with combination as in post subject. I have some valid code, working great with win7 32-bit. Unfortunately with Win7 64bit program is compiling fine, but when it comes to solving cplex i get:
"Unhandled exception at 0x000007fefdd2aa7d in dual64.exe: Microsoft C++ exception: IloCplex::Exception at memory location 0x002ef780.." with line:
mycplex = new IloCplex((*mymodel)); It must be problem with proper VS configuration because concert examples aren't working either, but I have no clue what's wrong. I've done everything according to c_cpp.html, with some modifications (change from x86 to x64).
I would be very grateful for all your help.
Best Regards!
#CPLEXOptimizers#DecisionOptimization