Hi,
I'm trying to run this code 

#define __MSW32__ 
#include "stdafx.h"
#include <ccutil.h>
#include "windows.h"
#include<leptonica\allheaders.h>
#include<tesseract-3.02\api\baseapi.h>
#include <baseapi.h>
#include <allheaders.h>
#include<iostream>
using namespace std;
Pix *pix;

int main() 
{
       tesseract::TessBaseAPI *myOCR =new tesseract::TessBaseAPI();
       system("pause");
       return 0;
}

but I have this errors :

'try.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the 
PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open 
the PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open 
the PDB file
'try.exe': Loaded 'C:\BuildFolder\lib\libtesseract302d.dll', Symbols loaded.
'try.exe': Loaded 'C:\Windows\SysWOW64\ws2_32.dll', Cannot find or open the 
PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the 
PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the 
PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open 
the PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open 
the PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open 
the PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\nsi.dll', Cannot find or open the 
PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the 
PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the 
PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the 
PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the 
PDB file
'try.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open 
the PDB file
'try.exe': Loaded 'C:\BuildFolder\lib\liblept168d.dll', Symbols loaded.
The program '[1192] try.exe: Native' has exited with code -1072365566 
(0xc0150002).

I built tesseract and leptonica following the steps from this website 
http://tesseract-ocr.googlecode.com/svn/trunk/vs2008/doc/building.html

but when built  leptonica I have this error 
Error 1 error MSB3073: The command "if exist 
"C:\BuildFolder\leptonica-1.68\vs2008\LIB Release\ioformats_reg.exe" del 
"C:\BuildFolder\leptonica-1.68\vs2008\LIB Release\ioformats_reg.exe"
fsutil hardlink create "C:\BuildFolder\leptonica-1.68\vs2008\LIB 
Release\ioformats_reg.exe" 
"C:\BuildFolder\leptonica-1.68\vs2008\prog_projects\ioformats_reg\LIB 
Release\ioformats_reg.exe"
:VCEnd" exited with code 1.

I work in visual studio 2010 , tesseract 3.02  and leptonica 1.68,
Any help please ...

 

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