Thread overview
String version info retrieval
Jun 29, 2004
Dimitri Kaparis
Jun 30, 2004
Matthew
Jul 18, 2004
Dimitri Kaparis
Jul 18, 2004
Matthew
Jul 25, 2004
Matthew
June 29, 2004
Greetings,

I'm looking at the classes from winstl_version_info.h. I need to retrieve the "ProductVersion" value of the running module. I found the methods to get the fixed-info fields, but couldn't find anything to get StringFileInfo values. Is there such a thing available?

Regards,
Dimitri
June 30, 2004
Hi Dimitri

Unfortunately, this was a late addition to v1.7.1, and the StringFileInfo functionality has not yet been added. I plan to do this for v1.8, of which a beta should be available sometime next month.

If you can wait a few weeks (perhaps giving me a reminder in early July), I will
be adding it then.

Cheers


-- 
Matthew Wilson

Author: "Imperfect C++", Addison-Wesley, 2004
    (http://www.imperfectcplusplus.com)
Contributing editor, C/C++ Users Journal
    (http://www.synesis.com.au/articles.html#columns)
STLSoft moderator
    (http://www.stlsoft.org)

-------------------------------------------------------------------------------

"So far, C++ is the best language I've discovered to say what I want to say" -- Alex Stepanov

-------------------------------------------------------------------------------


"Dimitri Kaparis" <d_kaparis@universalstudyhelper.com> wrote in message news:cbsri8$61l$1@digitaldaemon.com...
> Greetings,
>
> I'm looking at the classes from winstl_version_info.h. I need to retrieve the "ProductVersion" value of the running module. I found the methods to get the fixed-info fields, but couldn't find anything to get StringFileInfo values. Is there such a thing available?
>
> Regards,
> Dimitri


July 18, 2004
On Wed, 30 Jun 2004 15:44:33 +1000, "Matthew" <admin@stlsoft.dot.dot.dot.dot.org> wrote:

>Hi Dimitri
>
>Unfortunately, this was a late addition to v1.7.1, and the StringFileInfo functionality has not yet been added. I plan to do this for v1.8, of which a beta should be available sometime next month.
>
>If you can wait a few weeks (perhaps giving me a reminder in early July), I will
>be adding it then.
>

Hi Matthew,

This is the reminder you asked for.
Any news on the upcoming 1.8 version?

Regards,
Dimitri

July 18, 2004
"Dimitri Kaparis" <dkaparis@gmx.net> wrote in message news:e0gkf05cor2fk0vp0cgqjnl4u3rk9tb1th@4ax.com...
> On Wed, 30 Jun 2004 15:44:33 +1000, "Matthew" <admin@stlsoft.dot.dot.dot.dot.org> wrote:
>
> >Hi Dimitri
> >
> >Unfortunately, this was a late addition to v1.7.1, and the StringFileInfo functionality has not yet been added. I plan to do this for v1.8, of which a
beta
> >should be available sometime next month.
> >
> >If you can wait a few weeks (perhaps giving me a reminder in early July), I
will
> >be adding it then.
> >
>
> Hi Matthew,
>
> This is the reminder you asked for.

Thanks. It's going to be a little while longer, I'm afraid, as I'm mired in compiler issues with the D template library. ;/

Remind me again in a fortnight? ;)

> Any news on the upcoming 1.8 version?

I've added some new components in the 1.7.2 beta just released, including a path class in UNIXSTL and WinSTL. Nothing much else has happened as I've been busy on other things.

Cheers

Matthew


July 25, 2004
Try this out. I've tested it out a fair bit, but it's still very early alpha state.

I've also included the source of my test program, which works fine for me with VC 6 & 7.1, and Intel 8.0



"Dimitri Kaparis" <dkaparis@gmx.net> wrote in message news:e0gkf05cor2fk0vp0cgqjnl4u3rk9tb1th@4ax.com...
> On Wed, 30 Jun 2004 15:44:33 +1000, "Matthew" <admin@stlsoft.dot.dot.dot.dot.org> wrote:
>
> >Hi Dimitri
> >
> >Unfortunately, this was a late addition to v1.7.1, and the StringFileInfo functionality has not yet been added. I plan to do this for v1.8, of which a beta should be available sometime next month.
> >
> >If you can wait a few weeks (perhaps giving me a reminder in early July), I will
> >be adding it then.
> >
>
> Hi Matthew,
>
> This is the reminder you asked for.
> Any news on the upcoming 1.8 version?
>
> Regards,
> Dimitri
>