[Harbour] Mail Server Backup
Over the weekend we got spam bombed. The inbound mail queue was deleted with 600k entries. If you have sent something to the mail list and it hasn't shown up, send it again. It was probably lost in the storm. Thanks. -- In order to ensure a safe police state; the right of the people to keep and bear arms must be infringed. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
Re: [Harbour] 2008-04-18 01:41 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
Hi Przemek, * harbour/source/rtl/tget.prg * updated to respect -1 returned for wrong color strings Viktor please check me, now it's simpler and hbtest does not reports any errors so I guess that this version will work like in Clipper also for :colorSpec := "R,X,Y,0" or similar I did some tests and it looks alright. * harbour/source/rtl/tobject.prg I think cMsg="_" is not as safe as SubStr( cMsg, 1, 1 ) == "_", because it makes it depend on SET EXACT setting. Left( cMsg, 1 ) == "_" could be the best here. Unless it was intentional, I have a fix ready in the queue for this. Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] FOpen() Argument Error
Hi, When running my compiled application, I got the following error. I tried to put an Alert("message") just after the local variable declarations of the MAIN function but still got the same error. My application used to work with Harbour and Prezemek advised me to check for possible NIL parameter of FOPEN(). Any other hint? - Error BASE/2021 Argument error: FOPEN Called from FOPEN(0) Called from FILECOPY(95) - Thanks, Mario ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour