Originally posted by: Sung_Hwang
Dear all,
I try to solve mip optimization problem in CPLEX 11 using C++.
Under debug mode, my code is working, but when I change to release mode
I got 2 error messages.
1) error LNK2001 : unresolved external symbol _WinMain@16 in release mode
2) fatal error LNK1120 : 1 unresolved externals
I have no idea where those 2 errors are occured.
Please let me know solution.
thank you
#DecisionOptimization#OPLusingCPLEXOptimizer