I'm using C++ Builder 10.3 and I have been having a problem with TRestClient
. I am sending a multipart/form-data
RestRequest but the boundary value is incorrect. I have found the following solution:
Delphi 10 TRestClient Mime Boundary issue
which describes a bug in the System.Net.Mime.pas
file. The solution is to edit the file and change a value, which I can do.
However, the change has no effect on my project. I have tried copying the file into my project folder, but that won't work because I use Runtime Packages.
I believe I need to re-compile rtl.bpl
to get the change to register in my project. Can someone please give me advice on how to do this please?