"Crone, Thomas J." <[email protected]> hat am 15. Dezember 2012 um 21:03 geschrieben: > I'm using Lazarus IDE v1.0.2 on Windows 7. > > With my old Delphi (v4), I'd compile a unit and copy the .dcu file to > the Delphi lib folder so other programs with "USES unitname" would find it. > I guess with Lazarus, I need to put the .ppu file somewhere? where?
Add the unit (.pas) to a package and use the package in any project needing the unit. The .ppu files are automatically created/updated by the IDE. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
