Search found 1073 matches: examples

Return to advanced search

Using llama64.lib with Harbour

... llama.obj ggml.obj ggml-alloc.obj ggml-backend.obj ggml-quants.obj sampling.obj common.obj grammar-parser.obj build-info.obj@endlocal to build the examples: @setlocalcall "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\win\msvc64\hbmk2.exe ...
by Antonio Linares
Tue Mar 26, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using llama64.lib with Harbour
Replies: 4
Views: 146

Re: xHarbour.org updated!

... builds Rev. 10280! http://xharbour.org/index.asp?page=download/windows/binaries_win Good afternoon Enrico. Do you have any practical examples using these .DLL? Buenas tardes Enrico. ¿Tiene algún ejemplo práctico utilizando estos .DLL? xHarbour 1.3.1 Intl. (SimpLex) (Build ...
by karinha
Mon Mar 25, 2024 3:23 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30945

Re: Question about performance RowSet

... aData, aStruct ) CLASS TArrayData Please change it as: METHOD New( aData, aStruct, p3 ) CLASS TArrayData With this fix, the above examples works perfectly with xHarbour also. Mr Rao, works fine, thank you.
by Eroni
Fri Mar 22, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Re: Question about performance RowSet

... aData, aStruct ) CLASS TArrayData Please change it as: METHOD New( aData, aStruct, p3 ) CLASS TArrayData With this fix, the above examples works perfectly with xHarbour also.
by nageswaragunupudi
Thu Mar 21, 2024 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Re: TITLE CLASS BUG with oDLg TRansparent

Silvio, calm down. It's not even me doing the examples, it's a friend who is teaching me how to use TTILE. I'm learning too. Silvio, cálmate. Ni siquiera soy yo quien hace los ejemplos, es un amigo que me está enseñando a usar TTILE. Yo también ...
by Silvio.Falconi
Sun Mar 17, 2024 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 273

Re: TITLE CLASS BUG with oDLg TRansparent

Silvio, calm down. It's not even me doing the examples, it's a friend who is teaching me how to use TTILE. I'm learning too.

Silvio, cálmate. Ni siquiera soy yo quien hace los ejemplos, es un amigo que me está enseñando a usar TTILE. Yo también estoy aprendiendo.

Regards, saludos.
by karinha
Sun Mar 17, 2024 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 273

Re: Window transition event

... (e.g., WA_INACTIVE for background). You may need to inherit a Class TMyWindow from TWindow and implement support for WM_ACTIVATE There are some examples in these forums showing how to inherit and modify Method HandleEvent() https://fivetechsupport.com/forums/viewtopic.php?p=258349&sid=4b8316cfb706cfb5bfa9a662a4a7fb5e#p258349
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 117

Re: Expertos en expresiones regulares

Armando, mira se ayuda: https://docs.netapp.com/us-en/oncommand-insight/config-admin/regular-expression-examples.html#example-14 https://www3.ntu.edu.sg/home/ehchua/programming/howto/Regexe.html http://www.hmgforum.com/viewtopic.php?t=3382 ...
by karinha
Thu Mar 14, 2024 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Expertos en expresiones regulares (SOLUCIONADO)
Replies: 7
Views: 210

Re: New FTDN February 2024 (FWH 24.02)

... no necesitar ninguna DLL. Está en continuo desarrollo, pero puedes comenzar a usarla. Por favor, revisa el ejemplo: FWH\samples\webview..._2.prg examples. * Nuevo: Nuevo método LockUpdate( lOnOff ) en la clase TWindow. Echále un vistazo a https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-lockwindowupdate. ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 137

New FTDN February 2024 (FWH 24.02)

... but does not need to use any DLL. It is a work in development but you can already start using it. Please review FWH\samples\webview..._2.prg examples. * New: Class TWindow Method LockUpdate( lOnOff ): https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-lockwindowupdate ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 137

Re: Problem with alignment in SAY command

Dear Joao, I think complete samples are always of great help. I also think it's good when design is incorporated into the examples, so you can see what all is possible. Just for the solution, you can also directly click on it in the resource editor, which I think is even easier when ...
by Otto
Fri Mar 01, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 355

Re: XAMPP through PortableApps.com or Server2Go

... the code with the FIVEWIN development environment (much xbrowse :-) ). But maybe all this is possible with Runner rx. I'm sure Charly will post examples. Best regards, Otto
by Otto
Thu Feb 29, 2024 10:04 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 374

FWH 24.02 new Class TWebView2

... will be renamed as Class TWebView. And we will no longer need to use those DLLs :-) In FWH 24.02 you can find in FWH\samples the original examples for Class TWebView. You can also find copies of them, in example: webview_2.prg which are the equivalents for Class TWebView2. Please notice ...
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: 542

Connecting to a BLE device

... never got a workable solution so I'm trying again. Has anyone ever connected to a Bluetooth Low Energy device? If so, can you please send me some examples? I used to connect to Bluetooth using a serial connection but with BLE it's way different. Any help would be greatly appreciated.
by Jeff Barnes
Tue Feb 13, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 258

Re: Problem with FiveWin and PDF995 on Windows 11.

... in my mak file? Always you read fwh\samples\buildh.bat and make sure all the libs linked in that bat file are linked in your link script also. for examples check if your link script includes echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libhpdf.lib + >> b32.bc 
by nageswaragunupudi
Tue Feb 13, 2024 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 986
Next

Return to advanced search

cron