Closed GoogleCodeExporter closed 9 years ago
liblept168-static.lib(/MT) instead of liblept168-static-mtdll.lib(/MDd)
Original comment by rlib2014@gmail.com
on 28 Jan 2013 at 2:11
Sorry I have no plans for supporting /MT. See [1] for my reasons for using /MD.
Supporting /MT would require a separate build of all the required image
libraries which is just too much work during testing and releasing. It would
also confuse users of the library since most don't grasp the details of correct
Microsoft C runtime library usage. You'll have to modify my VS2008 solution
yourself [easy] (and also rebuild all the image libraries [tougher]).
I have no plans for supplying VS2010 binaries at this time. See [2] for how to
use the supplied VS2008 binaries with VS2010.
[1]
http://tpgit.github.com/UnOfficialLeptDocs/vs2008/building-image-libraries.html#
using-the-same-runtime-library
[2]
http://tpgit.github.com/UnOfficialLeptDocs/vs2008/vs2010-notes.html#visual-studi
o-2010-notes
Original comment by tomp2...@gmail.com
on 28 Jan 2013 at 7:47
Original comment by dan.bloo...@gmail.com
on 28 Jan 2013 at 11:49
Original issue reported on code.google.com by
rlib2014@gmail.com
on 28 Jan 2013 at 9:25