On Sat, May 16, 2009 at 11:05 AM, dmitry boyarintsev > Actually, we share .dpr files. It's easy for us, since we don't use VCL or > LCL.
Same here. > Rather than explain to the rest of the team how to use project > templates, or that they don't have package installed. Well with my years of experience with Delphi, I would say Lazarus IDE is a welcome sight. It makes component installation and package management a breeze. In Delphi IDE we had loads of unit paths, they had to be in a set order etc.. just a nightmare to setup. Kudos to the Lazarus development team! :) > P.S. $Env(var_name) is good, but imho $(var_name), is better. I disagree. Env() clearly shows that it is an environment variable and not any of the other built-in macros. Mattias made the right choice for Lazarus IDE. It shouldn't make a difference to you anyhow - you simply "copy & paste". ;-) Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
