0
votes
I can’t include a version number in this old Delphi project I inherited. How do I fix it?
You can create and embed resource files in libraries created under Delphi, by using the $R directive.
This …
