Yes you can refer to classes in the main application. When the compiler runs, all the <import> files are compiled along with the main application, and in fact act just as if they were <include> statements for the purposes of declaring classes.
On Sun, Feb 24, 2008 at 10:51 AM, Rami Alkhalyleh <[EMAIL PROTECTED]> wrote: > Hi, > > I used deferred import to include files at runtime on demand, Can I > import file(.lzx) contains include statements? > > Example: > > ModuleA: > main.lzx (Contains class main implementation) > lib.lzx (Contains include main.lzx file) > > MainCanvas.lzx (Contains defer import of ModuleA/lib.lzx) > In this case, Can I use the main class in the main.lzx file after > it's loaded? > > > > -- > Best Regards > Rami -- Henry Minsky Software Architect [EMAIL PROTECTED]
