randomDLL.dll Delphi 11 64 Bit - File is missing

Hello, I switched to Delphi 11, I get the error with the missing randomDLL.dll. The workoraound described in a recent post will not work, because the .inc is no at place?

How to fix the problem for Delphi 11?

Ok, sorry, the solution here in forum worked:

To disable the need of RandomDLL.dll you have just to uncomment the line // {$DEFINE IDEVERSION1021} in the tmscrypto.inc file.

I didn't find the file before, my fault...