09-06-2018, 05:58 PM
(09-06-2018, 05:24 PM)tultalk Wrote: Error Message when I opened an old project D5
Indy Unit IdThreadMgr was compiled with a different version of IdException.EIdException
How do i determine the nature of this problem and how ro fix it?
Different Indy version?
The IdThreadMgr unit was in Indy 8 and 9, but it does not exist in Indy 10 (it was replaced with the IdSchedulerOfThread unit and descendants). The IdException unit still exists in Indy 10, though. IIRC, Delphi 5 had Indy 8 pre-installed. So you will have to update the project to use Indy 9 or 10 instead.

