Search found 1578 matches: reinaldo

Return to advanced search

Re: ADS with 64bit FWH Apps

... 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 ( ADS 12 ) .lib files in my build. As he stated, the application ...
by TimStone
Tue Apr 16, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2304

Re: ADS with 64bit FWH Apps

... 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 work ok. I tried his suggestion ...
by TimStone
Tue Apr 16, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2304

Re: ADS with 64bit FWH Apps

... ADS_LIB_VERSION=1010 set directory of ace of this version: SET HB_DIR_ADS=\Ace\101049 this set to compile build libs with ace 10, this way like reinaldo says we can access to 10 and above local and server. maybe reinaldo can help us... thanks
by NWKL
Mon Apr 15, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2304

Re: ADS with 64bit FWH Apps

... 10 are on the server side and you can execute all of them from any client user the corresponding stored procedure "sp..." function. Reinaldo.
by reinaldocrespo
Sun Apr 14, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2304

Class TOpenAI_ChatGPT by Charles Kwon

Many thanks to master Charles Kwon This code is adapted for gpt-3.5-turbo from one published by Reinaldo on the forums. Hats off to Reinaldo for publishing it. #include "Fivewin.ch"#include "hbcurl.ch"FUNCTION Main()    LOCAL oApi   ...
by Antonio Linares
Tue Jan 30, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 473

Re: Steps to integrate AI

... were very inspiring and helpful... https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43171&p=259779&hilit=chatgpt+reinaldo&sid=5fafcf6e61c1ca423166c2a61765081e&sid=5fafcf6e61c1ca423166c2a61765081e#p259779 kind regards and a nice weekend ruth
by Ruth
Sat Jan 20, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 639

Re: ACTIVEX ACCESS_VIOLATION

Dear Reinaldo,

do you get a hb_out.log file ?

If so, please post it here, thanks
by Antonio Linares
Wed Jun 14, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVEX ACCESS_VIOLATION
Replies: 22
Views: 3149

Re: Transym OCR for Harbour

Dear Reinaldo,

many thanks for sharing it
by Antonio Linares
Fri Jun 02, 2023 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR for Harbour
Replies: 1
Views: 180

Re: Fastreport de Cristobal

Reinaldo, I think that you will be left alone, and why? The mentality here is to have everything free and open source, but nobody values ​​the hundreds of hours that sometimes go into a product, a system, a solution for your ...
by Horizon
Tue May 30, 2023 9:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3105

Re: Fastreport de Cristobal

Reinaldo, I think that you will be left alone, and why? The mentality here is to have everything free and open source, but nobody values ​​the hundreds of hours that sometimes go into a product, a system, a solution for your ...
by richard-service
Tue May 30, 2023 7:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3105

Re: Fastreport de Cristobal

Reinaldo, I think that you will be left alone, and why? The mentality here is to have everything free and open source, but nobody values ​​the hundreds of hours that sometimes go into a product, a system, a solution for your ...
by Carles
Mon May 29, 2023 6:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3105

Re: register callback func to be exec from inside c VM harbour

Dear Reinaldo,

You may try with:

hb_idleAdd( {|n| ::ShowProgress(n) } )
by Antonio Linares
Mon May 29, 2023 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: register callback func to be exec from inside c VM harbour
Replies: 2
Views: 205

Re: Ver errores de compilación/enlazado

Hola Reinaldo,

Lo miraré y casi seguro que necesitaré de vuestra ayuda. Muchas gracias por la sugerencia.
by Manuel Aranda
Mon May 29, 2023 5:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ver errores de compilación/enlazado
Replies: 7
Views: 425

returning a wchar_t variable back to harbour function

... with any other string but that won't return wide strings. Is there another vm return function I can use to return HB_WCHAR variables? Thank you, Reinaldo.
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: 268

Re: Reading QRCodes

Reinaldo

Code: Select all  Expand view
c:\Program Files (x86)\ZBar\bin\zbarimg QRCODE.JPG  > TEXT.TXT


fast, accurate, never misses a beat

I loaded 2000 qr codes in my application so the name of the jpg and text in a short time

Thank to Antonio!
by MarcoBoschi
Thu May 18, 2023 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 539
Next

Return to advanced search