2010-04-26 10:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Added another envvar to the list of unnececessary ones.
* contrib/hbcups/hbcups.c
! int -> HB_SIZE. Pacifies warning reported by Marco.
This commit is contained in:
@@ -17,11 +17,18 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-04-26 10:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* INSTALL
|
||||
+ Added another envvar to the list of unnececessary ones.
|
||||
|
||||
* contrib/hbcups/hbcups.c
|
||||
! int -> HB_SIZE. Pacifies warning reported by Marco.
|
||||
|
||||
2010-04-26 00:24 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbxbp/xbp.ch
|
||||
* contrib/hbxbp/xbpdataref.prg
|
||||
* contrib/hbxbp/xbplistbox.prg
|
||||
! Reworked XbpListBox(). Now it implements most of the
|
||||
! Reworked XbpListBox(). Now it implements most of the
|
||||
methods per Xbase++ documentation.
|
||||
|
||||
* contrib/hbxbp/tests/demoxbp.prg
|
||||
@@ -33,7 +40,7 @@
|
||||
* contrib/hbxbp/xbpmle.prg
|
||||
+ Implemented almost all Xbase++ methods and slots. Untested.
|
||||
|
||||
Can someone provide a XbpMLE() usage code which exploits its
|
||||
Can someone provide a XbpMLE() usage code which exploits its
|
||||
maximum methods ?
|
||||
|
||||
2010-04-25 12:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
@@ -76,7 +83,7 @@
|
||||
* contrib/hbxbp/xbptoolbar.prg
|
||||
* contrib/hbxbp/xbptreeview.prg
|
||||
* contrib/hbxbp/xbpwindow.prg
|
||||
! Reworked callbacl Slots/Methods which are now INHERITable in
|
||||
! Reworked callbacl Slots/Methods which are now INHERITable in
|
||||
the sub-classes derived from Xbp Part.
|
||||
! Slots ae now recognized through the slot identifier string.
|
||||
! Deleted redundant parts and made code more cleaner and uniform in
|
||||
|
||||
@@ -1119,6 +1119,7 @@ HARBOUR
|
||||
set HRB_DIR=<Some Harbour dir>
|
||||
set INCLUDE=<Harbour include dir>
|
||||
set LIB=<Harbour lib dir>
|
||||
set HB_GT_LIB=
|
||||
set HB_INC_*=
|
||||
set HB_DIR_*=
|
||||
- Try to do no or only small modifications at once to command examples
|
||||
|
||||
@@ -89,7 +89,7 @@ HB_FUNC( CUPSPRINTFILE )
|
||||
|
||||
if( pOptions )
|
||||
{
|
||||
int tmp;
|
||||
HB_SIZE tmp;
|
||||
|
||||
if( HB_IS_HASH( pOptions ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user