Search found 188 matches: buildh32

Return to advanced search

Re: Microsoft Visual Studio - versión reducida

... myvc64.bat @echo off set path=%path%;d:\compiler\vc2019\bin64 set lib=d:\compiler\vc2019\lib\win64 set include=d:\compiler\vc2019\include buildh32.bat (para fwh 32 bits) http://161.0.60.84/owncloud/index.php/s/lN5GgPAsK5fy3ij buildh64.bat (para fwh 64 bits) http://161.0.60.84/owncloud/index.php/s/8j2VUZqSwUfyFSw
by carlos vargas
Mon Nov 22, 2021 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Microsoft Visual Studio - versión reducida
Replies: 24
Views: 2009

Re: web browser control based on Microsoft Edge

dear Otto,

all you need is to install Visual Studio Community

then go to fwh\samples and do buildh32. bat tutor01
by Antonio Linares
Fri Aug 27, 2021 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: web browser control based on Microsoft Edge
Replies: 20
Views: 2893

Errores al compilar testxbrw.prg con visual studio

... ejemplos de fw con visual studio. Pero me sale ese error, ya revise la ruta y los permisos del archivo y parecen correctos. C:\fwh2106\samples>buildh32 testxbrw  ┌────────────────────────────────────────────────────────────────────────────┐?FiveWin for Harbour 21.06 (VS32bits) Jun. ...
by leandro
Tue Jul 27, 2021 11:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al compilar testxbrw.prg con visual studio
Replies: 1
Views: 207

Re: DBU

... because I have to then link in those resources and hardcode all the paths to the fwh resource ... so ... 2) I tried building the sample using Buildh32.bat and of course it won't run because it's a function ... so ... 3) I modified the FIVEdbu( ) to be MAIN () and it built, and tried to start. ...
by TimStone
Thu Jun 24, 2021 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBU
Replies: 16
Views: 2364

Re: ¿Compilar con PELLES c ?

José, Nosotros solo usamos xHarbour con Borland y PellesC (para la versión comercial de xHarbour) En principio tendrias que adaptar FWH\samples\buildh32.bat (para Visual Studio Comunity 32 bits) para que use las librerias de xHarbour Las librerias de FWH a usar son FiveHX32.lib (está hay que construirla) ...
by Antonio Linares
Tue Mar 09, 2021 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Compilar con PELLES c ?
Replies: 13
Views: 2072

Re: ¿Compilar con PELLES c ?

JoseAlvarez wrote:Hola Antonio,
Muchas gracias¡

Alguna parte donde pueda leer sobre como aplicar visual studio a fivewin? Algun ejemplo practico?

Agrarecido de antemano.


Revisa FWH\samples\buildh32.bat y buildh64.bat
by Antonio Linares
Tue Mar 09, 2021 6:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Compilar con PELLES c ?
Replies: 13
Views: 2072

Re: how to add libraries to the buildh.bat file

... in buildh.bat to build it using BCC7: echo %hdirl%\hbcurl.lib + >> b32.bc echo %hdirl%\libcurl.lib + >> b32.bc or add these lines in buildh32.bat to build it using Visual Studio Community echo %hdirl%\hbcurl.lib >> msvc.tmp echo %hdirl%\libcurl.lib >> msvc.tmp
by Antonio Linares
Mon Feb 08, 2021 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 691

Re: Using C# (and .NET) from FWH not working(?)

... Please try and tell me ( and try with other version of SDK WIndows more recent ) Hi Mr. Navarro, I just write this: buildh32 dotnet2 in fwh/samples directory.
by Horizon
Tue Sep 15, 2020 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4445

Re: Editsource() Problem

FWH is natively shipped with buildh.bat, buildx.bat, buildh32.bat, etc.
Please build with buildh.bat and let us know if it is working correctly as expected or not.
by nageswaragunupudi
Mon Jun 08, 2020 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5402

Re: Antonio: Please explain

Thank you. Using the New Terminal with CMD was the missing step. It now works.

The other thing people need to know is to use the proper build script. In my case, Buildh32.bat is used to build with Harbour/Microsoft VC++
by TimStone
Tue May 19, 2020 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Please explain
Replies: 9
Views: 1242

Re: Antonio: Please explain

Antonio, Yes, I am running by default in the samples directory. I am using the simpler version you pointed to, which is using buildh32.bat ( since I'm using Microsoft ) The json is in the .vscode subfolder in the samples directory. When I press t he keys, it tells me it cannot find buildh32.bat. ...
by TimStone
Mon May 18, 2020 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Please explain
Replies: 9
Views: 1242

Re: Windows 10: Lock Screen Images

Hi Mr. Rao, with buildh32 this gives an error. Application===========   Path and name: C:\fwh\samples\testrao.exe (32 bits)   Size: 4,219,392 bytes   Compiler version: Harbour 3.2.0dev (r1904111533)   FiveWin  version: ...
by Silvio.Falconi
Fri May 01, 2020 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10: Lock Screen Images
Replies: 11
Views: 1508

Re: Windows 10: Lock Screen Images

Hi Mr. Rao, with buildh32 this gives an error. Application===========   Path and name: C:\fwh\samples\testrao.exe (32 bits)   Size: 4,219,392 bytes   Compiler version: Harbour 3.2.0dev (r1904111533)   FiveWin  version: ...
by Horizon
Thu Apr 30, 2020 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10: Lock Screen Images
Replies: 11
Views: 1508

Re: Windows 10: Lock Screen Images

Hi Mr. Rao, with buildh32 this gives an error. Application===========   Path and name: C:\fwh\samples\testrao.exe (32 bits)   Size: 4,219,392 bytes   Compiler version: Harbour 3.2.0dev (r1904111533)   FiveWin  version: ...
by Silvio.Falconi
Thu Apr 30, 2020 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10: Lock Screen Images
Replies: 11
Views: 1508

Re: Windows 10: Lock Screen Images

Hi Mr. Rao, with buildh32 this gives an error. Application===========   Path and name: C:\fwh\samples\testrao.exe (32 bits)   Size: 4,219,392 bytes   Compiler version: Harbour 3.2.0dev (r1904111533)   FiveWin  version: ...
by Horizon
Thu Apr 30, 2020 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10: Lock Screen Images
Replies: 11
Views: 1508
PreviousNext

Return to advanced search