Search found 42771 matches

by Antonio Linares
Wed Apr 16, 2025 9:31 am
Forum: latest AI news
Topic: vscode MCP support is already available!
Replies: 1
Views: 18

Re: vscode MCP support is already available!

First prototype of a MCP server using Harbour to be used from vscode:

mcp.prg
PROCEDURE Main()

LOCAL cRequestLine, cResponseJson
LOCAL nStdIn := 0 // stdin (0) y stdout (1) son los descriptores de archivo estándar

SetMode( 40, 120 )

AltD()
AltD( 1 )

DO WHILE .T.
// Leer una línea de ...
by Antonio Linares
Wed Apr 16, 2025 9:30 am
Forum: latest AI news
Topic: vscode MCP support is already available!
Replies: 1
Views: 18

vscode MCP support is already available!

From version 1.99.2 released April 10
by Antonio Linares
Mon Apr 14, 2025 12:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copying controls
Replies: 4
Views: 255

Re: Copying controls

Dear Yuri,

Please try it this way:
#include "FiveWin.ch"

function Main()

USE customer

XBROWSER SETUP BrwSetup( oBrw )

return nil

function BrwSetup( oBrw )

local oDlg, oBrw2, hWnd

DEFINE DIALOG oDlg SIZE 800, 600

@ 1, 1 XBROWSE oBrw2 OF oDlg SIZE 600, 500

oBrw2:CreateFromCode ...
by Antonio Linares
Mon Apr 14, 2025 7:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Copying controls
Replies: 4
Views: 255

Re: Copying controls

Will both dialogs be visible at the same time ?

Maybe you can just change the parent of the control using SetParent()
by Antonio Linares
Mon Apr 14, 2025 7:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: String functions UTF8 compatible
Replies: 10
Views: 412

Re: String functions UTF8 compatible

It only works with Borland as Microsoft lib.exe does not generate the same output file, sorry
by Antonio Linares
Mon Apr 14, 2025 5:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: String functions UTF8 compatible
Replies: 10
Views: 412

Re: String functions UTF8 compatible

For MSVC64 you have to use FiveH64.lib and FiveHC64.lib as surely you can not manage 32 bits libs from 64 bits.
by Antonio Linares
Sun Apr 13, 2025 5:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: String functions UTF8 compatible
Replies: 10
Views: 412

Re: String functions UTF8 compatible

fivehc.lst
Publics by module

BMPREAD size = 347
_HB_FUN_FILEREAD _HB_FUN_READBITMAP

CTLHDLEH size = 6976
_HB_FUN_WNDHANDLEEVENT _regex

FFWNDRUN size = 400
_GetWndApp _HB_FUN_SETIDLEACT
_HB_FUN_WINRUN _HB_FUN___GENGPF
_SetWndApp __SetAcceleratorTable
_wLastKey

HARBOURC size = 622
_FW ...
by Antonio Linares
Sun Apr 13, 2025 5:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: String functions UTF8 compatible
Replies: 10
Views: 412

Re: String functions UTF8 compatible

Dear Marzio,

Please copy these two files to FWH\samples

fiveh.lst
Publics by module

activex size = 6872
_HB_FUN_TACTIVEX _HB_FUN_THACTIVEX

adofuncs size = 49883
_HB_FUN_ADOCREATECOLSQL _HB_FUN_ADODEFAULT
_HB_FUN_ADONULL _HB_FUN_ADOROLLUPTREE
_HB_FUN_ADOROLLUPTREEBROWSE _HB_FUN_DBMSNUM
_HB ...
by Antonio Linares
Sat Apr 12, 2025 4:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: String functions UTF8 compatible
Replies: 10
Views: 412

Re: String functions UTF8 compatible

Dear Marzio,

> Is there something similar for fivewin?

Please run this from FWH\samples:

buildh.bat fwfuncs
by Antonio Linares
Sat Apr 12, 2025 4:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Petición para hacer compatible EasyReport con Harupdf
Replies: 10
Views: 505

Re: Petición para hacer compatible EasyReport con Harupdf

Leandro,

Esto llegó a funcionar anteriormente ??
by Antonio Linares
Sat Apr 12, 2025 12:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: msgbar item
Replies: 3
Views: 169

Re: msgbar item

Yes, just add and remove
by Antonio Linares
Sat Apr 12, 2025 10:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: msgbar item
Replies: 3
Views: 169

Re: msgbar item

You can't as Class TMsgItem does not inherit from TWindow
by Antonio Linares
Fri Apr 11, 2025 3:49 am
Forum: FiveWin para Harbour/xHarbour
Topic: Petición para hacer compatible EasyReport con Harupdf
Replies: 10
Views: 505

Re: Petición para hacer compatible EasyReport con Harupdf

Implementado, te envío librerias para xHarbour 64 y Borland ? :)
by Antonio Linares
Thu Apr 10, 2025 10:29 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Petición para hacer compatible EasyReport con Harupdf
Replies: 10
Views: 505

Re: Petición para hacer compatible EasyReport con Harupdf

Leandro,

Ahi lo que se puede hacer es añadir el método SetCopies( nCopies ) a la Clase FWPDF y ver como continúa

Se puede implementar de momento como VIRTUAL