On Mon, 15 Feb 2010, Massimo Belgrano wrote: > VFP require switch to compiler to accept the "." instead of the ":" in > terms of OO syntax to make compilation of VFP code easier. > Possible do in a lib?
This can be emulated by simple PP rule so it's enough to create vfp.ch with this line: #xtranslate .<!msg!> => :<msg> and use compiler switch like: -u+vfp.ch best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
