Search found 1133 matches: libraries

Return to advanced search

Re: How To Make XLSX File With Harbour

Many thanks to Mr. Kwon for sharing his libraries for testing. It is really a Great Product. This allows us to create XLSX files on PCs without installation of Excel. Exporting dbf (or other data) to XLSX file is really Blazing Fast . One has ...
by nageswaragunupudi
Fri Aug 18, 2023 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Make XLSX File With Harbour
Replies: 10
Views: 967

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

Mr. Jimmy You pointed out that primary keys are not correctly recognized by our libraries. We tested this issue. You are right partially. Primary key is correctly recognized when and ONLY WHEN the primary key field is defined as SERIAL. But our libraries are failing ...
by nageswaragunupudi
Sat Aug 05, 2023 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 874

Compiling Harbour from source code

Dear friends, I'm trying to compile Harbour from source code. All is working but some of the include files and libraries are missing (as an example, hbarc4.h). Do you know what could be the cause?
by Enrico Maria Giordano
Fri Aug 04, 2023 4:15 pm
 
Forum: Off Topic / Otros temas
Topic: Compiling Harbour from source code
Replies: 9
Views: 1018

Re: Web programming with Mod Harbour

... not be as extensively used for web development as other languages like JavaScript, Python, or Ruby. As a result, the availability of resources, libraries, and community support might be limited compared to more popular languages. Before diving into web development with Mod Harbour, make sure ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 361

Re: Lentitud al abrir una dbf en red

... I find MS Access is an excellent database choice but for large enterprise apps I like Sql Server. ADO does NOT require any 3rd party connection libraries ( like odbc ) and all the ADO drivers ( connectivity ) are contained on every Microsoft windows 10 workstation .. ADO is very much like the ...
by Rick Lipkin
Sat Jul 08, 2023 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1839

Re: build Import LIB from LibPQ.DLL

... /def:LibPQ.def /OUT:LibPQ.lib If you are using Harbour's hbmk2.exe please remember that it provides a way to automatically create the import libraries: -depimplibs=dependency:LibPQ.dll Not sure how the dependency is defined
by Antonio Linares
Tue Jun 20, 2023 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 3162

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

We can not distribute servers. (server software)
But we can distribute any application using ADO or Harbour or FWH libraries either for free or at cost without any licenses to work with any RDBMS/database installed or hired by the user.
by nageswaragunupudi
Sun Jun 18, 2023 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 585

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

... Answer as i know MySQL is using GPL License, which means you need to purchase a commercial license to distribute proprietary code that uses those libraries. PostgreSQL use MIT license, where you "only" must include MIT License TEXT with Copyright --- the Question is "where" ...
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: 585

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

Estimado Antonio

He descargado de aquí
https://github.com/mrfearless/libraries/tree/master/OpenSSL/OpenSSL%20x86

y tampoco da :( :(

Porfa necesito tu ayuda
by acuellar
Thu Jun 01, 2023 8:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1417

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... true for the button bar, and how email has been handled. What I like about inheritance is that I can write my modifications and never touch the FW libraries when they are updated. For me it has worked very well, and it is very rare that I ever encounter a problem. Perhaps one of the biggest problems ...
by TimStone
Mon May 15, 2023 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 469

Re: create pdf

... At the beginning of your application (function Main(), include this code: TPrinter():lUseHaruPDF := .t. Please make sure you are using FWH libraries WITHOUT ANY MODIFICATIONS. Now, when the user clicks on the PDF button in Preview, the pdf is generated using HaruPDF. Once again we request ...
by nageswaragunupudi
Sat May 13, 2023 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 1044

Re: Compilar o core.prg UHttpd

In order to create the import libraries for OpenSSL these changes are required as OpenSSL DLLs names have changed: In c:\harbour\contrib\hbssl\hbssl.hbp # Keep them at top-depimplibs=openssl:../out32dll/libeay32.dll-depimplibs=openssl:../out32dll/ssleay32.dll-depimplibs=openssl:../dll/libeay32.dll-depimplibs=openssl:../dll/ssleay32.dll-depimplibs=openssl:../libeay32.dll-depimplibs=openssl:../ssleay32.dll-depimplibs=openssl:../bin/libcrypto-3.dll ...
by Antonio Linares
Mon May 01, 2023 10:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 604

Como se usa CHILKAT

Amigos del foro: Como hago para usar las funcione de CHILKAT: https://www.chilkatsoft.com/ La descarga lo hice para: Chilkat C/C++ Libraries for Embarcadero® C++ Builder® Es un zip y dentro tiene unas lib: license.pdf                                The Chilkat license agreement.lib-win32-clang/chilkat_clang_win32.lib ...
by RSalazarU
Thu Mar 30, 2023 1:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se usa CHILKAT
Replies: 9
Views: 1156

FileEdit.prg - Duplicate function

... with the same name which is located in the fwh\source\function folder and in the fileedit.prg file which was probably compiled with the fwh libraries, now I had to copy the duplicate function in each of my files, renaming it static, later I will change the name.
by Silvio.Falconi
Tue Mar 14, 2023 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FileEdit.prg - Duplicate function
Replies: 0
Views: 178
PreviousNext

Return to advanced search