Code Monkey home page Code Monkey logo

Comments (14)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Since some will have VC++6 whereas others may have VC++ express(appears new
version?). IF so,generally majority will have old version of VC++6. 
However it is felt that there is no harm to have format files of both versions 
viz.,
VC++6 and VC++express.
For this purpose two folders viz (1) VC++6(containing dsp, dsw) and
(2)VC++express(containing dsp, dsw) have to be created. 
At the time of compilation, say VC++6, then copy contents of folder VC++6 and 
pasted
under main directory and then recompiled with help of VC++6 as usual.

Original comment by [email protected] on 14 Jul 2007 at 5:08

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
It would be more appropriate to create zip files viz(1) "dsp,dsw of VC+6.zip" 
and 
(2) "dsp,dsw of VC++Express.zp" and "readme dsp,dsw".  

Original comment by [email protected] on 15 Jul 2007 at 12:28

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Just to clarify what I meant here:

v2.00 is going to include a set of .dsp and a .dsw file for VC++6.
It will also include (for the first time) a set of .vcproj and a .sln file for 
VC++
express.
Although I am no fan of the changes made between vc++ 6 and 7, the newer 
versions do
support a more standard compiler, and vc++ express is free, so it is available 
for
anyone to use.
At some point in the future, support for VC++6 is going to get dropped because 
it is
going to be too hard to support, along with everything else.

So if there are any ardent vc++6 fans out there that are not going to give up 
VC++6
at any time in the near future, would they please squeal now so they can be
identified and conned into continuing the support of the old version...

Original comment by [email protected] on 17 Jul 2007 at 1:25

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Good idea.
It is presumed that 
(1) a proposed set of .vcpro will contain: .dsp plus .dsw files for "VC++6" 
software.
whereas 
(a) set of .sin   will contain: .dsp plus .dsw files for "VC++2005 
expressdition" 
software

Regarding VC++ express is free: after 30days, whether it will cease to run, in 
case
if failed to registered. Kindly confirm whether VC++express is 
"VisualC++ 2005-Express Edition".  Since VC++ express (i.e.Visual C++
2005-ExpressEdition)is new to me, as such I seek clarification.

Original comment by [email protected] on 17 Jul 2007 at 5:36

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I actually use VC++5, and based on the current .dsw I can get things
compiled after a few minor changes to fix errors about redefinitions,
by commenting out

//typedef SIGNED char INT8;
//typedef SIGNED char *PINT8;

and to fix illegal use of long long, commenting out

//typedef long long int INT64;
//typedef unsigned long long int UINT64;

and deleting a precompiled header file.

I would certainly "squeal" if it would become harder to get
tesseract compiled under VC5, which I do not plan to replace
in the foreseeable future. Buying a new professional version 
as required for legal distribution of binaries is expensive.

> So if there are any ardent vc++6 fans out there that are not going to give up 
VC++6
> at any time in the near future, would they please squeal now so they can be
> identified and conned into continuing the support of the old version...

Original comment by [email protected] on 23 Jul 2007 at 2:35

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
2.04 is likely to be the last version that can be built under vc++6. There is a 
lot 
of new code coming in 3.00 that may not compile easily under vc++6.

Original comment by [email protected] on 28 Dec 2008 at 6:32

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I am having troubles compiling under VC++ Express 2008.  Any advise?
I need also to compile with tiflib so I can use it with compressed tif images.
Thanks,

Original comment by [email protected] on 3 Jan 2009 at 5:31

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Try downloading the latest source from svn. There is an alpha version of 2.04 
up 
there that is not yet ready to release as tar.gz, but it might compile better 
on vc++ 
express 2008. If not, let me know what the problems are.
Ray.

Original comment by [email protected] on 7 Jan 2009 at 3:06

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Ray,
Thank you.  I got latest version, try to compile but I get 2 errors and 235 
warnings
Error C3861: 'sscanf': identifier not found

Warning 1   warning C4996: 'strcpy': This function or variable may be unsafe. 
Consider using strcpy_s instead

Warning 2   warning C4305: 'initializing' : truncation from 'int' to 'float'
All the warnings pretty much the same message..

Sincerely,
Alex

Original comment by [email protected] on 7 Jan 2009 at 5:27

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
xvxcv

Original comment by [email protected] on 17 Apr 2009 at 6:52

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I have installed Visual Studio dot net 2008 express edition. I fail to compile 
tesseract 2.03.

Original comment by [email protected] on 23 Jun 2009 at 3:20

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
i'm successfully compiling 2.04 and r379 with VS2008.
However, if i want to set-up a personal project using the API DLL, it's a 
problem since a lot of headers are 
required for it to compile... There is no point then to export an exposed API.

Original comment by [email protected] on 4 Apr 2010 at 11:55

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
VC++6 is no longer useable in 3.00, since it can't compile the code anymore.
3.00/3.01 will migrate to VC++ express 2008/2010.

Original comment by [email protected] on 20 May 2010 at 6:49

from tesseract-ocr.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 20 May 2010 at 6:49

  • Changed state: No-longer-an-issue

from tesseract-ocr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.