Search found 2685 matches: library

Return to advanced search

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

Nobody? This is how you can use Embedded Server using FWH library. We need 3 files for this: 1. libmysqld.dll: Required to be kept in exe folder. We already have this in \fwh\samples folder. 2. libmysqld.lib: Imblib for this dll. Required for linking. ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10015

Re: FWMARIA MENSAJES DE ERROR

... when trying to connect using oCn := maria_Connect( <connectionspe>,  .T. ) Last parameter .T. means ShowError. In that case the library shows the error as MySql shows. You can suppress display of error by oCn := maria_Connect9( <connectionspecs>,  .F. )if oCn ...
by nageswaragunupudi
Tue Apr 23, 2024 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 132

Re: Compiler with MSVC y HARBOUR

... ChatGPT what they are for. Best regards, Otto The files libssl-1_1-x64.dll, libcrypto-1_1-x64.dll, and libcurl-x64.dll are essential dynamic link library (DLL) files commonly used in Windows environments to provide SSL/TLS, cryptographic functions, and URL transfer capabilities respectively. Here's ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 144

Compiler with MSVC y HARBOUR

... Preprocessed Output = no=|yes=/pUser Include Path = ^^@[;|;%s]User Include Path&1 = ^^@[;| /i%s]Use Multi Thread Library = no|yesWarning Level = @/w%s[Variables]FWH = D:\COMPILER\FWHHPATH = D:\COMPILER\HarbourVSVSPATH = D:\Compiler\VS2022HPATHL = $(HPATH)\LIBVSPATHL ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 144

Re: Problem with valid email refresh btnbmp- RESOLVED

... I remembered that many years ago I had the same problem but with the hb_regxxxxxxxx functions, I went to look for the test and I saw that a library was missing, I was hoping that this was the error and in fact it was for that library that was missing and I immediately notified Antonio Linares ...
by Silvio.Falconi
Sun Apr 14, 2024 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2438

Re: Digital signing a document

Dear Michel, Asking chatgpt: you can utilize a C library that provides PDF parsing capabilities. One such library is Poppler, which is widely used for working with PDF files in C You can download the pre-built Poppler library for Windows from the ...
by Antonio Linares
Sat Apr 13, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 425

Re: compile errors

... it compiles but when I run the program I get an error: "The procedure entry point curl_mime_addpart could not be located in the dynamic link library C:\Certus\CertusPIN2.exe" Any ideas?
by Jeff Barnes
Thu Apr 11, 2024 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 305

Re: Google Graph extra graphic ? (Navaro)

... I didn't see the message when it was posted. Google removed support for google charts/images as you can see in the link I attached, although my library still works. This is why I have not been able to add new functionalities since you have only developed the new types (gauge nothing more) to ...
by cnavarro
Mon Apr 08, 2024 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Mr Rao :SetFilter no funciona

... Here we are not talking about DBF tables. What you said is true for DBF fiters. We are talking about filters in mysql tables using fwh maria library. The data is in memory and filter is applied on data which is already in the memory. Filters, sorting, seeking are all done in memory and do ...
by nageswaragunupudi
Sat Mar 23, 2024 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2420

Re: Problemas con nuevas versiones de xHarbour y BCC

You have to ask the author of that library to rebuild it with the new xHarbour build. This is the problem in using third party libraries.
by Enrico Maria Giordano
Sat Mar 23, 2024 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con nuevas versiones de xHarbour y BCC
Replies: 8
Views: 1544

Re: Problemas con nuevas versiones de xHarbour y BCC

What is SQLLIB_XHB_123.LIB? It is not a xHarbour library.
by Enrico Maria Giordano
Sat Mar 23, 2024 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con nuevas versiones de xHarbour y BCC
Replies: 8
Views: 1544

Re: Mr Rao :SetFilter no funciona

... // NO Funciona oData:SetFilter("codbar1 LIKE '%RF10392%'") // Si Funciona Gracias por su atencion This is a bug in our library. We regret for this. Also thank you for bringing this to our notice. Works well if the Like Expression contains only numbers and alphabets but ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2420

Re: ButtonBmp problem with FWH2402

We are going to provide you with a revised library anytime soon.
by nageswaragunupudi
Mon Mar 18, 2024 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5264

Re: Data exchange between PC and Android device on the same loca

... the code. Having commented on this point, I could say several things, for example that RX is an executable, as you can see, made with the UT library and that you don't really see the code, so if this is so important, you can see that if you want you can develop your systems this way. But ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 799

Re: Problem with FiveWin and PDF995 on Windows 11.

We are using the library that comes with the FW2310 distribution. The libraries in fwh\lib\xhb are only meant for xhb.com users but not xharbour users. For xharbour link the libraries from "\xharbour\lib\" Always the best ...
by leandro
Thu Feb 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1220
Next

Return to advanced search