TLabel class

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: TLabel class

Post by Antonio Linares »

Add this line into ereport.mak:

echo $(HBDIR)\lib\hbpcre.lib + >> b32.bc

and simply run go.bat
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: TLabel class

Post by Silvio.Falconi »

Antonio



with Harbour I have these errors



Progetto: harbour_ereport, Ambiente: Five_Pelles:
[1]:Harbour.Exe "source\ereport.prg" /m /n0 /gc1 /es2 /ic:\work\fwh\include;c:\work\bcc582\include;c:\work\harbour\include /ic:\work\Harbour\Include /jitaliano.HIT /iinclude;c:\work\fwh\include;c:\work\Harbour\include /o"Obj\ereport.c"
Harbour 3.2.0dev (r1406271520)
Copyright (c) 1999-2014, http://harbour-project.org/
Compiling 'source\ereport.prg'...
Lines 10122, Functions/Procedures 98
Generating C source output to 'Obj\ereport.c'... Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -Ic:\work\fwh\include;c:\work\bcc582\include;c:\work\harbour\include -IC:\WORK\bcc7\Include;c:\work\Harbour\Include -nH:\FIVETECH\EASYRE~2\Obj "ereport.c"
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
ereport.c:
Error E2209 c:\work\bcc582\include\_stddef.h 57: Unable to open include file 'yvals.h'
*** 1 errors in Compile ***






with xharbour

Progetto: ereport, Ambiente: xFive_Pelles:
[1]:Harbour.Exe "source\ereport.prg" /m /n0 /gc1 /es2 /ic:\work\fwh\include;c:\work\bcc582\include;c:\work\harbour\include /ic:\work\xHarbour\Include /jH:\FIVETECH\EASYRE~2\I18n\Main.hil /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /o"Obj\ereport.c"
xHarbour 1.2.3 Intl. (SimpLex) (Build 20150603)
Copyright 1999-2015, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'source\ereport.prg'...
Generating international list to 'H:\FIVETECH\EASYRE~2\I18n\Main.hil'...
hbclass.ch(134) Error E0025 Error in #if expression
hbclass.ch(290) Error E0009 Label error in #translate/#command: ''
source\ereport.prg(4689) Error E0030 Syntax error: "syntax error at ';'"
source\ereport.prg(4693) Error E0030 Syntax error: "syntax error at 'FUNCTION'"
source\ereport.prg(4800) Error E0030 Syntax error: "syntax error at ';'"
source\ereport.prg(5299) Error E0030 Syntax error: "syntax error at ';'"
source\ereport.prg(5346) Error E0030 Syntax error: "syntax error at ';'"
7 errors

No code generated
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: TLabel class

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply