Hi Viktor,

Il 01/11/2008 15.56, Szakáts Viktor ha scritto:
2008-11-01 15:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
  * source/rtl/hbi18n.c
% Removed 'comment' field from language file header. Any text can be added simply by adding it to the translation table.

  * contrib/Makefile
    ! Missing hbdbgfx added here, too.
; BTW, I've intentionally left this lib out from the liblist until we decide where to put these functions. There is not much point maintaining for the sake of just a few functions. If there are no objections, I'll be moving these functions to hbwin (until someone updates the code to work outside Windows).

actually hbdbgfx works with Windows and Linux if you use xhb (and in particular hboutdbg.c that it is included in xhb lib). I wrongly said before that this lib works only under Windows because I made it one year ago and I forgot that hb_outdebug() in xhb was already made for windows and Linux.

If you want to test it just compile and link this test under linux:

PROCEDURE Main()

  hb_ToOutDebug( "Message = %s, Value = %i\n\r", "Test", 3 )

  WAIT

RETURN

hbmk -lhbdbgfx -xhb tstdbg

but before you have to comment out HB_OUTDEBUG function added at C level from Pritpal inside contrib/hbdbgfx/dbgfxc.c because it hides correct function from xhb.

I have proposed to move hboutdgb.c to hbdbgfx lib because I think that in xhb it is not used directly apart from hblog (that it is a collection of debug functions/classes) and I think that also this should be moved in hbdbgfx lib.

Best regards

Francesco

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to