... define __HB_MAIN__ AppMain /* Or whatever you wish to call it */
#endif
FUNCTION __HB_MAIN__()
2003-08-02 12:00 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* xharbour/make_tgz.sh
* xharbour/xharbour.spec
* xharbour/source/vm/hvm.c
* small modification in support for automatic detection ...
Search found 40 matches: druzus
Searched query: druzus
- Thu Oct 31, 2024 11:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Startup function
- Replies: 29
- Views: 3919
- Mon Oct 28, 2024 1:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Startup function
- Replies: 29
- Views: 3919
Re: Startup function
... define __HB_MAIN__ AppMain /* Or whatever you wish to call it */
#endif
FUNCTION __HB_MAIN__()
2003-08-02 12:00 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* xharbour/make_tgz.sh
* xharbour/xharbour.spec
* xharbour/source/vm/hvm.c
* small modification in support for automatic detection ...
#endif
FUNCTION __HB_MAIN__()
2003-08-02 12:00 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* xharbour/make_tgz.sh
* xharbour/xharbour.spec
* xharbour/source/vm/hvm.c
* small modification in support for automatic detection ...
- Tue Mar 05, 2024 11:21 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
- Replies: 19
- Views: 6237
Re: FWH 24.02 y Harbour con BCC7.7 y Select()
... es un cambio inicuo que no debería provocar el error que experimentas, pero del dicho al hecho...
2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
...
...
* src/rdd/dbcmd.c
+ accept symbol items in Select() and DbSelectArea() just like in
( <alias> ) -> <exp>
2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
...
...
* src/rdd/dbcmd.c
+ accept symbol items in Select() and DbSelectArea() just like in
( <alias> ) -> <exp>
- Tue Mar 05, 2024 11:21 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
- Replies: 19
- Views: 6237
Re: FWH 24.02 y Harbour con BCC7.7 y Select()
... es un cambio inicuo que no debería provocar el error que experimentas, pero del dicho al hecho...
2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
...
...
* src/rdd/dbcmd.c
+ accept symbol items in Select() and DbSelectArea() just like in
( <alias> ) -> <exp>
2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
...
...
* src/rdd/dbcmd.c
+ accept symbol items in Select() and DbSelectArea() just like in
( <alias> ) -> <exp>
- Thu Nov 23, 2023 3:09 pm
- Forum: Utilities / Utilidades
- Topic: How to build Harbour 32 & 64 bits
- Replies: 38
- Views: 47859
Re: How to build Harbour 32 & 64 bits
A partir del ultimo commit de harbour
2023-11-22 09:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
He intentado construir harbour con BCC77 y da el siguiente error
bcc32.exe -I. -I../../../../../../include -q -tWM -CP437 -w-sig- -w-aus- -w-ccc- -w-csu- -w-par- -w-rch- -w-ucp- -w-use- -w ...
2023-11-22 09:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
He intentado construir harbour con BCC77 y da el siguiente error
bcc32.exe -I. -I../../../../../../include -q -tWM -CP437 -w-sig- -w-aus- -w-ccc- -w-csu- -w-par- -w-rch- -w-ucp- -w-use- -w ...
- Fri Oct 20, 2023 8:31 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Falta unicows.dll al crear librerias con Harbour
- Replies: 11
- Views: 1315
Re: Falta unicows.dll al crear librerias con Harbour
Reference:
2012-09-11 21:22 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/utils/hbmk2/hbmk2.prg
* harbour/config/win/bcc.mk
+ added support for BCC6.5 - please verify me.
; unicows library does not support BCC 6.5. BCC users who want
to compile Harbour should delete harbour ...
2012-09-11 21:22 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/utils/hbmk2/hbmk2.prg
* harbour/config/win/bcc.mk
+ added support for BCC6.5 - please verify me.
; unicows library does not support BCC 6.5. BCC users who want
to compile Harbour should delete harbour ...
- Sat May 01, 2021 12:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: field flags in dbCreate()/dbStruct()
- Replies: 0
- Views: 340
field flags in dbCreate()/dbStruct()
// 2015-02-08 13:19 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
// * src/rdd/workarea.c
// + added support for field flags in dbCreate()/dbStruct().
// Flags can be passed in string with field type after ":", i.e.
// "C:U"
// means Unicode character field.
// The following flags are ...
// * src/rdd/workarea.c
// + added support for field flags in dbCreate()/dbStruct().
// Flags can be passed in string with field type after ":", i.e.
// "C:U"
// means Unicode character field.
// The following flags are ...
- Fri Apr 02, 2021 12:53 pm
- Forum: mod_harbour
- Topic: eShop sample and a DBF product file
- Replies: 11
- Views: 2508
Re: eShop sample and a DBF product file
... RELEASE 0
05 HB_VERSION_STATUS dev
06 HB_VERSION_REVISION 2004201301
07 HB_VERSION_CHANGELOG_LAST 2020-04-20 15:01 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
08 HB_VERSION_CHANGELOG_ID e8cc50254a83714ccb22e78db84a492a419aa576
09 HB_VERSION_PCODE_VER 3
10 HB_VERSION_PCODE_VER_STR PCode ...
05 HB_VERSION_STATUS dev
06 HB_VERSION_REVISION 2004201301
07 HB_VERSION_CHANGELOG_LAST 2020-04-20 15:01 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
08 HB_VERSION_CHANGELOG_ID e8cc50254a83714ccb22e78db84a492a419aa576
09 HB_VERSION_PCODE_VER 3
10 HB_VERSION_PCODE_VER_STR PCode ...
- Wed Aug 14, 2019 8:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Manu Exposito's pearls
- Replies: 12
- Views: 3794
Re: Manu Exposito's pearls
... de C no se debe usar ya que es incompatible con el sistema MT. Mira esto:
-----------------------
2006-12-15 16:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* general PCODE cleanup and address most of TODO/FIXME notes in
source code:
! removed all strtok() functions ...
-----------------------
2006-12-15 16:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* general PCODE cleanup and address most of TODO/FIXME notes in
source code:
! removed all strtok() functions ...
- Tue Nov 13, 2018 7:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 18.10: Enhancements to strings.prg
- Replies: 19
- Views: 7498
Re: FWH 18.08: Enhancements to strings.prg
... A R B O U R - Internationalization model
API and usage manual
Giancarlo Niccolai
gian@nccolai.ws
$Id: hbi18n.txt 9279 2011-02-14 18:06:32Z druzus $
/* $DOC$
* $FUNCNAME$
* Xharbour I18N
* $CATEGORY$
* Xharbour Enhacements
* $ONELINER$
* XHARBOUR - Internationalization model ...
API and usage manual
Giancarlo Niccolai
gian@nccolai.ws
$Id: hbi18n.txt 9279 2011-02-14 18:06:32Z druzus $
/* $DOC$
* $FUNCNAME$
* Xharbour I18N
* $CATEGORY$
* Xharbour Enhacements
* $ONELINER$
* XHARBOUR - Internationalization model ...
- Tue Jun 20, 2017 8:28 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Database clase. Detectado una incidencia.
- Replies: 14
- Views: 3021
Re: Database clase. Detectado una incidencia.
... the user FWH use TDatabase AND have field "I:+" , then he has a problem.
From Changelog Harbour;
2015-02-17 16:35 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rdd/dbf1.c
+ added support for autoincrement fields with counter longer then 4 bytes
Warning: if someone created tables ...
From Changelog Harbour;
2015-02-17 16:35 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rdd/dbf1.c
+ added support for autoincrement fields with counter longer then 4 bytes
Warning: if someone created tables ...
- Thu Oct 20, 2016 8:14 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Sr. Antonio - A versão atual do Harbour contempla?
- Replies: 1
- Views: 465
Sr. Antonio - A versão atual do Harbour contempla?
Sr. Antonio - A versão atual do Harbour contempla?
2015-07-31 16:01 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/vm/asort.c
% added new code for ASort()
Warning: new sorting algorithm is stable (does not change the
order of equal items). It means is not strictly Cl*pper ...
2015-07-31 16:01 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/vm/asort.c
% added new code for ASort()
Warning: new sorting algorithm is stable (does not change the
order of equal items). It means is not strictly Cl*pper ...
- Tue Mar 15, 2016 10:37 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: lentitud tremenda en red
- Replies: 20
- Views: 6238
Re: lentitud tremenda en red
... ya no se depende de los protocolos de comunicación del S.O. En el caso de Windows, protocolos atentatorios contra nuestros sistemas dbf based.
druzus@... escribió:
> It's possible that such direct TCP/IP connection is faster then
> file server protocols especially if they need more then one IP ...
druzus@... escribió:
> It's possible that such direct TCP/IP connection is faster then
> file server protocols especially if they need more then one IP ...
- Wed Sep 02, 2015 3:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_xrealloc can't reallocate memory
- Replies: 21
- Views: 8648
Re: hb_xrealloc can't reallocate memory
... In xHarbour
May be adding some well-timed hb_GcAll() calls do the job as well.
Last minute news:
2010-06-02 10:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/garbage.c
+ added new PRG function HB_GCSETAUTO( [nNewVal] ) - nPrevVal
which allows to set the frequency of ...
May be adding some well-timed hb_GcAll() calls do the job as well.
Last minute news:
2010-06-02 10:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/garbage.c
+ added new PRG function HB_GCSETAUTO( [nNewVal] ) - nPrevVal
which allows to set the frequency of ...
- Fri Jul 17, 2015 3:41 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mensajes durante un proceso...
- Replies: 6
- Views: 1698
Re: Mensajes durante un proceso...
... en este foro ha resultado sorpresiva para numerosos foreros la existencia de hb_dbcreatetemp(). Ejemplo 2) En el changelog de harbour, druzus no para de poner cosas... que cuesta entender de qué va. El ultimo una mejora sobre GtTrm... ¿ Qué es ? ¿ Un GT ? ¿ Como podriamos hacer uso de él ...