FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Strange problems since loading FWH 13.07
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Strange problems since loading FWH 13.07
Posted: Wed Sep 04, 2013 11:14 PM

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,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 12:16 AM

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) ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 05:07 AM

Dear Antonio,

Sorry, we are using Borland 5.82

Sincerely,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 10:03 AM

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 01:54 PM

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,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 02:38 PM

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?

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 03:39 PM
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.
Regards



G. N. Rao.

Hyderabad, India
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 03:48 PM

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

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 04:04 PM

Hello,

I have reinstalled xHarbour and RTL.LIB is missing.

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 04:18 PM

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,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 04:26 PM

Hi Antonio,

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

Sincerely,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 04:29 PM

You need to build it on your own by this command
c:\bcc582\bin\implib.exe ace32.lib ace32.dll

Regards



G. N. Rao.

Hyderabad, India
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 05:03 PM

Thank you!

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 07:05 PM

Darrell,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Strange problems since loading FWH 13.07
Posted: Thu Sep 05, 2013 09:45 PM
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