2010/7/27 Adem : > I wouldn't have much of an issue with something like > > uses > zip IN '/units/my/zip.pas' AS myzip; > zip IN '/units/lib/zip/zip.pas' AS ziplib;
And if you have multiple developers working on the same project and their source code directory hierarchy is not exactly the same as yours (shown above), then that project would not compile on there systems. You cannot hard-code such paths inside a unit and have any hope that it will be "portable" between developers and OSes (\ vs / delimiters). -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel