FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 10.4
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

New FWH 10.4

Posted: Thu Apr 29, 2010 07:04 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM

Re: New FWH 10.4

Posted: Thu Apr 29, 2010 07:24 AM
* New: FWH has been built using BCC 5.82. From now on we will use this Borland C version.
You can download BCC582 from: http://www.fivetechsoft.com/files/software/bcc582.zip


Does this mean I won't be able to use the libs as is if I wish to postpone changing from BCC55?
FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM

Re: New FWH 10.4

Posted: Thu Apr 29, 2010 07:39 AM
FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New FWH 10.4

Posted: Thu Apr 29, 2010 10:49 AM

Hua,

We should make an effort to use the same Borland C compiler, all of us. BCC582 provides missing parts that are not included in BCC55.

Web site fixed, thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM

Re: New FWH 10.4

Posted: Thu Apr 29, 2010 02:01 PM

BCC582 is free? this download is complete?

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New FWH 10.4

Posted: Thu Apr 29, 2010 03:55 PM

Yes, it is free and it is complete

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM

Re: New FWH 10.4

Posted: Fri Apr 30, 2010 01:32 AM
Antonio Linares wrote:
We should make an effort to use the same Borland C compiler, all of us. BCC582 provides missing parts that are not included in BCC55.


Ok. Was just thinking of whether it might mean me spending time to recompile my libs. Was trying to postpone as in a rush to catch up on deadlines.

Anyway, I took the plunge and it only took me about 5-10 minutes to have them installed and recompile my libs. For those about to, remember to check the paths in bcc32.cfg, ilink32.cfg and tlink32.cfg. Actually I think my apps feel snappier a bit after recompiling using BCC582 :-)
FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

Re: New FWH 10.4

Posted: Fri Apr 30, 2010 02:31 AM

Dear All,

I compiled my apps/projects using BCC582 and FW (xH) 9.11 and it all goes well without a glitch. tested.
Will upgrade soon to FW10.4 :)

Regards,
Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM

Re: New FWH 10.4

Posted: Fri Apr 30, 2010 05:21 AM

Antonio

I get an error at link time with resources (Uestudio),
I use a bcc32.cfg file that is OK , i do not have an ilink32.cfg
the resource compiler version (5.40) is the same than my previous one bcc 5.5 ??

Any idea ?

Error prsht.h 1081 1: '#endif' before '#if'
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.

Tia

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New FWH 10.4

Posted: Fri Apr 30, 2010 07:13 AM

Richard,

brc32.exe is the same version in both of them (5.40)

Please check the size of prsht.h, that you are using the right one

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM

Re: New FWH 10.4

Posted: Fri Apr 30, 2010 07:35 AM

Richard,

I had this error sometimes ago, so I edited the file and commented out the last #endif. It´s working fine, no side effects.

kind regards

Stefan
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Re: New FWH 10.4

Posted: Fri Apr 30, 2010 07:36 AM
Antonio,

I use BRC32.EXE to build my RES-file starting from a RC-file.

So I use this :
Code (fw): Select all Collapse
BRC32.EXE -R JUDA.RC

In BCC 5.5, everything goes well.

But in BCC 5.82, I got this error :
Error JUDA.RC 43204 1: Expecting resource name or resource type name

Any idea ?

Thanks a lot in advance.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM

Re: New FWH 10.4

Posted: Fri Apr 30, 2010 08:15 AM

Antonio

File size is ok 36 404 as in the zip file , i extracted the file again , same result

I am using the one in the zip downloaded , Uestudio points to the correct file in the bcc582 include directory

Any idea ?

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New FWH 10.4

Posted: Fri Apr 30, 2010 10:10 AM

Richard,

As Stefan has commented you, try to remove the last #endif from that file

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New FWH 10.4

Posted: Fri Apr 30, 2010 10:11 AM

Michel,

> Error JUDA.RC 43204 1:

I guess the file does not have 43204 lines, so it may be an error in line 1.

What code do you have in such line ?

regards, saludos

Antonio Linares
www.fivetechsoft.com