Hello,
Compiling the VirtualTrees components with RAD Studio 10.3 Rio and 10.4 Sydney, I faced the following issues:
In 10.3 Rio, I needed to add the following include in VirtualTrees.Header.pas:
{$IF CompilerVersion >= 33} System.Generics.Collections, {$IFEND}
In 10.4 Sydney, I needed to modify the VirtualTreesD.dpk in the following manner:
{$LIBSUFFIX AUTO} => {$LIBSUFFIX '270'}
and modify the VirtualTreesD.dproj in the following manner:
<DllSuffix>$(Auto)</DllSuffix> => <DllSuffix>270</DllSuffix>
Can you please fix that?
Regards
Hello,
Compiling the VirtualTrees components with RAD Studio 10.3 Rio and 10.4 Sydney, I faced the following issues:
In 10.3 Rio, I needed to add the following include in VirtualTrees.Header.pas:
{$IF CompilerVersion >= 33} System.Generics.Collections, {$IFEND}In 10.4 Sydney, I needed to modify the VirtualTreesD.dpk in the following manner:
{$LIBSUFFIX AUTO} => {$LIBSUFFIX '270'}and modify the VirtualTreesD.dproj in the following manner:
<DllSuffix>$(Auto)</DllSuffix> => <DllSuffix>270</DllSuffix>Can you please fix that?
Regards