Search found 88 matches: hbmk

Return to advanced search

Compiler with MSVC y HARBOUR

... -r -fo$O $IIncFiles = 1CaseSensitive = 0IncDirs = .;$(INCLUDE);IncKeyWords = #include;Comments = /*.*/.//.eol.  To link to Hbmk use this Script GoHbmk.bat Set path=D:\Compiler\VS2022\BIND:\Compiler\HarbourVS\bin\hbmk2 prg\proyecto.hbp -comp=msvc -run  The proyecto.hbp ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 144

Compilar con MSVC y HARBOUR

... -r -fo$O $IIncFiles = 1CaseSensitive = 0IncDirs = .;$(INCLUDE);IncKeyWords = #include;Comments = /*.*/.//.eol.  Para enlazar con Hbmk use éste Script GoHbmk.bat Set path=D:\Compiler\VS2022\BIND:\Compiler\HarbourVS\bin\hbmk2 prg\proyecto.hbp -comp=msvc -run  El proyecto.hbp ...
by acuellar
Thu Apr 18, 2024 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con MSVC y HARBOUR
Replies: 0
Views: 81

Re: Una consulta sobre VSCode y la compilación del proyecto

... que responde chatgpt a tu pregunta: ¿Es posible agregar una tarea en VSCode que construya una aplicación a partir de un archivo de compilación de hbmk2? Sí, es posible agregar una tarea en Visual Studio Code (VSCode) para construir una aplicación a partir de un archivo de compilación de hbmk2. ...
by jose_murugosa
Wed Feb 28, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una consulta sobre VSCode y la compilación del proyecto
Replies: 2
Views: 130

Re: Una consulta sobre VSCode y la compilación del proyecto

... que responde chatgpt a tu pregunta: ¿Es posible agregar una tarea en VSCode que construya una aplicación a partir de un archivo de compilación de hbmk2? Sí, es posible agregar una tarea en Visual Studio Code (VSCode) para construir una aplicación a partir de un archivo de compilación de hbmk2. ...
by Antonio Linares
Wed Feb 28, 2024 9:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una consulta sobre VSCode y la compilación del proyecto
Replies: 2
Views: 130

Re: SAPI : change Voice

hi, i try to use CODE from ChatGPT as HB_FUNC() but i got Errors C:\hmg.3.4.4\0\SAPI>..\..\build SapiVoice.hbp Harbour 3.2.0dev (r1703241902) Copyright (c) 1999-2016, http://harbour-project.org/ HB_FUNC.PRG: In function 'HB_FUN_GETZIRA': HB_FUNC.PRG:20:31: error: 'ISpObjectTokenCategory {aka stru...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3572

Re: how to "override" Function of FiveH64.lib using MSVC

hi, Try with flags linker: /FORCE:MULTIPLE i have write this into hbmk.hbm DUALGRID.HBC -w1 -es2  -ldflag=-FORCE:MULTIPLE and got FiveH64.lib(ADOFUNCS.obj) : warning LNK4006: HB_FUN_FW_RDBMSNAME ist bereits in "ADO.obj" definiert; zweite Definition ...
by Jimmy
Sun Sep 03, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 336

Re: Incluyendo el SQLRDD

Joaquim gracias mira esto tengo c:\demo\sqlrddq>hbmk2 project.hbp prg\demo01.prg(8) Error F0029 Can't open #include file 'myconn.ch' hbmk2: Error: Running Harbour compiler (embedded). 1 (c:\hbb\bin\harbour.exe) -n2 prg\demo01.prg -n -q0 -DHBMK_HAS_HBCT=1 -DHBMK_HAS_ HBTIP=1 -DHBMK_HAS_HBFSHIP=1 ...
by Joaquim Ferrer
Fri Aug 25, 2023 6:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2617

Re: Incluyendo el SQLRDD

Joaquim gracias mira esto tengo c:\demo\sqlrddq>hbmk2 project.hbp prg\demo01.prg(8) Error F0029 Can't open #include file 'myconn.ch' hbmk2: Error: Running Harbour compiler (embedded). 1 (c:\hbb\bin\harbour.exe) -n2 prg\demo01.prg -n -q0 -DHBMK_HAS_HBCT=1 -DHBMK_HAS_ HBTIP=1 -DHBMK_HAS_HBFSHIP=1 -...
by wilsongamboa
Thu Aug 24, 2023 5:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2617

Re: DLLCALL under Fivewin

hi Enrico.
Enrico Maria Giordano wrote:You should work with warnings activated. The correct way is:

is it to use hbmk.hbm with
Code: Select all  Expand view
-w1 -es2 

for "smallest" Warning
by Jimmy
Mon Dec 05, 2022 3:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2635

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: 817

Re: CLASS fwTVCL for IP-TV

Dear Jimmy, This is the first time that I see this hbmk2.exe error: [vcvarsall.bat] Environment initialized for: 'x64' Error BASE/1126 Argument error: STRTRAN (Quit) Error BASE/1126 Argument error: STRTRAN Called from STRTRAN(0) Called from __HBMK(0) Called from HBMK_LOCAL_ENTRY(0) Called from __HBM...
by Antonio Linares
Wed Aug 03, 2022 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

Re: CLASS fwTVCL for IP-TV

hi Antonio, sorry to ask again [vcvarsall.bat] Environment initialized for: 'x64' Error BASE/1126 Argument error: STRTRAN (Quit) Error BASE/1126 Argument error: STRTRAN Called from STRTRAN(0) Called from __HBMK(0) Called from HBMK_LOCAL_ENTRY(0) Called from __HBMK_FAKE_ENTRY(0) set HBDIR=C:\HARBOUR6...
by Jimmy
Tue Aug 02, 2022 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

Re: Ayuda para Compilar Microsoft Visual Studio

hbmk2 por defecto busca el compilador c que tengamos definidos en la variable path, por lo que lo mejor es efinir nuestros compiladores tanto c como harbour en un fichero bat que llame a nuestro hbmk por ejemplo,aca descarto ...
by carlos vargas
Sat Apr 23, 2022 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Compilar Microsoft Visual Studio
Replies: 13
Views: 660

Re: Ayuda para Compilar Microsoft Visual Studio

GOMSVC.BAT call "c:\Program Files\Microsoft Visual Studio\2019\Community\vc\Auxiliary\Build\vcvarsall.bat" x86c:\HBMSVC32\bin\hbmk2 infowin.hbp -comp=msvc  INFOWIN.HBP -gui-Ic:\FWH1905\includeTutor04.prg-Lc:\FWH1905\lib-lFiveH32-lFiveHC32-lgdiplus-lole32-lOleDlg-lversionxhb.hbchbct.hb...
by karinha
Sat Apr 23, 2022 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Compilar Microsoft Visual Studio
Replies: 13
Views: 660

Re: Ayuda para Instalar Microsoft Visual Studio

João, Que error te da ? Gracias Maestro Antônio, no entiendo por qué se refiere al Harbour de BCC74 -> HBBCC74. Error: C:\TUTOR04>gomsvc C:\TUTOR04>call "\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 O sistema não pode encontrar o caminho especific...
by karinha
Thu Apr 21, 2022 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Instalar Microsoft Visual Studio
Replies: 30
Views: 1360
Next

Return to advanced search