Link to home
Start Free TrialLog in
Avatar of dotan
dotan

asked on

Version information

Hi...
When you look at a borland dll file properties you can see a version tab with all parameters included in the version info of the project.
How do i add this to my dll???
Avatar of dotan
dotan

ASKER

Edited text of question.
Look at Version Information under Project/Options.
Avatar of RBertora
Is there a way to auto generate a build/version number on each compile??

Rob;-)
Hmmmm... "auto increment build number" ?

Hmmmmm... I have just awarded my self the auto dummy award for being so stupid!!

Rob ;-)
Avatar of dotan

ASKER

Hi DrDelphi
the properties of the "Project/Options/version info" are set but if i look at the dll file properties there is no version tab.
are you working with Delphi 3, by any chance? I used to have that same problem with the first builds. It was resolved by version 3.02,though. Listen, in a worst case scenario, I have an example of adding versioninfo to an application on my webpage. It is independent of the Delphi IDE, should it WILL work.

http://www.drdelphi.com

look under sample codes.


Good luck!!
Make sure that your DPR has this line:

{$R *.RES}

Cheers,
Phil.
Avatar of dotan

ASKER

Hi Phil
This was the problem....
The {$R *.RES} was mising.
Post you're comment as an answer and i'll give you you're points.
TNQ


ASKER CERTIFIED SOLUTION
Avatar of philipleighs
philipleighs

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial