Search found 44 matches: buildh64

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... This technology only works in 64 bits and for now we just support MSVC64, so you have to use buildh64.bat to test it. * New: Support for local AI image recognition using llava.cpp that has been included in FWH. Please review samples\llava.prg. ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 56

Re: Pasando a FWH24.02+Harbour+BCC77

... reciente del compilador C Por otra parte, nosotros siempre verificamos también usando Visual Studio Community 2022, usando samples\buildh32.bat y buildh64.bat para asegurarnos que la compatibilidad con MSVC se mantene correctamente. te agradezco tu feedback y es bienvenido cualquier detalle que ...
by Antonio Linares
Wed Mar 13, 2024 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 2891

Re: Bug FWH2402 - Botones

Here it is working fine using Borland and MSVC 32 an 64

Same screenshots as posted here

Puedes probarlo usando FWH\samples:

buildh.bat botones
buildh32.bat botones
buildh64.bat botones
by Antonio Linares
Wed Mar 06, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 670

Re: Using Microsoft AI Phi-2 from FWH

hi,

have buildh64 Sample with my *.gguf Path but got Error Message loading llama64.dll :shock:
llama64.dll is in same Folder like EXE

what i´m doing wrong :?:
by Jimmy
Tue Dec 19, 2023 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8334

Re: Desaparecen controles en Folder - Ayuda por favor

Prueba con este ejemplo de FWH:

FWH64\samples\buildh64.bat testfld2
by Antonio Linares
Sun Jul 09, 2023 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desaparecen controles en Folder - SOLUCIONADO
Replies: 65
Views: 2362

need working buildh32.bat

hi, i can compile fiveDBU using buildh64.bat but get Error with buildh32.bat now i have try to "compare" both buildh64.bat %hdir%\bin\win\msvc64\harbour %1 /n /i%fwdir%\include;%hdir%\include /w /p /d__64__ %2 %3 > comp.log 2> ...
by Jimmy
Mon Apr 17, 2023 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: need working buildh32.bat
Replies: 1
Views: 138

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

... c:\fwh64\makes\msmake.zip c:\fwh64\makes\vs2010_make.zip as also Everything does not found hbmk2.zip it is not on my PC Please review FWH\samples\buildh64.bat and adapt your make file to it. ok ... but how to "call" it later when have all those "echo" in new *.MAK (?) should ...
by Jimmy
Tue Nov 15, 2022 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 837

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

Dear Jimmy,

Please review FWH\samples\buildh64.bat and adapt your make file to it.

Please review FWH\makes\hbmk2.zip as hbmk2 is the easiest way to build Harbour + FWH apps
by Antonio Linares
Tue Nov 15, 2022 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 837

Re: Compilar con vs2019_make

Estimado Leandro, FWH los usa asi desde samples\buildh32.bat y buildh64.bat sin problema: call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" ...
by Antonio Linares
Thu Nov 10, 2022 7:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con vs2019_make
Replies: 3
Views: 361

Re: New FTDN October/Octure (FWH 22.10)

... ayudar a la implementación del seguimiento de transaciones con DBF. - Mire el ejemplo samples\dbf_tts.prg * Mejora: samples\buildh32.bat, samples\buildh64.bat y samples\buildx32.bat se han corregido para restablecer correctamente el entorno después de la llamada a vcvarsall.bat Llevamos mucho ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

New FTDN October/Octure (FWH 22.10)

... to help implementation of transacion tracking with DBF -See samples\dbf_tts.prg * Enhancement: samples\buildh32.bat, samples\buildh64.bat and samples\buildx32.bat have been fixed to properly reset the environment after the call to vcvarsall.bat We have been looking for this ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

search for working BCC7 64 "Build64.bat"

... 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: 484

Re: Get real date from the Internet

... am happy that finaly!!! we have found the way to reset the environment after using MS vcvarsall.bat 1. There is an error in both buildh32.bat and buildh64.bat as they use "path" where "Path" should be used 2. setlocal and endlocal must be used before and after using vcvarsall.bat ...
by Antonio Linares
Fri Sep 30, 2022 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4476

Re: CLASS fwTVCL for IP-TV

hi Antonio, it is 2022\Community on 64 Bit OS BUILDh64.BAT work to build other App and File "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" does exist i can compile/link with MSVC 64 Bit when use ...
by Jimmy
Tue Aug 02, 2022 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 750

Re: CLASS fwTVCL for IP-TV

... hbziparc.hbc    hbfoxpro.hbc    -ldflag=/NODEFAULTLIB:msvcrt    FWIPTV.RC have no Idea what Error mean same Code will compile/link/run when using BUILDh64.BAT
by Jimmy
Tue Aug 02, 2022 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 750
Next

Return to advanced search