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.
"Thomas Alex [MSFT]" wrote:
> 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.
>
>
> "Sadagopan Rajaram" <sadar.vjcr@online.microsoft.com> wrote in message
> news:JHLHoq0XEHA.2752@cpmsftngxa06.phx.gbl...
> > 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 > >
> > --------------------
> >>Thread-Topic: jbimp version resource
> >>thread-index: AcRVbOKpq26iO7DST2aLR4v3T48BZg==
> >>X-WBNR-Posting-Host: 66.150.104.51
> >>From: "=?Utf-8?B?amt3YWxudXQ=?=" <jkwalnut@discussions.microsoft.com>
> >>Subject: jbimp version resource
> >>Date: Fri, 18 Jun 2004 12:46:02 -0700
> >>Lines: 3
> >>Message-ID: <F769EB02-B26B-4B1E-BA0E-733BBC5D4414@microsoft.com>
> >>MIME-Version: 1.0
> >>Content-Type: text/plain;
> >> charset="Utf-8"
> >>Content-Transfer-Encoding: 7bit
> >>X-Newsreader: Microsoft CDO for Windows 2000
> >>Content-Class: urn:content-classes:message
> >>Importance: normal
> >>Priority: normal
> >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> >>Newsgroups: microsoft.public.dotnet.vjsharp
> >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
> >>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> >>Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.vjsharp:6186
> >>X-Tomcat-NG: microsoft.public.dotnet.vjsharp
> >>
> >>Can you use a resource file with jbimp to include a version number in the
> > resulting dll?
> >>
> >>If so, what steps are necessary to create a resource file?
> >>
> >
>
>