New FWH 10.4

New FWH 10.4

Postby Antonio Linares » Thu Apr 29, 2010 7:04 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby hua » Thu Apr 29, 2010 7: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
hua
 
Posts: 1047
Joined: Fri Oct 28, 2005 2:27 am

Re: New FWH 10.4

Postby hua » Thu Apr 29, 2010 7:39 am

FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
 
Posts: 1047
Joined: Fri Oct 28, 2005 2:27 am

Re: New FWH 10.4

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby norberto » Thu Apr 29, 2010 2:01 pm

BCC582 is free? this download is complete?
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: New FWH 10.4

Postby Antonio Linares » Thu Apr 29, 2010 3:55 pm

Yes, it is free and it is complete
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby hua » Fri Apr 30, 2010 1: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 :)
Last edited by hua on Fri Apr 30, 2010 3:23 am, edited 1 time in total.
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
 
Posts: 1047
Joined: Fri Oct 28, 2005 2:27 am

Re: New FWH 10.4

Postby fraxzi » Fri Apr 30, 2010 2: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
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: New FWH 10.4

Postby Richard Chidiak » Fri Apr 30, 2010 5: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
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Re: New FWH 10.4

Postby Antonio Linares » Fri Apr 30, 2010 7: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby StefanHaupt » Fri Apr 30, 2010 7: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
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: New FWH 10.4

Postby driessen » Fri Apr 30, 2010 7:36 am

Antonio,

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

So I use this :
Code: Select all  Expand view
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.
Last edited by driessen on Fri Apr 30, 2010 8:23 am, edited 1 time in total.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1399
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 10.4

Postby Richard Chidiak » Fri Apr 30, 2010 8: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
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Re: New FWH 10.4

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 10.4

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 40 guests