Page 2 of 3

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Fri Dec 02, 2011 12:28 pm
by Antonio Linares
Hakan,

Please change these:

"D:\PRG\LIB_EXTRA\png.lib" "D:\PRG\LIB_EXTRA\LIBC.LIB"

after Five... ones, thanks

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Fri Dec 02, 2011 1:11 pm
by Horizon
Antonio,

How can I change?. I use xBuilder. fwh libs added automaticaly.

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Fri Dec 02, 2011 3:41 pm
by Horizon
Back to 11.03

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Fri Dec 02, 2011 8:48 pm
by Antonio Linares
Hakan,

Working fine using the most recent xHB demo version:

Image

Here the project file. Please compare it with yours:

test.exe.xbp
Code: Select all  Expand view
CINI =
C_OUTPUTFOLDER =
DEFFILE =
INCLUDEFOLDERS =
LAUTORUN =
LDEBUG = .F.
LGUI = .T.
LIBFOLDERS =
LMT = .F.
LNOAUTOFWH = .F.
LPRG_CLASSICDEBUG = .F.
LPRG_DEBUG = .F.
LUSEDLL = .F.
MAPFILE =
MYC_FLAGS =
MYDEFINES =
MYLINK_FLAGS =
MYPRG_FLAGS =
MYRC_FLAGS =
MYSLY_FLAGS =
OUTPUTFOLDER =
PRG_OUTPUTFOLDER =
RC_OUTPUTFOLDER =
RUNARGUMENTS =
SLY_OUTPUTFOLDER =
STARTIN =
TARGETFOLDER =

[test.prg]
MYC_FLAGS =
MYDEFINES =
MYPRG_FLAGS =

[mem32.lib]

[send32.lib]

[LIBC.LIB]

[png.lib]
 

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Sat Dec 03, 2011 11:05 am
by Horizon

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Sat Dec 03, 2011 8:00 pm
by Antonio Linares
Hakan,

I send you new FWH libs by email, there were some missing symbols.

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Sun Dec 04, 2011 7:38 am
by Horizon
Antonio,

Your test app. is works good. When I run my projects it gives

Code: Select all  Expand view
xLINK: error: Unresolved external symbol '__chkstk referenced from Fivehcm.lib(C5CNEW.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WIN_PRINTEREXISTS referenced from Fivehcm.lib(LEGACYCP.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WIN_PRINTERGETDEFAULT referenced from Fivehcm.lib(LEGACYCP.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WIN_PRINTERSTATUS referenced from Fivehcm.lib(LEGACYCP.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WIN_PRINTERPORTTONAME referenced from Fivehcm.lib(LEGACYCP.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WIN_PRINTFILERAW referenced from Fivehcm.lib(LEGACYCP.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WIN_PRINTERLIST referenced from Fivehcm.lib(LEGACYCP.obj)'.

xLINK: error: Unresolved external symbol '_HB_FUN_WIN_PRINTERSETDEFAULT referenced from Fivehcm.lib(LEGACYCP.obj)'.

xLINK: fatal error: 8 unresolved external(s).


Type: C >>>Couldn't build: icraw.exe<<<
Type: C >>>TMAKEPROJECT<<<
Type: C >>>TMAKEPROJECT:REFRESH<<<
Type: N >>>      1409<<<

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Sun Dec 04, 2011 11:12 am
by Antonio Linares
Hakan,

Please implement those functions as dummy ones by now:

function WIN_PRINTEREXISTS
return nil

etc...

Those functions belong to Harbour hbwin.lib, and we are going to implement them for xHB.com or to search for the equivalent ones

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Sun Dec 04, 2011 1:47 pm
by Horizon
Antonio,

I managed to run my project.

Thanks,

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Thu May 10, 2012 7:23 pm
by Blessed
Hello Hakan
I bought the upgrade of FWH 11.11 and due to time to see some problems do not try again, and return to 10.10 to meet the delivery times of a project.
I also use xHarbour Enterprise, I came across the same problems as you do here. I'm looking at my options and I want to give me a chance with this for a stable application without unexpected errors :(
How did you solve FWH11.11 with xHarbour November 2011 :?: :idea:
Could you help me
As with version 10.10; I have problems that are killing the patience of my clients, I can not resolve unless you rewrite some classes and I have no time or mood for that.
Regards, and thanks in advance

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Thu May 10, 2012 8:46 pm
by Antonio Linares
Oscar,

How did you solve FWH11.11 with xHarbour November 2011
Could you help me
As with version 10.10; I have problems that are killing the patience of my clients


What problems do you have with FWH 11.11 and xHarbour November 2011 ?

We do recommend you to use the free xHarbour version instead of the commercial one, as the free one is based on Borland and works fine, but the commercial is based on PellesC (renamed) and you get those errors. Our best advise is that you migrate to Harbour. In a few days you will be using the best Harbour available.

What problems do you have with 10.10 version ?

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Fri May 11, 2012 3:22 pm
by TimStone
Oscar,

I have used FWH ( every version for past 3 years ) with xBuilder ( xHarbour.com ) and xCC. I can assure you that every FWH version is clean and will run with that tool. No re-writes should be necessary. However, there were several libraries that needed to be added along the way.

At this time I link in the following libraries in addition to the default xBuilder settings:

xhb.obj
oledlg.lib
version.lib
prnwnd.lib
TipSSL.lib
mem32.lib
send32.lib

I am working through a couple of issues, but have been able to migrate to Harbour with Microsoft Visual C++ 2010 which I believe will be a better long term solution. For distribution software, however, I'm still using the xHarbour product at this time.

Tim

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Tue May 15, 2012 1:18 pm
by Randal
Antonio Linares wrote:We do recommend you to use the free xHarbour version instead of the commercial one, as the free one is based on Borland and works fine, but the commercial is based on PellesC (renamed) and you get those errors. Our best advise is that you migrate to Harbour. In a few days you will be using the best Harbour available.


Antonio:

I have been using xHarbour for years primarly because of rmdbfcdx driver (Comix/Clipmore). I haven't test it recently however, originally the default dbfcdx driver was much slower. Has anything changed? Is there anything comparable to rmdbfcdx for Harbour? (don't want to use ads).

Thanks,
Randal

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Tue May 15, 2012 2:23 pm
by Antonio Linares
Randal,

The Harbour's DBFCDX has greatly evolved along the years so surely it is very fast actually :-)

If you want us to perform some tests, we can run them, publish the results so you can compare with yours

Re: FWH 11.11 + xharbour.com + xCC

PostPosted: Mon May 21, 2012 7:30 pm
by Blessed
Hello Antonio
Sorry for not responding so soon but I did not hand the error of the FWH 10.10
Application
===========
Path and name: C:\Adm_Com\Adm_com.exe (32 bits)
Size: 3,802,624 bytes
Time from start: 3 hours 39 mins 59 secs
Error occurred at: 30/04/2012, 18:11:54
Error description: Error DBCMD/2001 Area de trabajo no usada: DBSKIPPER

Stack Calls
===========
Called from: => DBSKIPPER(0)
Called from: Prg\xbrowse.prg => (b)TXBROWSE:SETRDD(3698)
Called from: Prg\xbrowse.prg => (b)TXBROWSE:TXBROWSE(387)
Called from: => TXBROWSE:SKIP(0)
Called from: Prg\xbrowse.prg => TXBROWSE:LBUTTONDOWN(3082)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1483)
Called from: Prg\xbrowse.prg => TXBROWSE:HANDLEEVENT(11048)
Called from: .\source\classes\WINDOW.PRG => _FWH(3394)
Called from: => SYSREFRESH(0)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:END(531)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:SYSCOMMAND(2365)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:SYSCOMMAND(909)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:HANDLEEVENT(944)
Called from: .\source\classes\WINDOW.PRG => _FWH(3394)
Called from: => SYSREFRESH(0)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONDOWN(586)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1483)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT(1450)
Called from: .\source\classes\WINDOW.PRG => _FWH(3394)
Called from: => SYSREFRESH(0)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONDOWN(586)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1483)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT(1450)
Called from: .\source\classes\WINDOW.PRG => _FWH(3394)
Called from: => SYSREFRESH(0)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONDOWN(586)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1483)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT(1450)
Called from: .\source\classes\WINDOW.PRG => _FWH(3394)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE(978)
Called from: Prg\Admin.prg => MAIN(113)


20 computers that are on the network, the error is more in 2 and sin are the heads, the other is rare. But there is, and the pressure is great.
With relation to the FWH 11.11 I have spent every one of the problems of Hakan.
In fact I have the libraries mem32.lib, send32.lib, LIBC.lib, png.lib and shows me dialog : "unrecoverable error 9009"
As for changing xHarbour is not an option for me, it is not possible, since I use the commercial version of the SQLRDD. And since you start with FWH in 2004 have been with them. 8)