Steven Villegas wrote:
> 1>LIBCMT.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
> _winm...@16
> 1>C:\Users\Steven Augusto\Documents\Visual Studio
> 2010\Projects\GECODE\Release\GECODE.exe : fatal error LNK1120: 1
> unresolved externals
> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
> 
> any hints about the problem??

That's not a Gecode problem, you're trying to create a Windows Application (as 
opposed to a Windows Console Application), where the main function must be 
called WinMain or wWinMain.

Cheers,
        Guido

-- 
Guido Tack, http://people.cs.kuleuven.be/~guido.tack/


_______________________________________________
Gecode users mailing list
[email protected]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to