I am migrating some software from Delphi 6 to RAD 10.3. I have a line of code that I am receiving an error on and am not really sure how to resolve it. The line is:
uses LMDSpeedButton, ExtCtrls, StdCtrls, LMDEdit,ovcsf, Forms, ovcmeter,SDL_replis
The error I am seeing is:
[dcc32 Fatal Error] ScreenResolution.pas(25): F2613 Unit 'SDL_replis' not found.
I searched for SDL_replis
and found the SDL_replis.dcu
but not .PAS. It is my understanding that when using "uses" I need to have the .PAS. Is that correct and how do I get past this?