1
vote
4answers
486 views
I can’t include a version number in this old Delphi project I inherited. How do I fix it?
I have an old Delphi codebase I have to maintain, lots of DLLs, some older than others. In some of these DLLs there is no version information in the Project Options dialog. The controls for adding …
5
votes
I can’t include a version number in this old Delphi project I inherited. How do I fix it?
Check if the default .RES file exists in the project source location. Delphi includes the version number of the project in a .res file with the same name as the .dpr file. If the .RES file does not …
3
votes
What language or RAD IDE do you recommend for building shareware?
I don't know if Delphi's dead, it's just been bought by Embarcadero. The real momemtum has been behind C# on .NET with Visual Studio though. The basic versions are cheaper and Borland really droppe …
