FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FastReport for [x]Harbour & Xailer
Posts: 130
Joined: Sun Mar 08, 2009 04:33 PM
FastReport for [x]Harbour & Xailer
Posted: Fri Dec 06, 2013 04:05 PM
I tried to compile FastReeport.prg (FastReport for [x]Harbour & Xailer) but an error appears :

Type : C >>> xlink.exe - NOEXPOBJ -MAP - FORCE : MULTIPLE - NOIMPLIB - subsystem : windows- UNMANGLE - LIBPATH : "C : \ fwh1208 \ lib " - LIBPATH : "C : \ xHB2011 \ Lib " - LIBPATH : " C: \ xHB2011 \ c_lib " - LIBPATH : "C : \ xHB2011 \ c_lib \ win " " testbrw.obj " " scintila.obj " " FastReeport.obj " " C: \ xHB2011 \ Lib \ mem32.lib " " C \ xHB2011 \ Lib \ send32.lib " " C: \ FRx \ Lib \ xaFrxPelles.lib " " FiveHCM.lib " " FiveHMX.lib " " OptG.lib " " xhb.lib " " dbf.lib " " NSX . lib " " ntx.lib " " cdx.lib " " rmdbfcdx.lib " " ct3comm.lib " crt.lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32 . ws2_32.lib wininet.lib lib advapi32.lib shlwapi.lib msimg32.lib mpr.lib OleDlg.lib version.lib comctl32.lib comdlg32.lib gdi32.lib shell32.lib Winmm.lib lz32.lib Netapi32.lib - out: " test.exe " <<<

Creating object : Test.EXP

Creating library: Test.LIB

XLink : error : Unresolved external symbol ' referenced from __itoa xaFrxPelles.lib ( iFastReport.obj ) ' .

XLink : fatal error: unresolved external one ( s ) .


Type : C >>> Could not build : test.exe <<<
Type : C >>> <<< TMAKEPROJECT
Type : C >>> TMAKEPROJECT : REFRESH <<<
Type : N >>> 1409 <<<

Please help..

So far I have used the trial- version of " FastReport for [ x ] Harbour ( FASTREPH.PRG ,
FASTREPH.CH , FRSystH.dll ) by Sergey Spirin without problems .

I use xHarbour extend base compiler 1.2.1, Fivewin 12.08 and XCC


Regards,
Miloš
Best regards

Milos



[ FWH 21.11 ] [ xHarbour 1.2.3 Intl. (SimpLex) (Build 20150603) ]
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Re: FastReport for [x]Harbour &amp; -
Posted: Sat Dec 07, 2013 10:04 PM

Milos;

Fastreports itself is one of the best things that has happened to the xbase world since fw and harbour itself. All thanks to the late Sergey.

BUT If you are referring to the implementation by Xailer of fastreports for xharbour (Frx), I must advise you to make sure you test well before purchasing. I'm most disappointed with the product and their service (or should I say arrogant responses). I rate it as very poor. Two thumbs down. It was a waste of money for me. :-(

Reinaldo.

Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Re: FastReport for [x]Harbour &amp; -
Posted: Sun Dec 08, 2013 02:55 AM

FastReport,The most best report engine for FWH,Harbour!

viewtopic.php?f=3t=19534p=102923hilit=fastreport#p102923

&&&

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 166
Joined: Wed Aug 29, 2012 08:25 AM
Re: Compiling the demo
Posted: Sun Dec 08, 2013 10:46 AM

Hello ,

After downloading FRH with the demo , i miss :

include 'lang_en.ch'

include "SayRef.ch"

Who has a working example ?

To compile i use always xmate

Frank

test
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Re: FastReport for [x]Harbour &amp; -
Posted: Mon Dec 09, 2013 02:08 AM

fastreporth.prg

include "hbclass.ch"

include "error.ch"

include "common.ch"

include "FastRepH.ch"

where is sayref.ch ?

Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 166
Joined: Wed Aug 29, 2012 08:25 AM
Re: FastReport for [x]Harbour &amp; -
Posted: Mon Dec 09, 2013 07:51 AM
ShumingWang wrote:fastreporth.prg
#include "hbclass.ch"
#include "error.ch"
#include "common.ch"
#include "FastRepH.ch"


where is sayref.ch ?


Shuming Wang


Maybe i was not clear , i try to compile demo_fwh.prg :

Code (fw): Select all Collapse
//////////////////////////////////////////////////////////////////////////////
//
//  Demo.PRG
//
//  Copyright:
//       Spirin Sergey, Paritet Soft, (c) 1992-2008. All rights reserved.
//       Adapted to FiveWin by Evandro G. de Paula - Curvelo - MG   and       
//       Kleyber Derick Batalha Ribeiro - São Luiz - MA - 2008
//  Contents:
//       Simple demo-application for "FastReport for [x]Harbour + FWH"
//      
//   
//////////////////////////////////////////////////////////////////////////////
#include 'fivewin.ch'
#include 'FastRepH.CH'
//#include 'lang_en.ch'
//#include "SayRef.ch"
test
Posts: 130
Joined: Sun Mar 08, 2009 04:33 PM
Re: FastReport for [x]Harbour &amp; -
Posted: Mon Dec 09, 2013 08:29 AM
reinaldocrespo wrote:Milos;

Fastreports itself is one of the best things that has happened to the xbase world since fw and harbour itself. All thanks to the late Sergey.

**BUT** If you are referring to the implementation by - of fastreports for xharbour (Frx), I must advise you to make sure you test well before purchasing. I'm most disappointed with the product and their service (or should I say arrogant responses). I rate it as very poor. Two thumbs down. It was a waste of money for me. :-)



Reinaldo.



Reinaldo,

Sergey is unfortunately dead and can not use his Fastreport, so I have to look for another solution

Regards,
Milos
Best regards

Milos



[ FWH 21.11 ] [ xHarbour 1.2.3 Intl. (SimpLex) (Build 20150603) ]

Continue the discussion