Search found 167 matches: ocr

Return to advanced search

Re: Transym OCR wrapper functions for Harbour

I think that Reinaldo has that...
by damianodec
Fri Feb 19, 2021 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

We need the correct LIBs for BCC or the DLLs to generate the LIBs. Otherwise, we have to use MSC.

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

inside zip file there is not .dll file
by damianodec
Fri Feb 19, 2021 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

Enrico Maria Giordano wrote:Ok, I confirm: those DLLs are not for BCC.


Sorry, my mistake: the LIBs are not for BCC. If you have the DLLs then you can generate the LIBs for BCC using implib.exe.

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

how can I to solve it?
by damianodec
Fri Feb 19, 2021 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

Ok, I confirm: those DLLs are not for BCC.

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

Ok, it looks like you are using TOCRDLL.LIB for MSC instead the one for BCC.

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

Can you send me all the required files to make a test here, please?

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

hi, I'm over my error (thank you Enrico), now I get this: Compiling...xHarbour 1.2.3 Intl. (SimpLex) (Build 20161218)Copyright 1999-2016, http://www.xharbour.org http://www.harbour-project.org/Compiling 'ocrreina.prg' and generating preprocessed output to 'ocrreina.ppo'...Generating ...
by damianodec
Fri Feb 19, 2021 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

yes that files are inside FWH\include with other .ch fwh files (fivewin.ch and others)
by damianodec
Fri Feb 19, 2021 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

Do you have TOCRdll.h in the same directory?

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

hi Enrico,

line 35, 36 and 37
Code: Select all  Expand view
#include <TOCRdll.h>
#include <TOCRuser.h>
#include <TOCRerrs.h>
by damianodec
Fri Feb 19, 2021 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

Code: Select all  Expand view
Error E2046 ocrreina.prg 35: Bad file name format in include directive


Can you show the line 35, please?

EMG
by Enrico Maria Giordano
Fri Feb 19, 2021 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Transym OCR wrapper functions for Harbour

hi Reinaldo, when I try to compile you example by buildx.bat inside samples folder I get thi: Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.ocrreina.c:Error E2046 ocrreina.prg 35: Bad file name format in include directiveError E2046 ocrreina.prg 36: Bad...
by damianodec
Fri Feb 19, 2021 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745
PreviousNext

Return to advanced search