I am using Delphi 5.0 and i am getting error ‘StrUtils.dcu not found’ while compiling my project. Is this error related to the delphi version? I am not sure about in which version of Delphi StrUtils.pas added. Thanks for help.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it is related to the Delphi version – StrUtils was added in D6. It has also changed between versions since then – newer versions have functions which previous versions do not.