Hello, I managed to install the latest svn FPC and use it with Lazarus. Trying to compile VirtualTreeView component I get many errors about type conversions, like:
Error: Illegal type conversion: "Set Of TVTColumnOption" to "DWord" for line Dummy := LongWord(FOptions); Error: Illegal type conversion: "DWord" to "Set Of TVTColumnOption" for line Result := TVTColumnOptions(LongWord(Value and $FFFF)) Seems that integers and sets can't be casted to each other any more. How to fix the problem? Juha Manninen _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel