Page 1 of 1

help to compile ER

PostPosted: Mon Feb 06, 2017 10:53 am
by Silvio.Falconi
I download it from https://bitbucket.org/fivetech/easyreport/downloads
Isaw there is a xhp file for xmate
and with xmate I tried to compile it
Seem need other files and I cannot compile it
wich are the files I need to compile it with the last fwh ?
thanks

Re: help to compile ER

PostPosted: Mon Feb 06, 2017 10:56 am
by cnavarro
What mistakes do you get?

Re: help to compile ER

PostPosted: Mon Feb 06, 2017 11:14 am
by Silvio.Falconi
I wish have all original files and compile it with xmate..
Do you have xhp file with orinal files to compile

for a sample we not have these
C:\Entwicklung\FiveWin\Addons\OZScript\Source\TscrLin.prg=16,.F.,0,0,
C:\Entwicklung\FiveWin\Addons\OZScript\Source\TScript.prg=17,.F.,0,0,
C:\Entwicklung\FiveWin\Addons\OZScript\Source\TScrFun.prg=18,.F.,0,0,
C:\Entwicklung\xHarbour\Addons\mail\mail.lib
C:\Entwicklung\xHarbour\Addons\tsmtp\TSOCKET.PRG=23,.F.,0,0,
C:\Entwicklung\xHarbour\Addons\tsmtp\TPOP3.PRG=24,.F.,0,0,
C:\Entwicklung\xHarbour\Addons\tsmtp\WINSOCK.C=25,.F.,1,1,
then I wish use tree of fw and not these

C:\Entwicklung\FiveWin\Addons\TreeView5\SOURCE\TREEVIEW.PRG=19,.F.,100,1,
C:\Entwicklung\FiveWin\Addons\TreeView5\SOURCE\TREELINK.PRG=20,.F.,0,0,
C:\Entwicklung\FiveWin\Addons\TreeView5\SOURCE\TREEITEM.PRG=21,.F.,0,0,
C:\Entwicklung\FiveWin\Addons\TreeView5\SOURCE\TVITEM.PRG=22,.F.,0,0,
C:\Entwicklung\FiveWin\Addons\TreeView5\LIB\TREE32.LIB=31,.F.,0,0,


then I think this class are changed but I not Know where
%HOME%\tget.prg=12,.F.,0,0,
%HOME%\mget.prg=13,.F.,0,0,
%HOME%\dialog.prg=14,.F.,0,0,
%HOME%\control.prg=15,.F.,0,0,

Re: help to compile ER

PostPosted: Mon Feb 06, 2017 11:52 am
by Antonio Linares
Silvio,

It seems as you are trying to build the original 16 bits version

Re: help to compile ER

PostPosted: Tue Feb 07, 2017 3:05 pm
by Silvio.Falconi
Please can you send me all files on a zip I can compile with the last fwh to my private mails . thanks

Re: help to compile ER

PostPosted: Tue Feb 07, 2017 5:47 pm
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

Re: help to compile ER

PostPosted: Wed Feb 08, 2017 11:03 am
by Antonio Linares
Silvio,

You are using bcc 582 headers with bcc 7:

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'


Please setup bcc 7 properly:

c:\bcc7\bin\bcc32.cfg
-I "c:\bcc7\include";"c:\bcc7\include\windows\crtl";"c:\bcc7\include\dinkumware";"c:\bcc7\include\windows\rtl";"c:\bcc7\include\windows\sdk";"c:\bcc7\include\windows\sdk\atl"
-L"c:\bcc7\lib";"c:\bcc7\lib\psdk"

c:\bcc7\bin\ilink32.cfg
-L"c:\bcc7\lib";"c:\bcc7\lib\psdk"[/code]

Re: help to compile ER

PostPosted: Wed Feb 08, 2017 11:56 am
by Silvio.Falconi
opppss
mhm.. it's very strange I use bcc7 normally
this afternoon I control