New FWH 24.04
- Antonio Linares
- Site Admin
- Posts: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: New FWH 24.02
Good morning, Antonio,
I tried to download FWH 24.02.
Unfortunately the downloads aren't working.
If I click on harbour, I got an error 404.
What do I do wrong?
Thanks.
I tried to download FWH 24.02.
Unfortunately the downloads aren't working.
If I click on harbour, I got an error 404.
What do I do wrong?
Thanks.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
- Antonio Linares
- Site Admin
- Posts: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: New FWH 24.02
Dear Michel,
good morning,
This is the right Harbour to download:
For Borland:
https://github.com/FiveTechSoft/harbour ... 240309.zip
good morning,
This is the right Harbour to download:
For Borland:
https://github.com/FiveTechSoft/harbour ... 240309.zip
Re: New FWH 24.02
Antonio,
Thank you, but the other links aren't working either.
If I click on FWH.exe, nothing happens.
Thank you, but the other links aren't working either.
If I click on FWH.exe, nothing happens.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
- Antonio Linares
- Site Admin
- Posts: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: New FWH 24.02
Dear Michel,
Are you using Google Chrome ?
I just tested your login and password from here and it worked fine. It just requested to identify twice
Please try it again, thanks
Are you using Google Chrome ?
I just tested your login and password from here and it worked fine. It just requested to identify twice
Please try it again, thanks
Re: New FWH 24.02
Antonio,
Thanks a lot. Everything is ok now.
Thanks a lot. Everything is ok now.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Re: New FWH 24.02
Antonio,
While rebuilding my application with the new Harbour, I got this message:What can I do?
Thanks.
While rebuilding my application with the new Harbour, I got this message:
Code: Select all | Expand
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '___get_std_stream' referenced from C:\SOFTWARE\HARBOUR\LIB\WIN\BCC\HBVM.LIB|fm
Error: Unable to perform link
Thanks.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 4 times
- Contact:
Re: New FWH 24.02
Try adding this to your main PRG:
Code: Select all | Expand
#pragma BEGINDUMP
void __get_std_stream() {}
#pragma ENDDUMP
Re: New FWH 24.02
Enrico,
That solves the problem. Thanks.
That solves the problem. Thanks.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Re: New FWH 24.02
I still notice a problem.
I use xHarbour Builder for its debugger. It works reseanable good.
But if I build my application with xHarbour Builder, I get this errorThis problem is happening FWH version later than 22.03. WIth FWH 22.03 everything is going well.
I tried FWH 23.07 and 23.10, but just like FWH 24.02, this error occurs.
How can I solve this?
Thanks.
I use xHarbour Builder for its debugger. It works reseanable good.
But if I build my application with xHarbour Builder, I get this error
Code: Select all | Expand
xLINK: error: Unresolved external symbol '_GetDCBrushColor referenced from FiveHCM.lib(CTRL2CHR.obj)'.
I tried FWH 23.07 and 23.10, but just like FWH 24.02, this error occurs.
How can I solve this?
Thanks.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Re: New FWH 24.02
One more question.
Where can I download BCC77?
Thanks.
Where can I download BCC77?
Thanks.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
- Antonio Linares
- Site Admin
- Posts: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Re: New FWH 24.02
Dear Michel,
Please check your email for instructions to download it from Embarcadero
Please check your email for instructions to download it from Embarcadero
Re: New FWH 24.02
Thanks a lot, Antonio.
Got it.
Got it.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
-
- Posts: 497
- Joined: Sun Oct 16, 2005 3:32 am
- Location: Quito - Ecuador
- Has thanked: 1 time
- Been thanked: 1 time
- Contact:
Re: New FWH 24.02
Good afternoon Antonio,
Where can i download BCC7.7 too ?
Thanks
Where can i download BCC7.7 too ?
Thanks
Saludos,
Carlos Gallego
*** FWH-24.07, xHarbour 1.3.1 Build 20240624, Borland C++7.70, PellesC ***
Carlos Gallego
*** FWH-24.07, xHarbour 1.3.1 Build 20240624, Borland C++7.70, PellesC ***
- Antonio Linares
- Site Admin
- Posts: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact: