uROBaseConnection.pas generates hints "W1000 Symbol ‘TROEncryption’ is deprecated: ‘use TROAESEncryptionEnvelope instead’.
Was filling up hints in my app.
uROBaseConnection.pas generates hints "W1000 Symbol ‘TROEncryption’ is deprecated: ‘use TROAESEncryptionEnvelope instead’.
Was filling up hints in my app.
that’s because it is. Deprecated. We recommend to use AES encryption envelopes instead.
Since the hint comes from uROBaseconnection.PAS and not my product’s own
code, shouldn’t the RO code that is is calling the deprecated code call
the newer code?
I could understand it if MyUnit.PAS called the deprecated code, that I
would need to change my code.
Hm, true. that should be reviewed. I take it you’re not actually USING the old encryption feature?
Thanks, logged as bugs://68393: “Deprecated” hints from encryption in core RO units.
This hint is produced because you have selected “legacy” component in setup. If you don’t use Encryption property, you can comment {$DEFINE RemObjects_UseEncryption} in RemObjects.inc and recompile RO_Core package.
after this, Encryption support will be removed and “deprecated” hint won’t be generated
bugs://68393 got closed as fixed for release May14 *