Page 1 of 3

Strange problems since loading FWH 13.07

PostPosted: Wed Sep 04, 2013 11:14 pm
by cdmmaui
Dear Antonio,

Since compiling with FWH 13.07, we have lots problems with programs. Customers are getting random GPF, program halted or program not responding errors. Are other FWH developers having the same problems? I am wondering if something changed with error handling because no errors pop up, instead they are getting GPF, program halted or program not responding errors. I am going to roll back to older version because it is causing a lot of problems for us.

Sincerely,

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 12:16 am
by Antonio Linares
Darrell,

Are you using Harbour or xHarbour ? What version ?

What C compiler are you using ? version ?

Please look for hb_out.log files where your app is. When a GPF ocurrs, Harbour generates a very valuable hb_out.log file with the GPF detailed info including the app calls stack.

We have not changed any specifically related with Borland, but we do have changed things related to Microsoft compilers. Are you using Microsoft or xhb.com (based on PellesC) ?

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 5:07 am
by cdmmaui
Dear Antonio,

Sorry, we are using Borland 5.82

Sincerely,

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 10:03 am
by Antonio Linares
Darrell,

Are you using Harbour or xHarbour ? what version ? thanks

Have you look for the log file ? hb_out.log this will help very much

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 1:54 pm
by cdmmaui
Hi Antonio,

It is Harbour 3.2.0dev (r1306132159); I think it is xHarbour.

I have request log file from customer and I am waiting for them to send details.

Sincerely,

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 2:38 pm
by cdmmaui
Dear Antonio,

I uninstalled FWH 13.07 and removed all contents from \xHarhour and \FWH folders. Now I am getting missing LIB and other strange errors. Where do I get RTL.LIB for FWH 13.04?

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 3:39 pm
by nageswaragunupudi
Where do I get RTL.LIB for FWH 13.04?


RTL.LIB is not part of FWH.
It is a part of xHarbour. Please reinstall xHarbour. Same xHarbour version works with 13.04 and 13.07.
You can download xharbour build from here.
https://code.google.com/p/harbour-and-x ... loads/list

My applications with xHarbour/Harbour with bcc582 and FW 13.07 revised build are running well.

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 3:48 pm
by TimStone
I have builds with xHarbour(.com) and Harbour/MSVC 2012 both using 13.07. So far, no consumer complaints except 1 issue being examined with xBrowse and Harbour.

Tim

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 4:04 pm
by cdmmaui
Hello,

I have reinstalled xHarbour and RTL.LIB is missing.

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 4:18 pm
by cdmmaui
Thank you. I should not have uninstalled or deleted files to reinstall, I am missing many LIBs.

Where can I find ACE32.LIB, I do not see it in the Harbour / xHarbour downloads.

Thank you,

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 4:26 pm
by cdmmaui
Hi Antonio,

Customer cannot locate any LOG files and they searched their entire workstation.

Sincerely,

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 4:29 pm
by nageswaragunupudi
You need to build it on your own by this command
c:\bcc582\bin\implib.exe ace32.lib ace32.dll

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 5:03 pm
by cdmmaui
Thank you!

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 7:05 pm
by Antonio Linares
Darrell,

Do you get the same problems on XP, Vista, Win7, Win8 ?

Re: Strange problems since loading FWH 13.07

PostPosted: Thu Sep 05, 2013 9:45 pm
by Enrico Maria Giordano
Darrell,

cdmmaui wrote:Hello,

I have reinstalled xHarbour and RTL.LIB is missing.


From where do you got xHarbour? It's clearly an incomplete package. Please use the one distributed with FWH. Or use Mel Smith's build: whosaway.com (Password: 'XHB').

EMG