Search found 423 matches: wrapper

Return to advanced search

Re: xbrowse No existe el metodo: LREADONLY

... a hb_xgrab para asignar memoria en la variable "m_ArrayUsers", pero no si esta bien liberarla en la funcion y no en la clase. Yo hize un wrapper en "C" del sdk que proporciona el fabricante. Te anexo el codigo de la clase "CFamUserList", y el codigo que uso para invocar ...
by albeiroval
Mon Mar 04, 2024 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 469

New FTDN October/Octubre 2023 (FWH 23.10)

... from a webview control. * New: samples\copilot.prg shows how to call Windows Copilot from our FWH apps. * New: functions WinUpper() and WinLower() wrappers to win32 API CharUpper() and CharLower() works with both ANSI and UTF8 encodings. Useful for WU language accented characters like Umlauts. ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: contactar a xmanuel para consulta

Buenas Tarde manuel es posible desarrollar un wrapper largo para el api en C para
https://www.transbankdevelopers.cl/refe ... sintegrado

Esto es para trabajar con tarjetas de credito o debito en chile conectada la maquina a una computadora

Saludos
by jbrita
Sun Oct 15, 2023 9:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: contactar a xmanuel para consulta
Replies: 12
Views: 1480

Re: Saving OuterHTML using Await Implementation with TWebView

... of the page using the function `AWait_GetOuterHTML`. 4. **TAWaitWeb Class**: - This class is the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of TWebView. - `cQuery`, ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... of the page using the function `AWait_GetOuterHTML`. 4. **TAWaitWeb Class**: - This class is the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of TWebView. - `cQuery`, ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

what LIB Type does Fivewin use :

hi, i found in ReadMe.TXT to build hbpgsql.lib Script makelib.bat creates PostgreSQL wrapper lib for Harbour (../Harbour/lib/hbpgsql.lib) and transforms original libpq.lib in this map (MSVC COFF type) to Borland OMF type (../Harbour/lib/libpq.lib) it seem that CODE ...
by Jimmy
Sun Jun 25, 2023 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: what LIB Type does Fivewin use :
Replies: 1
Views: 258

Re: how to handle License for MySQL, PostgreSQL & Co ?

... "only" must include MIT License TEXT with Copyright --- the Question is "where" i have to "pay" for it to use "Wrapper" to connect to Backend Alaska want me NOW to "buy" a License to use PGDBE which is Alaska Way to connect to Backend using ISAM ...
by Jimmy
Fri Jun 16, 2023 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 527

Re: how to handle License for MySQL, PostgreSQL & Co ?

hi,

i´m asking while Alaska want to pay for PGDBE when use it :shock:
https://www.alaska-software.com/products/pg-product-list.cxp

it is new for me that a Company sell a Product and want to have Money, every Year, to use a "Wrapper" for a "Open-Source" Product
by Jimmy
Wed Jun 14, 2023 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 527

Re: Fastreport de Cristobal

... 64bits, tengo entendido que compraron los derechos a fastreport para usar dll win32. La version que se propone aqui es .NET Open Source usando un wrapper en C para acceder a la dll .NET totalmente distinta a la dll win 32
by albeiroval
Thu Jun 08, 2023 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3090

Transym OCR for Harbour

Hello Fivewinners; I have re-written my wrapper functions to OCR from Harbour using Transym. This time using Transym TOCR version 5.1. TOCR is pretty accurate. The biggest problem is their support sucks and you must purchase the license which ...
by reinaldocrespo
Thu Jun 01, 2023 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR for Harbour
Replies: 1
Views: 180

register callback func to be exec from inside c VM harbour

... TOCRFromScanner( {|n| ::ShowProgress(n) } )   Local aOCRClaimKeys := {}   Local aClaimKeys   Then have the c Wrapper TOCRFromScanner receive and execute ShowProgress inside the for loop. Any ideas? Thank you.
by reinaldocrespo
Sun May 28, 2023 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: register callback func to be exec from inside c VM harbour
Replies: 2
Views: 204

Re: returning a wchar_t variable back to harbour function

... me but this is a different situation. I'm sorry I should have been more specific. I'm trying to return a c wchar_t variable type from a VM Harbour wrapper c function back to the calling Harbour (clipper) code. HB_FUNC( OCRFROMFILEUSINGTRANSYM ){   TOCRJOBINFO_EG    JobInfo_EG;   TOCRRESULTSEX_EG* ...
by reinaldocrespo
Wed May 24, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: returning a wchar_t variable back to harbour function
Replies: 4
Views: 264

returning a wchar_t variable back to harbour function

Hello everyone! Inside a harbour wrapper function I need to declared a variable as wchar_t or HB_WCHAR but I don't know how to return that variable back to calling harbour function. I tried using hb_retc as with any other string but that ...
by reinaldocrespo
Wed May 24, 2023 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: returning a wchar_t variable back to harbour function
Replies: 4
Views: 264

Re: Using Excel/FW under Remote Desktop

hi Ari,
Ari wrote: do you have any small examples for FiveWin and Harbor

i have no Fivewin / harbour CODE for it, only Xbase++ using OT4XB to build "wrapper" for DLLcall()

under \examples\c\ and \examples\delphi\ you will find CODE which can help to build a "Wrapper" for harbour
by Jimmy
Thu May 11, 2023 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel/FW under Remote Desktop
Replies: 7
Views: 403

Re: Using Excel/FW under Remote Desktop

... Sheet there is a "Professional" LIB called LibXL https://www.libxl.com/ i know that some Xbase++ User have made a "Wrapper" for LibXL. not sure what we need todo for harbour
by Jimmy
Wed May 10, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel/FW under Remote Desktop
Replies: 7
Views: 403
Next

Return to advanced search