Zazhir 0 Posted February 23, 2023 I just update Indy's component to the latest version. I am using a thirdy party libary to make the request of an api call RESTResquest4Delphi. When I tried to run the projet, the follow erro occurs. Any idea on how to solve this issue? Share this post Link to post
PeterBelow 238 Posted February 23, 2023 I hope you have the source code of this library. You need to recompile its units to use the Indy version you just installed. And make sure you only have one instance of the Indy dcus on the pathes the compiler searches for files (IDE library path, project search path). 2 Share this post Link to post
programmerdelphi2k 237 Posted February 23, 2023 before any updates, you can verify if residual-old-files exists or not, for Indy try "dir id*.* for example on CMD RAD store its DCU, BPL, DCP in \bin and for platforms see on \lib dont forget verify the "Library path", "Browse Path", "DCU path" on setup Share this post Link to post
Zazhir 0 Posted February 23, 2023 (edited) 10 minutes ago, programmerdelphi2k said: before any updates, you can verify if residual-old-files exists or not, for Indy try "dir id*.* for example on CMD RAD store its DCU, BPL, DCP in \bin and for platforms see on \lib dont forget verify the "Library path", "Browse Path", "DCU path" on setup if I just delete these old files, the erros is fixed? Edited February 23, 2023 by Zazhir Share this post Link to post
Zazhir 0 Posted February 23, 2023 so I have to go back to the old version? that do not look right, keep in mind that i need the component in his recent version. 20 minutes ago, PeterBelow said: I hope you have the source code of this library. You need to recompile its units to use the Indy version you just installed. And make sure you only have one instance of the Indy dcus on the pathes the compiler searches for files (IDE library path, project search path). Share this post Link to post
programmerdelphi2k 237 Posted February 23, 2023 if you have all compiled files (DCU, BPL, DCP, etc...) for example, you needs just replace old files (with same IDE edition) of course, else, you 'll need compile new version!!! normally, the installer just try delete old-files, copy new binary to folders! sometimes do some recompiling... Share this post Link to post
Zazhir 0 Posted February 23, 2023 o I see, when I was upp to update the Indy, I follow the steps to delete these files, this was to avoid this kind of error? Share this post Link to post