Anybody know what the functions below xharbour compatible with the Harbor ?
VALTOPRG()
HB_CRYPT()
MILLISEC()
CHARMIRR()
LASTDAYOM()
OS_ISWTSCLIENT()
HB_CMDARGARGV()
And if there is something consistent, it would be possible to place the
hbcompat.ch?
--
View this message in context:
http://www.n
Revision: 10677
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10677&view=rev
Author: druzus
Date: 2009-03-23 01:11:27 + (Mon, 23 Mar 2009)
Log Message:
---
2009-03-23 02:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/pp/ppc
I made a simple test which demonstrates the missing codes.
Tab, LF, CR & SPACE are all missing.
I can't figure out where this is happening.
/* testsend.prg
* loopback connector on com 1
*/
proc main
local x:=0;ch:=""
tp_open( 1,,, 57600, 8, "N", 1 )
do while x<=255
tp_send( 1, chr(x),1 )
Revision: 10676
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10676&view=rev
Author: fsgiudice
Date: 2009-03-22 21:52:06 + (Sun, 22 Mar 2009)
Log Message:
---
2009-03-22 22:50 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)
* harbour/cont
Revision: 10675
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10675&view=rev
Author: fsgiudice
Date: 2009-03-22 21:35:10 + (Sun, 22 Mar 2009)
Log Message:
---
2009-03-22 22:33 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)
* harbour/sour
Revision: 10674
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10674&view=rev
Author: fsgiudice
Date: 2009-03-22 21:29:40 + (Sun, 22 Mar 2009)
Log Message:
---
2009-03-22 22:28 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)
* harbour/sour
Hi,
I have problems with ole using msvc that always returns error creating a
new ole object:
"Error: xx not available. [Unknown error]"
where xx is ole name, i.e. InternetExplorer.Application
but it was working surely until:
2009-03-11 17:45 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.
Hi Przemek,
Il 22/03/2009 21.48, dru...@users.sourceforge.net ha scritto:
2009-03-22 21:54 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/valtoexp.prg
+ added timestamp support to hb_valToExp() and hb_cStr() functions
Thank you
Best regards,
Francesco
_
Revision: 10673
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10673&view=rev
Author: fsgiudice
Date: 2009-03-22 21:15:31 + (Sun, 22 Mar 2009)
Log Message:
---
2009-03-22 22:13 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)
+ harbour/sour
Revision: 10672
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10672&view=rev
Author: druzus
Date: 2009-03-22 20:48:05 + (Sun, 22 Mar 2009)
Log Message:
---
2009-03-22 21:54 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/va
Il 22/03/2009 20.59, Francesco Saverio Giudice ha scritto:
which is the string representing an empty TIMESTAMP ?
0t000T00:00:00.000 is it correct ?
So can I write below line ?
CASE "T"
RETURN iif( Empty( xVal ), "0t000T00:00:00.000", "0t" +
hb_TSSToStr( xVal ) )
or
Hi Przemek,
I'm updating some parts with new TIMESTAMP.
Question:
in hb_cStr() I have:
CASE "D"
RETURN iif( Empty( xVal ), "0d", "0d" + DToS( xVal ) )
which is the string representing an empty TIMESTAMP ?
0t000T00:00:00.000 is it correct ?
So can I write below line ?
Revision: 10671
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10671&view=rev
Author: druzus
Date: 2009-03-22 17:10:43 + (Sun, 22 Mar 2009)
Log Message:
---
2009-03-22 18:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbsta
13 matches
Mail list logo