Search found 113 matches: calldll

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

Dear Jimmy, many thanks Please try this using 64 bits only: HMG_CallDLL( "llama64.dll", HB_DYN_CTYPE_VOID, "Llama", cModel, cPrompt, CallBack( { | cStr | AI_FORM.oAnswer.SetFocus(), AI_FORM.oAnswer.Value += cStr } ) ) and add this at the bottom: #pragma BEGINDUMP #include <hba...
by Antonio Linares
Thu Dec 21, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8215

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, Does HMG support DLL FUNCTION ? or similar ? Or should we use Harbour default DLL management functions ? Can you convert the FWH GUI part of the example to HMG ? as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL Function HMG_CallDLL() detects the cu...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8215

tsbrowse para fhw 2304

Buenas tardes Por favor si me pueden ayudar con la lib de tsbrowse para harbour de fhw 2304 me he descarado del github de fivetech pero me da los siguientes errores. Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\FWH2304\LIB\SBROWSEH.LIB|TSBROWSE Error: Unresolved external '_...
by EASYSOFT
Tue Jul 25, 2023 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tsbrowse para fhw 2304
Replies: 6
Views: 453

Re: hb_base64 link

Antonio, estas funciones LoadLibrary(), FreeLibrary(), DllCall/CallDll o de llamadas similares a funciones de dll (ahorta no recuerdo bien los nombres), al estar en xharbour y fwh complican la cosa! ya hace tiempo vi esto, y no logre encontrar una solución. ...
by carlos vargas
Sun Sep 11, 2022 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3475

Re: Fatal: Too many DEF file names: c:\fwh\lib\FiveHC.lib

Gracias, Enrico, de nuevo. He seguido tus instrucciones y he cambiado de Tcrw.prg todas las referencias de CallDll por FWCallDll. Ahora se genera el exe sin errores, pero no se abre.

https://mega.nz/file/s0Z0RZBJ#m6Jer5IQfDZqu3L6LDfUCYwBmLLojDOtr-mbCRRMpt8

Perdona las molestias
by Ramón J.
Wed Mar 10, 2021 9:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Too many DEF file names: c:\fwh\lib\FiveHC.lib [SOLUCIONADO]
Replies: 12
Views: 1042

Re: Fatal: Too many DEF file names: c:\fwh\lib\FiveHC.lib

Gracias, Enrico, por contestar. Tenías razón, el error estaba en la "," que estaba de más. Ahora me da el siguiente error: Unresolved external '_HB_FUN_CALLDLL' referenced from C:\CRYSTAL\OBJ\TCRW.OBJ Creo recordar que este ejemplo funcionaba en windows 7 de 32 bits. Ahora tengo windows 10...
by Ramón J.
Wed Mar 10, 2021 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Too many DEF file names: c:\fwh\lib\FiveHC.lib [SOLUCIONADO]
Replies: 12
Views: 1042

Re: error on download

CALLDLL()? No funciona?
by karinha
Tue Oct 06, 2020 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on download
Replies: 6
Views: 792

Error exception

... 0070E428 001500F4 0019EF64 72DF3471 00000001 00150138 72C023DD 00150134 00000002 C stack: EIP: EBP: Frame: OldEBP, RetAddr, Params... Called from CALLDLL(0) Called from CERRARCOMPROBANTE(184) in FISCALEP.prg Called from IMPCANC(1835) in FACTURA.prg Called from GRABOFSAL(856) in FACTURA.prg Called ...
by Jorge Jaurena
Mon Nov 18, 2019 7:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error exception
Replies: 0
Views: 256

Re: función o similar hb_Dyn_Call()

Both DllCall() and CallDll() are in the xHarbour SVN. I never used them, sorry.

EMG
by Enrico Maria Giordano
Fri Sep 27, 2019 12:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: función o similar hb_Dyn_Call()
Replies: 3
Views: 678

Re: función o similar hb_Dyn_Call()

Enrico, The hb_DynCall () function is for calling functions in Harbour DLLs, I think in xharbour I should use DllCall () or CallDll (). I received an answer in the topic Retorno da Chamada DLL and there use this function hb_DynCall () as below one of the functions: function mysql_close( ...
by Ari
Fri Sep 27, 2019 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: función o similar hb_Dyn_Call()
Replies: 3
Views: 678

Re: QRCODE

Juan,

Si no tiene CallDll() prueba con FWCallDll()
by Antonio Linares
Thu Dec 13, 2018 8:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3742

Re: QRCODE

Saludos, Necesito utilizar esta funcion en una version antigua de FW que no tiene la funcion CALLDLL Similar a DLL32 Function Apagar (uFlags As LONG, dwReserved AS LONG) ; AS LONG PASCAL FROM "ExitWindowsEx" LIB "USER32.DLL" nResp := DllCall(qrDLL,DC_CALL_STD,"FastQRCode",cStr,cFile) ...
by jnavas
Wed Dec 12, 2018 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3742

Re: gcc 7.2 compiling \fw\sources\calldll.c

Reinaldo,

fwh\sources\calldll.c is not compatible with gcc

We use a different one (not provided in FWH\sources) for gcc and it is included in FWH libs

If you need its source code, please send me an email
by Antonio Linares
Fri Nov 09, 2018 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gcc 7.2 compiling \fw\sources\calldll.c
Replies: 1
Views: 565

gcc 7.2 compiling \fw\sources\calldll.c

Hello everyone! I'm trying to compile fwh source file calldll.c using MinGW32 7.2 I'm getting some errors. I'm hoping someone here can point me in the right direction. I'm able to compile just fine using borland c++. The problem is when I switch c compilers ...
by reinaldocrespo
Wed Nov 07, 2018 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gcc 7.2 compiling \fw\sources\calldll.c
Replies: 1
Views: 565
Next

Return to advanced search