Ok, I downloaded and installed MS Visual C++ 2008 Express Edition.

I copied your example project directory to MSVC's projects dir.  Then 
within MSVC, I tried to load APIExample.sln from the APIExample folder.
This dialog popped up:

*Project Load Failure*
*Project file 'baseapitester.vcproj' or a referenced file has failed to 
load.*
*Please correct the specified error(s) and reload the project.*
*
*
*The following error has occurred during XML parsing:*
*
*
*File: 
I:\Android\Tesseract\tesseract-3.02.02\tesseract-ocr-3.02-API-Example-vs2008\APIExample\baseapitester\baseapitester.vcproj
*
*Line: 27*
*Column: 4*
*Error Message:*
*Property sheet file '..\..\include\tesseract_versionnumbers.vsprops' was 
not found or failed to load.*
*The file 
'I:\Android\Tesseract\tesseract-3.02.02\tesseract-ocr-3.02-API-Example-vs2008\APIExample\baseapitester\baseapitester.vcproj'
 
has failed to load.*

tesseract_versionnumbers.vsprops doesn't exist in the APIExample directory 
or its subdir.  However, those exist in my:
tesseract-3.02.02-win32-lib-include-dirs\include and 
tesseract-3.02.02-win32-lib-include-dirs-vs2008\include directories.  I 
copied the latter to the same directory as your sln file.  I ran VC again. 
 Same error.  I copied it to the baseapitester subdir instead.  Same error. 
 The Line referenced in the error message refers to the line in 
baseapitester.vcproj that reads:
} else if (image == NULL) {
which seems totally irrelevant to the error.

Actually, I chose MinGW toolchain in Eclipse because OpenCV242\build\x86 
had only MinGW and vc9 and vc10 directories to choose from for includes and 
libs.  Not having vc at the time, I thought it would offer the best chance 
of success.  So, the OpenCV part of my program (which I didn't mention 
earlier) DOES compile and link.

I downloaded TortoiseSVN-1.7.11.23600-x64-svn-1.7.8.msi.  When I run it, 
the following dialog pops up:

*Windows Installer
*
*This installation package is not supported by this processor type. 
 Contact your product vendor.*

I just have ALL the luck, don't I?  Still, your suggestion about recent 
code variations is worth exploring and I'll find some other client to 
download it with. Eclipse has a facility (or available plug-in) for linking 
to repositories.  Just gotta figure out the nitty gritty.  Do I need to 
register for a username and password at Google as part of repository access 
or will 'anonymous' do?  I just want to build a simple c++ exe, so I fail 
to see how the latest and greatest is going to help.  And point taken about 
Github/Google.  Thank you so much for the time you've spent in trying to 
help.  -Ted

-- 
-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to