all groups > vj# > june 2004 >
You're in the

vj#

group:

jbimp version resource


jbimp version resource jkwalnut
6/18/2004 12:46:02 PM
vj#: Can you use a resource file with jbimp to include a version number in the resulting dll?

RE: jbimp version resource sadar.vjcr NO[at]SPAM online.microsoft.com
7/1/2004 9:06:06 AM
Currently, there is no support in jbimp to specify version numbers in the
dll generated nor is there support to add a win32 resource file to the dll
generated.

However, can you please let us know what version number do you want to
associate with the dll? Is it the .NET assembly version number (which will
be used by the CLR) or the file version number (used by Explorer for
instance)? From your post, it looks like the latter, but could you please
confirm?

Thanks
Sadagopan Rajaram
Microsoft Visual J# .NET Product Team.

This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

--------------------
[quoted text, click to view]
Re: jbimp version resource Thomas Alex [MSFT]
7/9/2004 1:13:27 PM
Another alternative you could try is to use jbimp to produce a module, and
then use al.exe to create a multi-file assembly from the module.

Al.exe has options to specify both assembly version and file (win32)
version. For more information, see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfAssemblyGenerationUtilityAlexe.asp

thanks
Thomas Alex
Microsoft Visual J# Product Team

This posting is provided "AS IS" with no warranties, and confers no
rights.


[quoted text, click to view]

Re: jbimp version resource jkwalnut
7/10/2004 9:10:02 PM
thanks, I'll take a look at that. I need to get some version info, doesn't matter if it's just a file version or the assembly version.

I actually have 2 libraries I create, one with the JBIMP for 3rd party libraries and the other my own library. I can get assemby & file versions into my library and I need to keep track of the dependencies between the two libraries.

It looks like I can combine the two libraries with the al.exe.

[quoted text, click to view]
AddThis Social Bookmark Button