Search found 41 matches: go64

Return to advanced search

Construir una librería de 64 bits usando hbmk2.exe

go64.bat call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\win\msvc64\hbmk2 test.hbp -comp=msvc64 test.hbp -hblib-onombreuno.prgdos.prgtres.prg uno.prg ...
by Antonio Linares
Mon Mar 18, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Construir una librería de 64 bits usando hbmk2.exe
Replies: 0
Views: 254

Re: Error p/generar EXE usando UHTTPD2 en Windows

... samples ejecutas el app.exe que esta alli vas al navegador pone localhost:81 y empezara tu mundo a cambiar como me esta sucediendo a mi y el go64.bat que contruye el proyecto ya funcionaria con lo que te digo en discord estamos seras bienvenido https://discord.gg/ARgDk4dr9h saludos A la orden ...
by wilsongamboa
Sat Aug 05, 2023 5:57 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1953

Re: FWH64 + bcc64 + hbmk2 example

Dear Hakan, It is already included in FWH(32/64) in "makes" folder: hbmk2.zip go64.bat call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\hbmk2 test64.hbp -comp=msvc64test.exe test64.hbp ...
by Horizon
Wed Jun 21, 2023 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 865

Re: FWH64 + bcc64 + hbmk2 example

Dear Hakan, It is already included in FWH(32/64) in "makes" folder: hbmk2.zip go64.bat call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\hbmk2 test64.hbp -comp=msvc64test.exe test64.hbp ...
by Antonio Linares
Tue Jun 20, 2023 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 865

FWH64 + bcc64 + hbmk2 example

Get Harbour 64 for bcc64 from here: https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_bcc64_20230615.zip go64.bat set bcc=bcc7164set path=c:\%bcc%\binset HB_USER_CFLAGS=-Ic:\%bcc%\INCLUDE\windows\crtl -Ic:\%bcc%\INCLUDE\windows\sdk -Lc:\%bcc%\LIBset HB_USER_LDFLAGS=-Lc:\%bcc%\LIB;c:\%bcc%\LIB\psdkc:\harbour\bin\win\bcc64\hbmk2.exe ...
by Antonio Linares
Fri Jun 16, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64 + bcc64 + hbmk2 example
Replies: 13
Views: 865

Re: How to build Harbour 32 & 64 bits

To build Harbour using bcc64: From c:\bcc7140\lib do this: copy c0x64.o c0x64.obj copy cw64mt.a cw64mt.lib copy import64.a import.lib go64.bat set bcc=bcc7164set path=c:\%bcc%\binset HB_COMPILER=bcc64set HB_BUILD_MODE=cset HB_BUILD_OPTIM=noset HB_USER_PRGFLAGS=-l-set HB_USER_CFLAGS=-Ic:\%bcc%\INCLUDE\windows\crtl ...
by Antonio Linares
Tue Apr 25, 2023 7:08 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 33383

Re: CLASS TGrid() for FiveWin

hi Otto, i have download TGRID-main.zip and compile / link Source and got working EXE :D just use GO.BAT (BCC 32 Bit) or GO64.BAT (MSVC 64 Bit) ! Note : you have to DELETE all Resource in DUALGRID.RC which are only DUMMY as i don´t provide Icon/Bitmap for BCC i use *.MAK which have ...
by Jimmy
Sun Mar 12, 2023 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3522

Re: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?

... > it produce a lot of Error (about LIBs ?) ... what do i need "more" for 64 Bit :?: What errors ? Please post them here please use Go64 and *.HBP which i have posted i have change "your" Go a and HBP to use for 64 Bit ... but i got a very long list so i have not post it
by Jimmy
Thu Nov 17, 2022 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 878

Re: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?

hi Antonio, Here you have it: https://github.com/FiveTechSoft/FWH_tools/blob/master/hbmk2.zip thx for link have download it and use go64.bat call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\hbmk2 test64.hbp ...
by Jimmy
Wed Nov 16, 2022 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 878

Re: AYUDA Explicación. WebApp - ModHarbour

Querido Juan,

tan sencillo como ejecutar este fichero batch nuevamente, puedes meterle todo lo que quieras:
https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/go64.bat
by Antonio Linares
Sun Sep 25, 2022 11:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Explicación. WebApp - ModHarbour
Replies: 24
Views: 2384

Re: CLASS fwTVCL for IP-TV

hi Antonio,
Antonio Linares wrote:Could you please copy here the entire error ? How to reproduce it ?

to produce Error use above Go64.BAT and test64.hbp under 64 Bit OS
by Jimmy
Wed Aug 03, 2022 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 765

Re: CLASS fwTVCL for IP-TV

... and run --- i will release Source, after cleanup, soon Workaround /DUSE_INC can be used under 32 and 64 Bit but i like to know how it work with go64.bat / test64.HBP
by Jimmy
Tue Aug 02, 2022 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 765

Re: CLASS fwTVCL for IP-TV

Dear Jimmy, go64.bat call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\hbmk2 test64.hbp -comp=msvc64 test64.hbp -gui-Ic:\fwh\includeFWIPTV.PRGFWVLC.PRGREADM3U.PRG-Lc:\fwh\lib-lFiveH64-lFiveHC64-lgdiplus-lole32-lOleDlg-lversionxhb.hbchbct.hbchbwin.hbchbmzip.hbchbziparc.hbchbfoxpro.hbc-ldflag=/NODEFAULTLIB:msvcrttest.rc 
by Antonio Linares
Mon Aug 01, 2022 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 765

Re: How to build Harbour 32 & 64 bits

... c:\harbour\lib\win\msvc\ssleay32.libcopy c:\harbour\lib\win\msvc\libcrypto-1_1-x32.lib c:\harbour\lib\win\msvc\libcrypto.lib go64.bat for Visual Studio Community 2022 64 bits call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" ...
by Antonio Linares
Mon Jun 27, 2022 10:39 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 33383

Re: Build your FWH app using hbmk2.exe and MSVC 32&64

Dear Hakan,

We already explained it here:
viewtopic.php?p=249800&sid=cf5b3f87e1f151243044e5d25dfd8ca0#p249800

Just run go32.bat to get Harbour 32 bits, or run go64.bat to get Harbour 64 bits
by Antonio Linares
Tue Apr 26, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build your FWH app using hbmk2.exe and MSVC 32&64
Replies: 20
Views: 1897
Next

Return to advanced search