Search found 7059 matches: dll

Return to advanced search

Re: Chilkat's ActiveX

... the Chilkat control Handle initiated by the GLOBAL Resource use Method FinalizeThreadPool() The prg below is used for initializing and closing the dll. #Include "FiveWin.ch"STATIC st_lChilkatOk, st_oChilKatObjectFUNCTION TCHILKAT_GLOBAL_CHECA()   Local lc_lOk                   ...
by Giovany Vecchi
Fri May 10, 2024 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chilkat's ActiveX
Replies: 2
Views: 60

Chilkat's ActiveX

Hi Some of you guys have used Chilkat's ActiveX DLL before so I want to ask how to end its object e.g. local oHttp = CreateObject('Chilkat_9_5_0.Http')local oReq = CreateObject('Chilkat_9_5_0.HttpRequest')  Do I have to do a oHttp:end() ...
by hua
Fri May 10, 2024 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chilkat's ActiveX
Replies: 2
Views: 60

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. We should use this but ...
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: 10335

Re: Compiler with MSVC y HARBOUR

... There are these additional files in Adhemar's zip - here with 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, ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 185

Re: RMChart

José, empieza a aprender desde el principio, usa la DLL RMCHART. A continuación se muestran ejemplos sencillos de uso con (X)HARBOUR.

Download de mi MegaUpload:

https://mega.nz/file/dAVQjbia#_6idiQiaTPc6-nGhOa2wtsF0LddU1TNJWDwG-h0VSyE

Regards, saludos.
by karinha
Fri Apr 19, 2024 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 263

Re: Compiler with MSVC y HARBOUR

... folder beforehand, then mod harbour no longer works. I have seen that I need the following files additionally: c:\Apache24\bin\libssl-1_1-x64.dll c:\Apache24\bin\libcrypto-1_1-x64.dll c:\Apache24\bin\libcurl-x64.dll Perhaps we could then create a Fivewin test program that checks all files ...
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 185

Compiler with MSVC y HARBOUR

... you can include the mysqlclient.lib library from FWH which is for MySql/MariaDB which makes your system 100% portable and does not need libmariadb.dll and libmysql.dll (the executable grows a little) I hope it helps you and gives you the opportunity to use these wonderful tools with which you will ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 185

Compilar con MSVC y HARBOUR

... incluir la libreria mysqlclient.lib de FWH que es para MySql/MariaDB la cual hace que tu sistema sea 100% portable y no necesite de libmariadb.dll y libmysql.dll (Crece un poco el ejecutable) Espero les ayude y sea la oportunidad de utilizar estas maravillosas herramientas con las cuales notaran ...
by acuellar
Thu Apr 18, 2024 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con MSVC y HARBOUR
Replies: 0
Views: 111

RMChart

Hola, he visto una mención a este modo de crear graficos con la dll o el ocx de RMChart. Hace bastantes años lo usaba con gran satisfacción, pero cuando me pasé a Harbour no pude usarla más. Aparte, si mal no recuerdo para usarla habia que utilizar una clase ...
by jose_murugosa
Wed Apr 17, 2024 7:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 263

Re: ADS with 64bit FWH Apps

... have them in place. In my case, I built the .exe for my application using the current .lib files for ADS. Originally I was including the four .dll files from the ADS 12 distributions. After seeing Reinaldo's comment, I instead used the ones from the ADS install, but still kept the current ( ...
by TimStone
Tue Apr 16, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2348

Re: ADS with 64bit FWH Apps

I'm not clear. Do I have to rebuild [x]Harbour with the ADS files provided by NWKL (sorry, I don't know your name) and add axcws32.dll/axcws64.dll to the packages? Please confirm.
by Enrico Maria Giordano
Tue Apr 16, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2348

Re: ADS with 64bit FWH Apps

This is problematic because that file ( which is needed ) must match the same version as the ace32.dll. There is also 64 bit versions of those files. As Reinaldo pointed out ( and he is probably the best source ), if you use the .dll files from ADS 10, then everything should ...
by TimStone
Tue Apr 16, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2348

Re: ADS with 64bit FWH Apps

A question: what is axcws32.dll for? Is it required to use ADS remote server? Please confirm, so I will add it to the [x]Harbour builds.
by Enrico Maria Giordano
Tue Apr 16, 2024 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2348

Re: ADS with 64bit FWH Apps

NWKL wrote:you need ace redistributable 10.


Can you provide me ace.h, ace32.lib, ace32.dll, adsloc32.dll and the same for 64 bit, please?
by Enrico Maria Giordano
Tue Apr 16, 2024 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2348

Re: Ribbon y metro

Otra opción seria compilar el PRG y el fichero C desde Linux con compilación cruzada para Windows y tener todo FWH en una DLL. Se descargaria el EXE y la DLL y se ejecutaria localmente... Dandole vueltas a la idea :-) Antonio, esta opcion se ve muy intersante, entiendo que asi podriamos ...
by albeiroval
Sat Apr 13, 2024 4:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ribbon y metro
Replies: 9
Views: 6255
Next

Return to advanced search