Closed fschenckel closed 8 years ago
Hi, you must be patient with this, because the class helper limitation introduced in Berlin, causes several issues to compile the code, and fix all these will take some time.
Regards Rodrigo.
Hello,
Thanks for your answer !! I began to check the code and applied the trick I have seen in the JVCL (Create a dummy class with similar structure) to get the correct offset. It compiles but it doesn’t work correctly so far, mainly because of the hook on the procedure / functions.
I know it is a bad fix for this and will not stand over several version, but it was just a try. Right at the moment I don’t have time to spend on this project, but I will have a few hours in the next days. If you’re interested I can send you the changes…
Regards
Frédéric
De : Rodrigo Ruz [mailto:notifications@github.com] Envoyé : mardi 17 mai 2016 17:43 À : RRUZ/Delphi-IDE-Colorizer Cc : Frédéric SCHENCKEL; Author Objet : Re: [RRUZ/Delphi-IDE-Colorizer] RAD Studio Berlin (#18)
Hi, you must be patient with this, because the class helper limitation introduced in Berlin, causes several issues to compile the code, and fix all these will take some time.
Regards Rodrigo.
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/RRUZ/Delphi-IDE-Colorizer/issues/18#issuecomment-219759923
Hello Frédéric, any help is appreciated on these days ;), please feel free to post your changes using a pull request.
Hello Frédéric, I just added support for RAD Studio 10.1 Berlin to the plugin, try the version 0.8.7.1
Hello Rodrigo,
Cool yes it works !! I didn't tought about getting directly the address for the .bpl. Well done !
Hello,
I've checked in the code, but compatibility with Berlin 10.1 seems to be problematic because of the change of not getting access to the private symbols anymore. Does someone have a solution for this ?