Jump to content
Ponzu

Rapid generics for Delphi2010+ Internal Error

Recommended Posts

Rapid generics for Delphi2010+

https://github.com/sglienke/Rapid.Generics

I get an error when I compile the code below.

  uses Rapid.Generics;

  type TTestDictionary = TDictionary<Integer, String>;

Rapid.Generics.pas(2157): F2084 Internal Error: D7837

 

I am using Delphi XE and Win10 64bit.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×