Search found 128 matches: ptr

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... long #define hb_storvnll hb_stornl #endif agora o erro eh outro ao clicar em start DLL FUNCTION Llama( cModel AS LPSTR, cPrompt AS LPSTR, pFunc AS PTR ) AS VOID PASCAL LIB "llama64.dll" https://uploaddeimagens.com.br/images/004/700/688/original/erro.png?1703921284
by jhnsnlb
Sat Dec 30, 2023 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8198

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

Re: ACROPDF

... me devuelve los metodos accesibles, o supuestamente, como siempre hay que decir en estos casos STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( ...
by cnavarro
Mon May 01, 2023 7:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACROPDF
Replies: 5
Views: 537

Re: mod_harbour + ADS on linux server

Dear Paolo, We are trying to build it for you but we get these errors: /usr/bin/ld: /home/anto/harbour/lib/linux/gcc/libhbvmmt.a(hvmall.o): relocation R_X86_64_TPOFF32 against `hb_stack_ptr' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /home/anto/harbour/lib/linux/g...
by Antonio Linares
Thu Dec 01, 2022 8:33 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31140

Antonio, no recibes mis mail.

... host gmail-smtp-in.l.google.com[142.250.27.26] said: 550-5.7.25 [74.220.223.234] The IP address sending this message does not have a 550-5.7.25 PTR record setup, or the corresponding forward DNS entry does not 550-5.7.25 point to the sending IP. As a policy, Gmail does not accept messages 550-5.7.25 ...
by FiveWiDi
Tue Nov 22, 2022 8:13 pm
 
Forum: Off Topic / Otros temas
Topic: Antonio, no recibes mis mail.
Replies: 2
Views: 386

Re: IE

Harbour doesn't understand this syntax: webview_get_window( hWebView ) I tried to read the window handle, but I get empty. hWebView := hb_DynCall( { "webview_create", pLib, ; hb_bitOr( HB_DYN_CTYPE_VOID_PTR, hb_SysCallConv() ), ; HB_DYN_CTYPE_VOID_PTR, hb_SysLong(), HB_DYN_CTYPE_VOID_PTR }...
by Natter
Mon Jun 06, 2022 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1678

Re: IE

Antonio, excuse me, I sent you an html file by email. hb_DynCall( { "webview_navigate", pLib, ; hb_bitOr( HB_DYN_CTYPE_VOID, hb_SysCallConv() ),; HB_DYN_CTYPE_VOID_PTR, HB_DYN_CTYPE_CHAR_PTR },; hWebView, "data:text/html,"+CRLF+filestr("my.html"))
by Natter
Sat Jun 04, 2022 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1678

Re: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV

... cData AS LPSTR ) AS LONG PASCAL ; FROM "Bematech_FI_AbreComprobanteDeVenta" LIB oDp:nBemaDLL DLL32 FUNCTION BmFlagFiscal( @FlagFiscal AS PTR ) AS LONG PASCAL ; FROM "Bematech_FI_FlagsFiscales" LIB oDp:nBemaDLL DLL32 FUNCTION BmFechaCup( FormaPgto AS STRING,; Acrescimo AS STRING,; ...
by jnavas
Wed Apr 27, 2022 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV
Replies: 21
Views: 7784

Re: Learning opencv step by step

We have two unresolved externals to solve: test1.obj : error LNK2019: unresolved external symbol "struct cv::Ptr<class cv::ximgproc::EdgeDrawing> __cdecl cv::ximgproc::createEdgeDrawing(void)" (?createEdgeDrawing@ximgproc@cv@@YA?AU?$Ptr@VEdgeDrawing@ximgproc@cv@@@2@XZ) ...
by Antonio Linares
Tue Dec 14, 2021 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2348

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

antonio Enlace las librerias que me dices de tu distribucion y la cosa empeoro :( Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. .\OBJ\winfacel.hrb: c:\bcc7\bin\ilink32.exe -Gn -aa -Tpe -s -I.\OBJ @make.tmp Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Em...
by rterraz
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4975

Mysql_real_escape_string() problem

Hello everyone, I'm trying to call the mysql_real_escape_string() from both libmysql.dll and libmariadb.dll inside a webservice, but it's not working... does anybody know what could be the problem?? cSQL:=mysql_real_escape_string(::pLib,::hConnection,cSQL) function mysql_real_escape_string(pLib, hCo...
by ricbarraes
Fri Sep 11, 2020 1:01 pm
 
Forum: mod_harbour
Topic: Mysql_real_escape_string() problem
Replies: 4
Views: 648

Re: convertir gpointer en data

Ya lo arregle... GPtrArray* parray; parray = g_ptr_array_new (); g_ptr_array_add (parray, (gpointer) hb_arrayGetNL( aData, 1 )); g_ptr_array_add (parray, (gpointer) cPicture); g_signal_connect ( G_OBJECT( entry_box ), "key_press_event", G_CALLBACK( KeyPressEvent ), parray ); . . . . gboole...
by jgayoso
Tue Aug 04, 2020 8:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: convertir gpointer en data
Replies: 1
Views: 375

Re: llamar funciones de DLL

... [in] BSTR, [in] int ) que es el proceso de conexión Luego para conseguir la información se utiliza esta función GetAllUserInfo( [in] int, [out] PTR, [out] PTR, [out] PTR, [out] PTR, [out] PTR ) Que interesantemente cicla por toda la información, solo que no recupero nada, por que los parametros ...
by Marcelo Via Giglio
Mon Feb 03, 2020 12:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: llamar funciones de DLL
Replies: 20
Views: 4595

Re: llamar funciones de DLL

zkemkeeper.ZKEM.1 STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] PTR ) STDCALL dispatch FUNC void ...
by Antonio Linares
Sat Feb 01, 2020 7:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: llamar funciones de DLL
Replies: 20
Views: 4595

Re: Adssetnull external error

EMG, in adsfunc.c adssetnull is commented, /*HB_FUNC( ADSSETNULL ) { UNSIGNED32 ulRetVal; ADSAREAP pArea = hb_adsGetWorkAreaPointer(); ulRetVal = AdsSetNull( (hb_parnl(1)==0) ? pArea->hOrdCurrent : hb_parnl(1),(char*) hb_parc(2)); hb_retl( ulRetVal == AE_SUCCESS ); }*/ but in the same adsfunc.c h...
by Admpss
Fri Jun 14, 2019 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adssetnull external error
Replies: 13
Views: 1707
Next

Return to advanced search