Noli Sicad wrote: > In the Object Inspector there is inspector tab, so it is up to > developer /programmer what components he use in his program. > > The 3 VTV components does not have restrictions in my lazarus > installation - Windows, x86 Mac OS X and x86 Linux OS.
Now the question was about the code-base of Lazarus itself, not about an application made by a developer / programmer using Lazarus. Including VirtualTreeView into Lazarus code-base would make it compile on x86 architecture only and many people would be unhappy. I wouldn't be happy either if I forced such a limitation. (although I currently have only x86 machines myself.) @Luiz: is there any plan to port the code? The easiest way is to make a pascal version of the code for all other architectures. If speed demands, it could be coded again in assembly for selected CPUs. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
