What is wrong with 24.07
- Antonio Linares
- Site Admin
- Posts: 42268
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: What is wrong with 24.07
Dear Jimmy,
Here it works fine. How are you building it ?
Where is FiveWin.ch in your setup ? Please check it
Better way to start is going to FWH\samples and do buildh.bat tutor01
Here it works fine. How are you building it ?
Where is FiveWin.ch in your setup ? Please check it
Better way to start is going to FWH\samples and do buildh.bat tutor01
Re: What is wrong with 24.07
hi Antonio,
have found my Error.
i have load *.HBP into HMG IDE so it was destroyed
running under 64 Bit Environment
have found my Error.
i have load *.HBP into HMG IDE so it was destroyed
i still have Problem with Environment of 24.07 *.BAT filesAntonio Linares wrote:Better way to start is going to FWH\samples and do buildh.bat tutor01
but i gotCompiling...
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...
Lines 5029, Functions/Procedures 1
Generating C source output to 'tutor01.c'... Done.
Embarcadero C++ 7.70 for Win32 Copyright (c) 2012-2023 Embarcadero Technologies, Inc.
bcc32.exe: warning: argument unused during compilation: '-e tutor01.exe' [-Wunused-command-line-argument]
tutor01.c:
In file included from tutor01.c:7:
In file included from c:\harbour64\include\hbvmpub.h:50:
c:\harbour64\include/hbdefs.h:50:10: fatal error: 'stdarg.h' file not found
#include <stdarg.h>
^~~~~~~~~~
1 error generated.
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link64 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Fatal: Unable to open file 'C0W32.OBJ'
* Linking errors *
C:\fwh64\samples>
Code: Select all | Expand
BUILDh64 Tutor01
greeting,
Jimmy
Jimmy
- Antonio Linares
- Site Admin
- Posts: 42268
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: What is wrong with 24.07
You have to use buildh.bat
Please notice the h
Please notice the h
Re: What is wrong with 24.07
hi Antonio,
BUILDH.BAT Tutor01
and got a Error at line
%hdir%\bin\WIN\BCC\harbour
but my harbour Version is in
after change it i got
I have tryAntonio Linares wrote:You have to use buildh.bat
Please notice the h
BUILDH.BAT Tutor01
and got a Error at line
%hdir%\bin\WIN\BCC\harbour
but my harbour Version is in
Code: Select all | Expand
%hdir%\bin\harbour
Compiling...
Harbour 3.2.0dev (r2008190002)
Copyright (c) 1999-2020, https://harbour.github.io/
Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...
Lines 5029, Functions/Procedures 1
Generating C source output to 'tutor01.c'... Done.
Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
tutor01.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Error: Unresolved external '__streams' referenced from C:\HARBOUR\LIB\WIN\BCC\HBVM.LIB|fm
Error: Unable to perform link
* Linking errors *
greeting,
Jimmy
Jimmy
- Antonio Linares
- Site Admin
- Posts: 42268
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: What is wrong with 24.07
hi Antonio,
but that File does not include BCC32.EXE any moreAntonio Linares wrote:You have to use this Harbour build:
https://github.com/FiveTechSoft/harbour ... 240814.zip
greeting,
Jimmy
Jimmy
- Antonio Linares
- Site Admin
- Posts: 42268
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: What is wrong with 24.07
bcc32.exe has never been included in Harbour builds distributions
Re: What is wrong with 24.07
hi Antonio,
so my *.MAK Files CRASH without BCC32 ?
but it is in those c:\fwh\makes\*.MAK Files for 32 BitAntonio Linares wrote:bcc32.exe has never been included in Harbour builds distributions
Code: Select all | Expand
.prg.obj:
$(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c
.c.obj:
$(BCDIR)\bin\bcc32 -oobj\$& @tmp $&.c
del tmp
myapp.res : myapp.rc
c:\bcc7 $(BCDIR)\bin\brc32.exe -r -Ic:\bcc7\include\windows\sdk myapp.rc
greeting,
Jimmy
Jimmy
- Antonio Linares
- Site Admin
- Posts: 42268
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: What is wrong with 24.07
Yes, for those makes you need Borland make
We encourage to use Harbour's own hbmk2.exe:
https://fivetechsupport.com/forums/view ... 48#p273085
We encourage to use Harbour's own hbmk2.exe:
https://fivetechsupport.com/forums/view ... 48#p273085
Re: What is wrong with 24.07
hi Antonio,
i would like to use new Style with hbmk2.exe but i got unkown Error with new Style likeAntonio Linares wrote:We encourage to use Harbour's own hbmk2.exe
i don´t "see" where "-CP437" or "-w-sig" are used and don´t understand those new Error, so i stay at old working Version using *.MAK FileGenerating C source output to 'HB_FUNC.c'... Done.
bcc64.exe: error: unknown argument: '-CP437'
bcc64.exe: error: unknown argument: '-w-sig-'
hbmk2[test64]: Error: Running C/C++ compiler. 1
greeting,
Jimmy
Jimmy
- Antonio Linares
- Site Admin
- Posts: 42268
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: What is wrong with 24.07
Dear Jimmy,
Please post your HBP file here, thanks
Please post your HBP file here, thanks
Re: What is wrong with 24.07
this i have made follow your SampleAntonio Linares wrote:Please post your HBP file here, thanks
Code: Select all | Expand
-gui
FWEJECT.PRG
HB_FUNC.PRG
-info
-workdir=
-optim-
-ldflag+=-aa
-Ic:\fwh\include
-Lc:\fwh\lib
-lfiveh
-lfivehc
-luxtheme
hbct.hbc
xhb.hbc
hbziparc.hbc
greeting,
Jimmy
Jimmy
- Antonio Linares
- Site Admin
- Posts: 42268
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: What is wrong with 24.07
Dear Jimmy,
You should use these flags just for 64 bits with bcc77 64 bits:
-workdir=
-optim-
-ldflag+=-aa
Don't use them for 32 bits
You should use these flags just for 64 bits with bcc77 64 bits:
-workdir=
-optim-
-ldflag+=-aa
Don't use them for 32 bits
Re: What is wrong with 24.07
hi Antonio,
I have just copy your Sample TEST.HBP from Thread https://forums.fivetechsupport.com/view ... =3&t=44840
and include my *.PRG into it
OK, understand.Antonio Linares wrote:You should use these flags just for 64 bits with bcc77 64 bits:
-workdir=
-optim-
-ldflag+=-aa
Don't use them for 32 bits
I have just copy your Sample TEST.HBP from Thread https://forums.fivetechsupport.com/view ... =3&t=44840
and include my *.PRG into it
greeting,
Jimmy
Jimmy