FastReport for [x]Harbour & -

FastReport for [x]Harbour & -

Postby mtajkov » Fri Dec 06, 2013 4:05 pm

I tried to compile FastReeport.prg (FastReport for [x]Harbour & -) 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) ]
mtajkov
 
Posts: 126
Joined: Sun Mar 08, 2009 4:33 pm

Re: FastReport for [x]Harbour & -

Postby reinaldocrespo » 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 - 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.
User avatar
reinaldocrespo
 
Posts: 972
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Re: FastReport for [x]Harbour & -

Postby ShumingWang » Sun Dec 08, 2013 2:55 am

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

viewtopic.php?f=3&t=19534&p=102923&hilit=fastreport#p102923
http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
ShumingWang
 
Posts: 460
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: Compiling the demo

Postby Franklin Demont » 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
Franklin Demont
 
Posts: 166
Joined: Wed Aug 29, 2012 8:25 am

Re: FastReport for [x]Harbour & -

Postby ShumingWang » Mon Dec 09, 2013 2: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
ShumingWang
 
Posts: 460
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: FastReport for [x]Harbour & -

Postby Franklin Demont » Mon Dec 09, 2013 7: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: Select all  Expand view
//////////////////////////////////////////////////////////////////////////////
//
//  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
Franklin Demont
 
Posts: 166
Joined: Wed Aug 29, 2012 8:25 am

Re: FastReport for [x]Harbour & -

Postby mtajkov » Mon Dec 09, 2013 8: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) ]
mtajkov
 
Posts: 126
Joined: Sun Mar 08, 2009 4:33 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot], Marc Venken, Silvio.Falconi and 13 guests