Hi!

The fact is that many people are waiting, changes in xHarbour, which in my opinion is already a dying project. Through forums Brazilians can see that only the WVW and RDDSQL xHarbour.com hold some of Brazilian users with the xHarbour persists. Because since the departure of Mr Przmek, there were no significant changes in the code. We are currently looking for more examples and documentation for using the fb.
This simple code shows a problem with the WVW + HBCT in harbour

#include   'common.ch'
PROCEDURE Main

    WVW_SetMainCoord( .t. )
    WVW_SetCodePage(,255)
    SETMODE(25, 80)
    nWin := WOPEN( 2, 10, 22, 70, .T. )
    WSelect(nWin)
    @ 1, 1 SAY "TESTE..." //Should draw on the coordinates of wopen
    INKEY(0)
    WAClose()
    INKEY(0)

    RETURN NIL


Best regards,
Itamar M. Lins Jr.

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to