Gale FORd wrote:I use the latest xHarbour Builder and nanfor. Ft_proper() does not GPF for me.
Does the directory() function find 'con.bmp' ?
Thanks for the reply. My FT_PROPER() does not work, but have invented a work-around in pure clipper (slower but reliable).
Directory("con.bmp") returns:
Length: 1
Name: "con"
Size: "0"
Date: "01/01/01"
Time: "03:00:00" // !!!!!!!
Attributes: "A"
File("con.bmp") returns .T. (still)
FSize("con.bmp") returns Zero
Now go figure all this... and imagine that we didn't have this
error in the 16-bit, otherwise, some of our clients would
have started screaming. At least three of our clients had
this problem recently (with con.bmp in 32-bit)
I live on a small mountain, 8 km away from civilization...
I think I'm going to start feeding seep and goats and
get the heck out of programming... it's so frustrating
to have functions working fine in 16-bit and now we
have to re-discover the wheel and evertyhing inside it...
one piece at a time, and full of surprises!
Thanks again...