Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only

error LNK2001 : unresolved external symbol _WinMain@16 in release mode

  • 1.  error LNK2001 : unresolved external symbol _WinMain@16 in release mode

    Posted Sat September 03, 2011 06:10 PM

    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