Search found 96 matches: build64

Return to advanced search

Re: search for working BCC7 64 "Build64.bat"

Understood. Yes, it could be that you have reached the limit of your SET variabile line.
by Enrico Maria Giordano
Thu Oct 27, 2022 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

hi Enrico, when use BAT it does use CMD Environment where you have a Limit for SET "Variable" while many App "add Path" you might get to Limit when call a BATch which want to SET more "Variable" as i remember we have use CONFIG.SYS to increase SET Environment Space ... ...
by Jimmy
Thu Oct 27, 2022 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

I don't understand. Can you provide a sample of the problem that I can run here?
by Enrico Maria Giordano
Thu Oct 27, 2022 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

hi Enrico, i do use BCC7 under 32 Bit and when type DIR %hdirl% Verzeichnis von C:\HARBOUR\lib\win\bcc it work as expect but under 64 Bit it fail (now) ... as i "remember" it have work before https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42326 now "\bcc64&...
by Jimmy
Thu Oct 27, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

BCC 7.30 64bit works fine here. You have to double check your batch file.
by Enrico Maria Giordano
Thu Oct 27, 2022 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

again "the" Problem with "new" BCC7 64 Bit

Code: Select all  Expand view
set hdirl=%hdir%\lib\win\bcc64

c:\fwh64\0\TGRID>dir %hdirl%


show

Verzeichnis von c:\harbour64\lib\win
Datei nicht gefunden


i do not understand why "\bcc64" got "lost" ... total confused :?
by Jimmy
Thu Oct 27, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

You should use the following BCC version:

Embarcadero C++ 7.30 for Win64 Copyright (c) 2012-2017 Embarcadero Technologies, Inc.
by Enrico Maria Giordano
Thu Oct 27, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

hi Antonio,
Antonio Linares wrote:I guess that you are using a wrong bcc7 64 bits

thx, i will try it
by Jimmy
Thu Oct 27, 2022 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

Dear Jimmy,

Please check your email

I guess that you are using a wrong bcc7 64 bits
by Antonio Linares
Thu Oct 27, 2022 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

hi Antonio. Please go to FWH\samples folder and do: build64 tutor01 this is "Original" (hope so) if "%FWDIR%" == "" set FWDIR=.\.. if "%HBDIR%" == "" set HBDIR=c:\harbour set hdir=%HBDIR% set hdirl=%hdir%\lib\win\bcc64 ...
by Jimmy
Thu Oct 27, 2022 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: search for working BCC7 64 "Build64.bat"

Dear Jimmy,

Please go to FWH\samples folder and do:

build64 tutor01

Here it properly builds the EXE and runs fine
by Antonio Linares
Thu Oct 27, 2022 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

search for working BCC7 64 "Build64.bat"

... to use -I%bcdir%\include\windows\sdk -I%bcdir%\include\windows\crtl but that give me a lot of "Dupe" :( who can provide a working "Build64.bat" for BCC7 64 Bit, thx p.s. work with MSVC 64 Bit "Buildh64.bat" without any Warning
by Jimmy
Thu Oct 27, 2022 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 469

Re: 2206 - 64 bit errors

Dear Antonio,

I use build64 compile sample xbrgen and xbrdbu appear error below:
Image
Image
by richard-service
Fri Jul 08, 2022 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2206 - 64 bit errors (solved)
Replies: 7
Views: 458

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

In build64, you need to include the path fwh/include also. replace the line %bcdir%\bin\bcc64 -c -I%hdir%\include -I%bcdir%\include\windows\sdk -I%bcdir%\include\windows\crtl -o%1.obj %1.c with %bcdir%\bin\bcc64 -c -I%hdir%\include ...
by Compuin
Sat Jun 26, 2021 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4109

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

In build64, you need to include the path fwh/include also. replace the line %bcdir%\bin\bcc64 -c -I%hdir%\include -I%bcdir%\include\windows\sdk -I%bcdir%\include\windows\crtl -o%1.obj %1.c with %bcdir%\bin\bcc64 -c -I%hdir%\include ...
by nageswaragunupudi
Sat Jun 26, 2021 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4109
Next

Return to advanced search