Search found 1354 matches: properly

Return to advanced search

Re: Question about performance RowSet

Thanks for the confirmation.
Fixed properly in the next version
by nageswaragunupudi
Fri Mar 22, 2024 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 463

Re: How to include hbCurl?

... is the tag name you want to add. Note that we need to escape double quotes inside the JSON data by using `""`. Make sure that `aTags` is properly formatted. If `aTags` is a variable containing the tag name, ensure that it doesn't have spaces or special characters that might break the ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 501

New FTDN February 2024 (FWH 24.02)

... New: function FW_CheckFont( cFontName ) --> lFound. It checks if a certain cFontName is installed on Windows. * Fix: function WinINet() was not properly working for xHarbour. Now it is ok. * Enhancement: Class TWebView() new METHOD End() and MESSAGE hWnd. * Samples\oemboxch.prg: How to view ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 134

FWH 24.02 new Class TWebView2

... are the equivalents for Class TWebView2. Please notice that there are some differences, so you will have to review your current code to get it properly working with new Class TWebView2 (in the future it will become the official FWH Class TWebView) Thanks for reading this message, we wanted ...
by Antonio Linares
Thu Feb 29, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 541

Re: Connecting to a BLE device

Dear Jeff, Wishing you are feeling better now. This version properly builds using updated xHarbour bins and BCC 7.70 (you need an updated FWH version): ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour ...
by Antonio Linares
Wed Feb 28, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 257

Re: more GGUF Model

... Here I use a Xeon CPU (iMac) and nvidia GPU (RTX 3060, eGPU). If I build it locally it will not be able to properly execute on a lower CPU/GPU. Thats why you have to build it yourself on your own CPU and GPU. AI gets it best speed using nvidia GPU. Also enough ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 149

Re: Question about deleting files and the trash

https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shfileoperationa
Returns zero if successful; otherwise nonzero


so it seems as it is properly doing it...

I can't understand why they don't appear at the recycle bin
by Antonio Linares
Fri Dec 22, 2023 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 986

phpBB to LLM

... as a dataset to HuggingFace to verify that it is correct. Open a free account at HuggingFace, create a dataset and upload forums.json. If you can properly inspect the forums.json from HuggingFace then it means that forums.json is ok. The structure of the generated json file is as follows: [  ...
by Antonio Linares
Thu Dec 21, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 3887

Re: opposite of HB_FUNC( REGISTERDRAGDROP ) ?

hi Antonio,
Antonio Linares wrote:Next is to properly use it from FWH and Harbour:

GREAT
it would be nice when include in next FWH Version
by Jimmy
Wed Dec 20, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: opposite of HB_FUNC( REGISTERDRAGDROP ) ?
Replies: 5
Views: 461

Re: opposite of HB_FUNC( REGISTERDRAGDROP ) ?

... a new file builddrop.cpp This way we can simply compile the cpp files and use them from Harbour. I am building it from Visual Studio and it properly builds :-) Next is to properly use it from FWH and Harbour: main.c ////  MAIN.CPP////  DragSource ////  Freeware written by ...
by Antonio Linares
Wed Dec 20, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: opposite of HB_FUNC( REGISTERDRAGDROP ) ?
Replies: 5
Views: 461

Re: Using Microsoft AI Phi-2 from FWH

Dear Enrico, Have you downloaded "phi-2_Q4_K_M.gguf" and have you properly provided its path in the PRG code ? No. :-) Now it works. This is allows it to be compiled with xHarbour too: hb_retnll( ( LONGLONG ) callback ); A Stop button ...
by Enrico Maria Giordano
Mon Dec 18, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6856

Re: Using Microsoft AI Phi-2 from FWH

Dear Enrico,

Have you downloaded "phi-2_Q4_K_M.gguf" and have you properly provided its path in the PRG code ?

Do you get any message or warning ?

How many ram do you have in your pc ?
by Antonio Linares
Mon Dec 18, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6856

Re: Using OCR from Harbour

1. You can use tesseract.exe from here:

https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-5.3.3.20231005.exe

Properly working:
tesseract.exe invoice.png texto.txt
by Antonio Linares
Sun Nov 19, 2023 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using OCR from Harbour
Replies: 1
Views: 225

Re: Help splitting up a character address string

... aAddressParts[2] ? "CState =", aAddressParts[3] ? "CZip =", aAddressParts[4] In this corrected version, the function is properly terminated with END FUNCTION. Thank you for pointing out the error! User I think end funtion is not working - never saw this on harbour ChatGPT ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 494

New FTDN October/Octubre 2023 (FWH 23.10)

... Umlauts. While TRANSFORM( cUtf8, "@!" ) does not work, FW_TRANSFORM( cUtf8, "@!" ) works. * Fixed: samples\testtray.prg is properly working with FWH 64 bits. * Fix: function cValToChar( object ) returning nil when object:cClassName is nil. fixed. * New: samples\diskexpl.prg ...
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: 3552
Next

Return to advanced search