Skip to content

Could not compile the VirtualTrees components with RAD Studio 10.3 Rio and 10.4 Sydney #1055

@Jeanmilost

Description

@Jeanmilost

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions