Hi, I created a package and added all the units from a custom framework (tiOPF) to the package. I set the Package Type to Runtime Only. It compiled without any issues. I didn't Install the package into the IDE, as it doesn't have any component, just objects I use (eg: tiObject, tiVisitor, etc)
I then created a test app, to see if I can inherit from a tiObject. The problem is, I got no idea how to add the package as a dependency to the project. I read the tutorial http://wiki.lazarus.freepascal.org/index.php/Lazarus_Packages on packages, but it only shows how to install the package containing a component into the IDE. Nothing mentioned about Runtime packages without components. Regards, - Graeme - > Remove the files of Programming/useful/ from the project, remove the unit > path, include path ... to this directory as well. > Create a package, say Programming/useful/APackage.lpk, and add the files > from Programming/useful to it. > Add the package as dependency to the project. _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
