Originally posted by: M.Lavanya
Hi,
I'm running CPLEX 121 on Windows 7 on a 64-bit machine, by interfacing it with Visual Studio 2008. I've been trying to get the CPLEX examples to work. (This error does not appear when I use Visual Studio without CPLEX.) So far I've been able to compile code from the examples (I tried blend.cpp) and it compiles. However, when I try to run it, immediately I see a new window with the following message:
"The application was unable to start correctly (0xc000007b). Click OK to close the application"
I created a new project and solution because I suspected that the version of solutions I downloaded from IBM ILOG might have been created on a different configuration. In creating the project and solution, I followed instructions from IBM ILOG given in the downloaded file:///C:/Program%20Files%20%28x86%29/ILOG/CPLEX121/c_cpp.html; under the heading 'Building Your Own Project which Links with CPLEX'. Some forums suggested installing the Service Pack for Visual Studio, but that did not help either.
I have no idea why this is happening. Can someone help? Thanks in advance!
#CPLEXOptimizers#DecisionOptimization