Hi All,
A few weeks ago I posted that I was converting a large Clipper App to xbase++ and thought you might like an update.
Today the client accepted the xbase version.
There are some gotchas (I'll write em up in a bit) but overall the system is faster and prettier.
Two things nearly got the better of me and are worth mentioning.
1) Look out for variables with long names - Clipper ignores the 'extra' xbase does not.
2) In Clipper you can restore a screen from a variable that has been 'declared' but not given a value (i.e. is probably NULL) - xbase does not like this at all.
TTFN
Regards
Griff
Keep [Smile]ing
A few weeks ago I posted that I was converting a large Clipper App to xbase++ and thought you might like an update.
Today the client accepted the xbase version.
There are some gotchas (I'll write em up in a bit) but overall the system is faster and prettier.
Two things nearly got the better of me and are worth mentioning.
1) Look out for variables with long names - Clipper ignores the 'extra' xbase does not.
2) In Clipper you can restore a screen from a variable that has been 'declared' but not given a value (i.e. is probably NULL) - xbase does not like this at all.
TTFN
Regards
Griff
Keep [Smile]ing