[Harbour] CHANGELOG: 2008-04-24 21:23 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-04-24 Thread Szakáts Viktor
2008-04-24 21:23 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * common.mak * make_vcce.mak * make_b32.mak * make_gcc.mak * make_vc.mak * utils/hbdoc/Makefile * utils/hbdoc/hbdoc.prg * utils/hbdoc/genpdf1.prg - Removed pdflib references from make file, since the

Re: [Harbour] SETGET METHOD is a DATA :(

2008-04-24 Thread Teo Fonrouge
On Thursday 24 April 2008 05:56:54 am Miguel Angel Marchuet wrote: > __objHasData( oObject, cSymbol ) returns .T. for SETGET METHOD > and returns .F. for __objHasMethod( oObject, cSymbol ) > > And other functions as follows, has the same problem: > __objGetMsgList( oObject, lDataMethod, nClassType

Re: [Harbour] Support XML Library ?

2008-04-24 Thread rafa
Oh! It is problem from file /contrib/mtpl_b32.mak $(CC) $(CLIBFLAGS) -P -o$@ $(OBJ_DIR)\$&.c This is -P not is correct! Thank you at M.Marchuet for your help! Another i have diferents problems with TXML and i report as soon as possible. Regards Rafa Carmona

Re: [Harbour] Support XML Library ?

2008-04-24 Thread Lorenzo Fiorini
On Thu, Apr 24, 2008 at 5:22 PM, rafa <[EMAIL PROTECTED]> wrote: > I link with Harbour and xhb.lib, nothing, return direct at the console. > > Were is the problem ? It's difficult to help you with such few informations. I've just checked my xml functions and they work as expected with actual sv

Re: [Harbour] Support XML Library ?

2008-04-24 Thread rafa
I have problem with link xhb.lib, not show program. ( under fivewin ). I link with xHarbour, no problem. I link with Harbour , no problem. ( without xhb.lib and not include code source use txml ) I link with Harbour and xhb.lib, nothing, return direct at the console. Were is the problem ? Than

Re: [Harbour] Support XML Library ?

2008-04-24 Thread rafa
Many Thanks! I view/make this library. Regards Rafa Carmona ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] ChangeLog 2008-04-24 13:00 UTC+0100 Lorenzo Fiorini

2008-04-24 Thread Lorenzo Fiorini
2008-04-24 13:00 UTC+0100 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com) * contrib/hbgd/gdimage.prg * removed two method that simply call public function * renamed GetTrueColorPixel back to GetTrueColor * contrib/hbtip/sendmail.prg * contrib/hbtip/smtpcln.prg * added support for s

[Harbour] SETGET METHOD is a DATA :(

2008-04-24 Thread Miguel Angel Marchuet
__objHasData( oObject, cSymbol ) returns .T. for SETGET METHOD and returns .F. for __objHasMethod( oObject, cSymbol ) And other functions as follows, has the same problem: __objGetMsgList( oObject, lDataMethod, nClassType ) __objGetMethodList( oObject ) __objGetMsgFullList( oObject, lData, nRange

Re: [Harbour] Support XML Library ?

2008-04-24 Thread Przemyslaw Czerpak
On Thu, 24 Apr 2008, rafa wrote: > Lorenzo, please, Can you send me your library txml ? > The files txml.prg and hbxml.c NOT COMPILER in Harbour, > many errrors ;-( They are in Harbour sven in contrib/xhb. It's enough to add xhb lib to your linked library list. > Example; > 1.- METHOD GetAttribut

Re: [Harbour] tbrowse ::forcestable() never ending loop

2008-04-24 Thread Przemyslaw Czerpak
On Wed, 23 Apr 2008, Lorenzo Fiorini wrote: > > Can you describe with more details the difference? > I've attached a test that simulate the real code ( not exactly since > it didn't catch the previous error ). > If you press K_CTRL_INS when the cursor is on the last row ( the > second ) C53B "open

[Harbour] CHANGELOG: 2008-04-24 11:03 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-04-24 Thread Szakáts Viktor
2008-04-24 11:03 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/achoice.prg ! Fixed to abort (rather than crash), when user callback function returns a non-numeric type. This is CA-Cl*pper compatible behaviour. * source/rtl/dbedit.prg + Documented CA-Cl

[Harbour] CHANGELOG: 2008-04-24 10:51 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-04-24 Thread Szakáts Viktor
2008-04-24 10:51 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * include/memoedit.ch * source/rtl/memoedit.prg ! XPP feature marked with HB_COMPAT_XPP. ! Fixed to not crash if user callback function returns non-numeric type. -- Brgds, Viktor ___

[Harbour] Are there hb_fuse(), hb_fclose(), hb_fskip() in Harbour ?

2008-04-24 Thread wang shuming
Szakáts Viktor,* *Thanks !* *Shuming Wang ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] CHANGELOG: 2008-04-24 10:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

2008-04-24 Thread Szakáts Viktor
2008-04-24 10:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/xhb.ch * contrib/xhb/xhbfunc.c ! xhb flavour of __KEYBOARD() synced with current xhb code. * contrib/hbmisc/hb_f.c ! Swapped C file seek constants to Harbour ones. * Minor cleanups and formatting.

Re: [Harbour] Support XML Library ?

2008-04-24 Thread rafa
Lorenzo Fiorini escribió: On Wed, Apr 23, 2008 at 10:34 AM, rafa <[EMAIL PROTECTED]> wrote: Are you test in Harbour of XML support ? If this files are compatibility with Harbour i think that put this files in RTL of Harbour, then Harbour the best! ;-) I waiting ONL