* contrib/hbbmp/core.c
* contrib/hbbmp/hbbmp.ch
* contrib/hbbmp/hbbmp.h
* contrib/hbbmp/hbbmp.hbx
+ added new PRG functions:
hb_bmp_frombitmap( <cBitMap>, <nAlign>, <nWidth>, <nHeight>, ;
[<nDepth>=1], [<nDPI>=72], [<aPalette>], ;
[@<nError>] ) -> <pBMP> | NIL
hb_bmp_colorreset( <pBMP> )
* contrib/hbct/dattime3.c
! struct timespec initialization
* contrib/hbplist.txt
+ added hbbmp library
* contrib/hbzebra/coredraw.c
* contrib/hbzebra/hbzebra.hbx
+ added new PRG function:
hb_zebra_getbitmap( <hZebra>, <nAlign>=8, <lBottomUp>=.F., ;
@<nWidth>, @<nHeight>, <nScaleX>, <nScaleY>, ;
<nBorder> ) -> <cBitMap> | NIL
* contrib/hbzebra/tests/bmp.prg
+ added example for much faster BMP creation using hb_zebra_getbitmap() and
hb_bmp_frombitmap() functions
* src/rtl/filebuf.c
! casting
* src/vm/extrap.c
* allocate stack buffer dynamically, in new Linux version IGSTKSZ is
defined as sysconf( _SC_SIGSTKSZ ) so it cannot be used as legal size
for static arrays
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
/* --------------------------------------------------------------------
|
|
* NOTE: You can add manual override which functions to include or
|
|
* exclude from automatically generated EXTERNAL/DYNAMIC list.
|
|
* Syntax: // HB_FUNC_INCLUDE <func>
|
|
* // HB_FUNC_EXCLUDE <func>
|
|
*/
|
|
|
|
/* --------------------------------------------------------------------
|
|
* WARNING: Automatically generated code below. DO NOT EDIT! (except casing)
|
|
* Regenerate using hbmk2 '-hbx=' option.
|
|
*/
|
|
|
|
#ifndef __HBEXTERN_CH__HBZEBRA__
|
|
#define __HBEXTERN_CH__HBZEBRA__
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBZEBRA__ANNOUNCE )
|
|
ANNOUNCE __HBEXTERN__HBZEBRA__
|
|
#endif
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBZEBRA__REQUEST )
|
|
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
|
|
#endif
|
|
|
|
DYNAMIC hb_zebra_create_codabar
|
|
DYNAMIC hb_zebra_create_code11
|
|
DYNAMIC hb_zebra_create_code128
|
|
DYNAMIC hb_zebra_create_code39
|
|
DYNAMIC hb_zebra_create_code93
|
|
DYNAMIC hb_zebra_create_datamatrix
|
|
DYNAMIC hb_zebra_create_ean13
|
|
DYNAMIC hb_zebra_create_ean8
|
|
DYNAMIC hb_zebra_create_itf
|
|
DYNAMIC hb_zebra_create_msi
|
|
DYNAMIC hb_zebra_create_pdf417
|
|
DYNAMIC hb_zebra_create_qrcode
|
|
DYNAMIC hb_zebra_create_upca
|
|
DYNAMIC hb_zebra_create_upce
|
|
DYNAMIC hb_zebra_destroy
|
|
DYNAMIC hb_zebra_draw
|
|
DYNAMIC hb_zebra_getbitmap
|
|
DYNAMIC hb_zebra_getcode
|
|
DYNAMIC hb_zebra_geterror
|
|
DYNAMIC hb_zebra_getsize
|
|
|
|
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBZEBRA__REQUEST )
|
|
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
|
|
#endif
|
|
|
|
#endif
|