zdenop@gmail.com
|
94d08567e1
|
fix vs2010 (and maybe vs2008) build
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@983 d0cd1f9f-072b-0410-8dd7-cf729c803f20
|
2014-01-12 20:13:55 +00:00 |
|
zdenop@gmail.com
|
4550ba71fb
|
include capi.h to installed header files
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@779 d0cd1f9f-072b-0410-8dd7-cf729c803f20
|
2012-10-17 21:16:16 +00:00 |
|
zdenop@gmail.com
|
9b2c10655f
|
include basedir.h to installed header files
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@778 d0cd1f9f-072b-0410-8dd7-cf729c803f20
|
2012-10-12 13:33:07 +00:00 |
|
zdenop@gmail.com
|
2972cc426b
|
+ fix VS2008 warning about "non dll-interface class tesseract::LTRResultIterator used as base for dll-interface class tesseract::ResultIterator" by making LTRResultIterator also visible.
+ Changed Project preprocessor definition of WINDLLNAME, because stringizing operator doesn't seem to work when initializing tessedit_module_name in ccutil/ccutil.cpp (which was omitted in previous fixes).
+ Update vs2008/tesshelper.py for new public header files.
patch from Tom Powers (https://groups.google.com/group/tesseract-dev/msg/6da2799cd2cb9844)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@702 d0cd1f9f-072b-0410-8dd7-cf729c803f20
|
2012-03-08 21:15:13 +00:00 |
|
zdenop@gmail.com
|
da121f013c
|
vs2008 and vs2010 replaced with Tom Powers solution
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@681 d0cd1f9f-072b-0410-8dd7-cf729c803f20
|
2012-02-26 15:30:05 +00:00 |
|