[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] GLPK with MFC
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] GLPK with MFC |
Date: |
Tue, 28 Apr 2009 11:13:23 +0300 |
> The errors are:
> LIBC.lib(crt0dat.obj) : error LNK2005: _exit already defined in
> msvcrtd.lib(MSVCR71D.dll)
> LIBC.lib(crt0dat.obj) : error LNK2005: __exit already defined in
> msvcrtd.lib(MSVCR71D.dll)
> LIBC.lib(crt0dat.obj) : error LNK2005: __cexit already defined in
> msvcrtd.lib(MSVCR71D.dll)
> [...]
Glpk is not related to these errors. Check your project; looks like
you attempt linking against two different crt libraries.