On Tue, Jan 11, 2011 at 1:05 PM, Michael Schnell <[email protected]> wrote: > I did not know that the LCL only supports one Widget Type at the time...
That's not true, it supports multiple widgets types at the same time, it just doesn't automatically build the LCL, you need to do this manually. And you need to have a build LCL for the target widgetset to use it in your project. All builds are stored in separate directories, so you can have any number of widgetsets built at the same time and further uses of the same widgetset wont require a LCL rebuild unless you change your LCL source code or your compiler. -- Felipe Monteiro de Carvalho -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
