Closed ertankucukoglu closed 4 years ago
Delphi 10.3.3, target Win32, very latest sources from git.
I have following in my uses. Not sure which unit actually triggers, so putting all my uses here.
uses ClpIBufferedCipher, ClpCipherUtilities, ClpIParametersWithIV, ClpParametersWithIV, ClpParameterUtilities, ClpEncoders;
No code needed, just try to compile and you will get [dcc32 Fatal Error] HlpBlake2B.pas(13): F2613 Unit 'HlpIBlake2BParams' not found.
[dcc32 Fatal Error] HlpBlake2B.pas(13): F2613 Unit 'HlpIBlake2BParams' not found.
I remember (might be mistaken) that not found file is removed sometime back.
Thanks.
It seems files folders are changed. After fixing my library path everything works again.
Delphi 10.3.3, target Win32, very latest sources from git.
I have following in my uses. Not sure which unit actually triggers, so putting all my uses here.
No code needed, just try to compile and you will get
[dcc32 Fatal Error] HlpBlake2B.pas(13): F2613 Unit 'HlpIBlake2BParams' not found.
I remember (might be mistaken) that not found file is removed sometime back.
Thanks.