Search found 1605 matches: latest

Return to advanced search

Re: compile errors

... error: #include "C:\Harbour\Include\hbcurl.ch" Please replace it with #include "hbcurl.ch" Compiles fine here. And please use latest Harbour and xHarbour builds: https://github.com/FiveTechSoft/harbour_and_xharbour_builds http://xharbour.org/index.asp?page=download/windows/binaries_win
by Enrico Maria Giordano
Thu Apr 11, 2024 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 305

Re: New FWH 24.02

Dear Hakan,

No, not yet. Mr. Rao is reviewing latest Silvio´s comments about them.
by Antonio Linares
Mon Apr 01, 2024 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7112

Re: Crear librerias de Harbour BCC74 Me genera error

I still have some errors when compiling Harbor 3.2 (latest git commit) with BCC 7.70 - 64bits, even running hrbfix.exe The following error follows: ilink64.exe  -L"..\..\..\..\..\lib\win\bcc64" -Gn -Tpe  -LD:\devel\bcc77_64\LIB ...
by sygecom
Mon Mar 25, 2024 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6874

Re: COMBOBOX

You received an error because REDEFINE COMBOBOX does not support FONT. Check fivewin.ch to always see the latest implementation of a command line. I use resources exclusively because the alignment on a complex dialog is much easier. I use the following resource to see the latest ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 304

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi Mr. Rao, I can not compile my application with your latest libs because of these errors. Master.obj : error LNK2001: unresolved external symbol _HB_FUN_USEXLSXLIBMaster.obj : error LNK2001: unresolved external symbol _HB_FUN_XLSXLIB This lib is added ...
by Horizon
Wed Feb 21, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54322

Re: Error: FWH2206 Parte1

I'm using the latest FWH. And yes, it works fine. But I asked for a sample showing the problem.
by Enrico Maria Giordano
Mon Feb 12, 2024 6:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 989

Re: mariadb_connect bigdata and read as page

nageswaragunupudi wrote:Please see
viewtopic.php?f=3&t=44175


What is different between ::RowSet() and ::RecSet()?
Which the latest table FWH version of TRECSET ?

I have FWH2304 but not much of information of TRECSET, such as full parameter.

Thanks in advance,
by dutch
Sun Feb 11, 2024 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mariadb_connect bigdata and read as page
Replies: 3
Views: 306

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

... I'm not very familiar with this, but I think one would need to reprogram FIVEWIN from the traditional Windows API (WinAPI) to WinUI, which is the latest and most modern user interface library for Windows, to achieve nearly the same results on the desktop. Best regards, Otto
by Otto
Fri Feb 09, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 816

Re: SAPI : change Voice

I compiled your sample with latest Harbour, not xHarbour.
by Enrico Maria Giordano
Thu Feb 08, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3572

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Can you tried with the latest version (5.2.0), please? Just to exclude something wrong in the version you are using.
by Enrico Maria Giordano
Tue Jan 30, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 949

Re: SAPI : change Voice

... '_HB_FUN_HB_OSISWIN7' referenced from C:\HARBOUR\LIB\WIN\BCC\HBWIN.LIB|win_os i use FWH 23.07 and harbour 3.2.0 Dev (r1801051438) where do i get latest harbour Version :?:
by Jimmy
Sun Jan 28, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3572

tiny11 core for ARM64

... components and high hardware requirements, with an installation that takes up approximately 8 GB of disk space. Since tiny11 2311 is based on the latest version of Windows 11, 23H2, it contains all the new features introduced by Microsoft, including Copilot, native RAR support, redesigned volume ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 7149

Re: Browse Json

Using the latest version of FWH, we can simply use:
Code: Select all  Expand view
JsonView( cJsonTextOrFile, cTitle )  // FWH2304
XBROWSER HashTree( cJsonText, 0 ) //FWH2307
by nageswaragunupudi
Thu Jan 11, 2024 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: blocked from Malwarebytes: Using Microsoft AI Phi-2 from FWH

... comes bundled with other software ... Mcaffee even can be delivered via a malware web site saying your subscription is ended and to pay to get the latest ver .. Not what I would call legitimate software ... Microsoft Defender that comes FREE with Windows 10 and 11 is far superior ... in my opinion. ...
by Rick Lipkin
Mon Jan 01, 2024 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: blocked from Malwarebytes: Using Microsoft AI Phi-2 from FWH
Replies: 2
Views: 425

Re: phpBB to LLM

... As of my last knowledge update in January 2022, PyTorch 1.10.0 supports Python 3.6, 3.7, 3.8, and 3.9. You can check the PyTorch website for the latest compatibility information. Use the Correct Pip Command: Ensure you are using the correct pip command based on your system and whether you want ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696
Next

Return to advanced search