Hi!
I have a complex bug with the following code:
PROCEDURE Receive( oFrom, oTo )
oFrom:Fill()
BB := oFrom:Read()
MSGINFO(STR(LEN(BB)),"1")
MSGINFO(STR(LEN(BB)),"2")
oTo:WriteBuffer( BB )
RETURN
First message box displays correct size, but second displays zero.
Adding "LOCAL BB", it works.
Reducing to "oTo:WriteBuffer( oFrom:Read() )", it doesn't works.
Again, I can't reduce it :( How can I trace it?
Atte.
Vic
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers