sprhawk / leptonica

Automatically exported from code.google.com/p/leptonica
0 stars 0 forks source link

vs2010 static library #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would you provide VS2010 independence static library? Thanks.

Original issue reported on code.google.com by rlib2014@gmail.com on 28 Jan 2013 at 9:25

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by dan.bloo...@gmail.com on 28 Jan 2013 at 11:49