Closed vkrapotkin closed 8 years ago
Hi Vladimir, Nowadays, I'm so busy. But, it seems possible.
Thank you for your great work. But let's return to the issue. Now XS needs indy only to do a Base64 encoding. Since XE7 we have native methods to do it: TNetEncoding.Base64.EncodeBytesToString(TBytes):string; TNetEncoding.Base64.DecodeStringToBytes(string):TBytes; I guess it's much better to use it. After that we no more need have to define SP_STREAM
in XuperObject.pas we have
can we avoid of using indy and DB modules to reduce unneedable linkage ?