Files
harbour-core/harbour/contrib/libnf
Przemyslaw Czerpak 01b7a3fcc1 2007-04-06 02:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/common.mak
  * harbour/source/lang/Makefile
  + harbour/source/lang/msgnl.c
    + added Dutch language module by Rene Koot

  * harbour/config/os2/gcc.cf
    * commented out -DTCPV40HDRS in CFLAGS
  * harbour/make_gnu.cmd
    * added commented by default: set C_USR=-DTCPV40HDRS %C_USR%

  * harbour/contrib/libnf/menu1.prg
  * harbour/contrib/libnf/pegs.prg
  * harbour/contrib/libnf/popadder.prg
  * harbour/contrib/libnf/savesets.prg
  * harbour/source/debug/dbgmenu.prg
    + added missing #include "common.ch" for HB_SYMBOL_UNUSED()

  * harbour/include/hbclass.ch
    * renamed __HB_SYMBOL_UNUSED() to __HB_CLS_SYMBOL_UNUSED() to keep
      the same name convention as for other hbclass definitions/commands

  * harbour/include/hbsetup.h
    * added commented by default #define HB_PP_MULTILINE_STRING
      with small description

  * harbour/source/rtl/net.c
    * added missing #include(s) for OS2 build

  * harbour/source/rdd/dbfcdx/dbfcdx1.c
    * formatting
2007-04-06 00:33:52 +00:00
..
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 01:55:57 +00:00
2000-04-22 02:10:10 +00:00
2000-04-22 02:10:10 +00:00
2000-04-22 02:10:10 +00:00
2000-04-22 02:10:10 +00:00
2002-04-15 04:34:24 +00:00
2000-04-22 02:10:10 +00:00
2000-04-22 02:24:42 +00:00
2000-04-22 02:24:42 +00:00
2000-04-22 02:24:42 +00:00
2000-04-22 02:24:42 +00:00
2000-04-22 02:24:42 +00:00
2002-04-15 04:37:44 +00:00
2000-04-22 02:24:42 +00:00
2000-04-22 01:36:06 +00:00
2000-04-22 02:24:42 +00:00
2000-04-22 02:24:42 +00:00
2000-04-22 02:24:42 +00:00
2000-04-22 02:24:42 +00:00
2000-04-22 02:35:34 +00:00
2000-04-22 02:35:34 +00:00
2000-04-22 02:35:34 +00:00
2002-04-15 04:49:14 +00:00
2000-04-22 02:35:34 +00:00
2000-04-22 02:35:34 +00:00
2000-04-22 02:35:34 +00:00
2000-04-22 02:35:34 +00:00
2000-04-22 02:50:34 +00:00
2000-04-22 02:50:34 +00:00
2000-05-29 07:27:48 +00:00
2000-04-22 02:50:34 +00:00
2000-04-22 02:50:34 +00:00
2000-04-22 02:50:34 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2002-04-15 04:35:29 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2002-04-15 04:46:55 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 01:36:06 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2002-04-18 03:31:51 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00
2000-04-22 11:10:53 +00:00

This library has been ported to Harbour by Luiz Rafael Culik

//TODO
The follow functions must be rewrite in C
asm\ADAPTER.ASM               ;     FT_ADAPTER()
asm\DEFAULT.ASM               ;     FT_DEFAULT()
asm\IAMIDLE.ASM               ;     FT_IAmIdle()
asm\INP.ASM                   ;      FT_INP()
asm\ISPRINT.ASM               ;     FT_ISPRINT()
asm\OUTP.ASM                  ;      FT_OUTP()
asm\PUTKEY.ASM                ;     FT_PUTKEY()
asm\REBOOT.ASM                ;      FT_REBOOT()
asm\RESTATT.ASM               ;     FT_RESTATT()
asm\SAVEATT.ASM               ;     FT_SAVEATT()
asm\SETKEYS.ASM               ;     FT_SETKEYS()
asm\SETLASTK.ASM              ;     FT_LASTKEY()
asm\SHADOW.ASM                ;      FT_SHADOW()

//TOFIX

The follow functions need to be fixed.
CINT86.C                    ;     FT_INT86()

  This function is Called from many prg source code
fttext.c
   I never could compiler this file under BCC

The follow functions Need that FT_INT86() been fixed or writed a "C" Wrapper


SETDATE.PRG               FT_SETDATE()
SETTIME.PRG               FT_SETTIME()
SYSMEM.PRG                FT_SYSMEM()
SCANCODE.PRG              FT_SCANCODE()
NWSEM.PRG                 FT_NWSEMOPEN()
NWSEM.PRG                 FT_NWSEMEX()
NWSEM.PRG                 FT_NWSEMWAIT()
NWSEM.PRG                 FT_NWSEMSIG()
NWSEM.PRG                 FT_NWSEMCLOSE()
NWSEM.PRG                 FT_NWSEMLOCK()
NWSEM.PRG                 FT_NWSEMUNLOCK()
NWUID.PRG                 FT_NWUID()
FLOPTST.PRG               FT_FLOPTST()