help to compile easyreport
Posted: Mon Sep 08, 2014 9:24 am
Can Know with prgs I must compile for Easyreport ? ( I not understood how)
I use xmate thanks
I use xmate thanks
www.FiveTechSoft.com
http://forums.fivetechsoft.com/
Que errores te marca ? , aquí funciona bien .Baxajaun wrote:Antonio,
descargando el repositorio y ejecutando go.bat da errores al compilar.
Saludos
Antonio Linares wrote:Silvio,
Just download the files from the repository and the run go.bat
https://bitbucket.org/fivetech/easyreport
that easy
Code: Select all
[Version]
Type=xMate
Number=1.15
[Info]
Type=Executable
Architecture=harbour+fwh104
Include=c:\fwh\include;c:\bcc582\include;c:\harbour\include
Define=
[xMate]
Create Map/List File=Yes
[Project]
Run=%HOME%\ereport.EXE
Params=
Final Path=%HOME%\
Maintain LNK=Yes
Default Type=1
Error log=
[Data Path]
Dbf=
[Editor]
C:\easyreport\source\ereport.prg=1,N,Y
C:\easyreport\source\ertools.prg=2,N,N
C:\easyreport\source\erfile.prg=3,N,N
[Files]
%HOME%\source\ereport.prg=1,.F.,2688,79,
%HOME%\source\erfile.prg=2,.F.,444,86,
%HOME%\source\eritems.prg=3,.F.,80,101,
%HOME%\source\eritems2.prg=4,.F.,23,14,
%HOME%\source\ertools.prg=5,.F.,1182,1,
%HOME%\source\vrdbcode.prg=6,.F.,21,93,
%HOME%\source\vrditem.prg=7,.F.,62,35,
%HOME%\source\cfunc.c=8,.F.,212,42,
%HOME%\vrdPelles.rc=9,.F.,377,104,
%HOME%\source\setmask.c=10,.F.,22,99,
%HOME%\source\vrd.prg=11,.F.,20,15,
%C_LIB_INSTALL%\c0w32.obj=12,.T.,0,0,
c:\FWH\LIB\Fivehc.lib=13,.T.,0,0,
c:\FWH\LIB\Fiveh.lib=14,.T.,0,0,
%HB_LIB_INSTALL%\rddfpt.lib=15,.T.,0,0,
%HB_LIB_INSTALL%\hbsix.lib=16,.T.,0,0,
%HB_LIB_INSTALL%\hbrtl.lib=17,.T.,0,0,
%HB_LIB_INSTALL%\hbvm.lib=18,.T.,0,0,
%HB_LIB_INSTALL%\rddcdx.lib=19,.T.,0,0,
%HB_LIB_INSTALL%\hbrdd.lib=20,.T.,0,0,
%HB_LIB_INSTALL%\rddntx.lib=21,.T.,0,0,
%HB_LIB_INSTALL%\hblang.lib=22,.T.,0,0,
%HB_LIB_INSTALL%\hbmacro.lib=23,.T.,0,0,
%HB_LIB_INSTALL%\hbdebug.lib=24,.T.,0,0,
%HB_LIB_INSTALL%\hbcommon.lib=25,.T.,0,0,
%HB_LIB_INSTALL%\hbpp.lib=26,.T.,0,0,
%HB_LIB_INSTALL%\gtgui.lib=27,.T.,0,0,
%HB_LIB_INSTALL%\hbpcre.lib=28,.T.,0,0,
%HB_LIB_INSTALL%\hbcpage.lib=29,.T.,0,0,
%HB_LIB_INSTALL%\hbwin.lib=30,.T.,0,0,
%HB_LIB_INSTALL%\hbcplr.lib=31,.T.,0,0,
%C_LIB_INSTALL%\CW32.LIB=32,.T.,0,0,
%C_LIB_INSTALL%\IMPORT32.LIB=33,.T.,0,0,
%C_LIB_INSTALL%\uuid.lib=34,.T.,0,0,
%C_LIB_INSTALL%\psdk\odbc32.LIB=35,.T.,0,0,
%C_LIB_INSTALL%\psdk\rasapi32.LIB=36,.T.,0,0,
%C_LIB_INSTALL%\psdk\nddeapi.lib=37,.T.,0,0,
%C_LIB_INSTALL%\psdk\msimg32.lib=38,.T.,0,0,
%C_LIB_INSTALL%\PSDK\psapi.lib=39,.T.,0,0,
%C_LIB_INSTALL%\psdk\iphlpapi.lib=40,.T.,0,0,
%HB_LIB_INSTALL%\rddads.lib=41,.T.,0,0,
%HB_LIB_INSTALL%\hbct.lib=42,.T.,0,0,
%HB_LIB_INSTALL%\xhb.lib=43,.T.,0,0,
%C_LIB_INSTALL%\ws2_32.lib=44,.T.,0,0,
%HB_LIB_INSTALL%\hbziparc.lib=45,.T.,0,0,
%HB_LIB_INSTALL%\hbmzip.lib=46,.T.,0,0,
%HB_LIB_INSTALL%\hbzlib.lib=47,.T.,0,0,
%HB_LIB_INSTALL%\minizip.lib=48,.T.,0,0,
%HB_LIB_INSTALL%\png.lib=49,.T.,0,0,
C:\fwh\lib\ace32.lib=50,.T.,0,0,
Tu mismo te respondiste aqui : http://forums.fivetechsupport.com/viewt ... 27#p164198Silvio.Falconi wrote:Thanks Mastintin,
If I use harbour I have this error
[1]:iLink32.Exe -Gn -aa -Tpe -s @ereport.bcl
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_HB_HSETCASEMATCH' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|DATABASE
if I use xharbour I have this error
[1]:iLink32.Exe -Gn -aa -Tpe -s @ereport.bcl
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_HB_CURDRIVE' referenced from C:\WORK\EASYREPORT\OBJ\EREPORT.OBJ
Code: Select all
function hb_curdrive()
Return curdrive()