Search found 54 matches: hbm

Return to advanced search

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

Re: Crear HBSSL.LIB con CMS para firma de Xml

el flag a incluir en hbssl.hbm es:

-iflag=-a

pero parece que no lo usa. Asi que finamente lo más sencillo es crearlas a mano:

c:\bcc7\bin\implib -a libcrypto-3.lib libcrypto-3.dll
c:\bcc7\bin\implib -a libssl-3.lib libssl-3.dll

ahora si incluyen los subrayados iniciales y deberían funcionar :-)
by Antonio Linares
Sat Jun 03, 2023 8:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1195

Re: Crear HBSSL.LIB con CMS para firma de Xml

... Harbour hbssl me aparecen muchos warnings W8080 que finalmente procesa como error He conseguido deshabilitar este warning modificando hbssl.hbm y añadiendo esto: -cflag+=-w-8080 tambien he añadido estas líneas en hbssl.hbp: -depimplibs=openssl:../bin/libcrypto-3.dll -depimplibs=openssl:../bin/libssl-3.dll ...
by Antonio Linares
Sat Jun 03, 2023 6:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1195

Re: Crear HBSSL.LIB con CMS para firma de Xml

... : error LNK2019: s¡mbolo externo _TLS_method sin resolver al que se hace referencia en la funci¢n _HB_FUN_SSL_GET_SSL_METHODhbmk2[firmaxmlVS]: Error: Running linker. 1120link.exe @C:\Users\acuellar\AppData\Local\Temp\0j2hne.lnkhbmk2: Hint: Add option 'hbssl.hbc' for missing ...
by acuellar
Fri Jun 02, 2023 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1195

Crear HBSSL.LIB con CMS para firma de Xml

...        -depimplibs=openssl:../bin/libcrypto-1_1-x64.dll-depimplibs=openssl:../bin/libssl-1_1-x64.dllhbssl.hbm{allwin&HBMK_HAS_OPENSSL}-cflag=-I${HB_WITH_OPENSSL}/../inc32-iflag={bcc}-a{hbdyn&win}-instfile=depimplibsrc:${HBMK_DIR_OPENSSL}/../bin/*.dll ...
by acuellar
Wed May 31, 2023 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1195

Re: Compilar o core.prg UHttpd

... create this go.bat file: set path=c:\bcc7\binset HB_WITH_OPENSSL=c:\OpenSSL-Win32\includeset HB_STATIC_OPENSSL=yes       c:\harbour\bin\win\bcc\hbmk2 hbssl.hbp -cflag+=-w- 2. Another way is to edit c:\harbour\contrib\hbpre.hbm and add this flag: -cflag+=-w- OpenSSL must be downloaded from here: ...
by Antonio Linares
Mon May 01, 2023 9:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 554

Re: How to build Harbour 32 & 64 bits

... struct ieee_double * ) &d;   return p->dbl_exp != DBL_EXP_INFNAN;}#endif To build the contribs, modify c:\harbour\contrib\hbpre.hbm this way: # Copyright 2010 Viktor Szakats (vszakats.net/harbour) # These may be overridden by local project options. -q0 -optim- {HB_BUILD_VERBOSE}-quiet- ...
by Antonio Linares
Tue Apr 25, 2023 7:08 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32974

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

Re: Fivewin and Debugger (fwdbg.dll)

... I made some changes to fwdbg.PRG ( I can send to Antonio ) for the compilation I use hbmk2 and it is sufficient to put it in the .hbm file fwdbg.PRG Maurizio http://www.nipeservice.com
by Maurizio
Wed Nov 30, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and Debugger (fwdbg.dll)
Replies: 4
Views: 414

Re: Function XMLtoHash

Buen día. ¿Alguien tiene el hbmk.hbm para publicar para que pueda ver cómo es internamente, por favor?

Regards, saludos.
by karinha
Wed Jan 05, 2022 9:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function XMLtoHash
Replies: 12
Views: 2588

Re: New Fwh with Borland 64 - Antonio

Sorry Antonio I would like to start from scratch with Visual Studio Community and hbmk2 I try a single file and one RC File Mastro.hbm for hbmk2 {msvc}-ldflag=/NODEFAULTLIB:libc{msvc}-ldflag= -W3 -O2-tshead=timestamp.ch -n -m -w -es2 -gc0 -p -q-mapmastrosql.prgmastrosql.rc  ...
by Maurizio
Tue May 04, 2021 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fwh with Borland 64 - Antonio
Replies: 16
Views: 1326

Firmar fichero con certificado

...   X509_free(x509);    BIO_free(in);    BIO_free(out);    hb_retni( 1 );    return; } hbssl.hbm para la construcción de la librería hbssl -stop{wce}-hblib-inc-o${hb_targetname}-workdir=${hb_work}/${hb_plat}/${hb_comp}/${hb_targetname}-w3 ...
by Baxajaun
Fri Oct 23, 2020 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Firmar fichero con certificado
Replies: 15
Views: 1689

Re: Quiero comenzar con sqlite

...                                                                                 el make hbmk.hbm ## $Id: hbmk.hbm 13358 2009-12-22 02:50:24Z vszakats $#E:/ToolsDeveloper/harbour-3.0.0/examples/gtwvw/gtwvw.hbc# NOTE: Disabled until test ...
by gabo
Fri Aug 07, 2020 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quiero comenzar con sqlite
Replies: 34
Views: 4773

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... thx for Answer. i'm a harhour Newbie so my Problem is "just" to compile/link my Xbase++ Source. i want to learn Syntax of hbmk2.exe, *.hbM, *.hbP, *.hbC and how to set Environment. i have try a lot of IDE / Editor since year but i still use my 16 Bit ETP Editor which i bought when start ...
by Jimmy
Thu Oct 17, 2019 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99071

harbour v1.x -> v.3x Error

... Batch File Exists => R:\Temp\s5bwew.bat Batch File Contents => C:\harbour\bin\hbmk2.exe E:\harbour\CAL\HbXbase.hbp -q -trace -info -lang=en -width=512 -rebuild Command => C:\WINDOWS\system32\cmd.exe Arguments => /C R:\Temp\s5bwew.bat ...
by Jimmy
Thu Oct 17, 2019 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour v1.x -> v.3x Error
Replies: 2
Views: 506
Next

Return to advanced search