|
From: AVee on 3 Jun 2008 15:01 Does my MFC application have access to its own VS_VERSION_INFO resource, or does it have to use GetFileVersionInfo(), like it would have to for any other file?
From: Victor on 3 Jun 2008 16:16 Yes, it have to use GetFileVersionInfo(), like it would have to for any other file. Victor "AVee" <AVee(a)discussions.microsoft.com> wrote in message news:6AF2DAB7-3ABE-4804-AF07-BA7846BB988C(a)microsoft.com... > Does my MFC application have access to its own VS_VERSION_INFO resource, > or > does it have to use GetFileVersionInfo(), like it would have to for any > other > file?
From: Tom Serface on 3 Jun 2008 16:18 I just use GetFileVersionInfo() to get it. You could just use PJ's class to get the info: http://www.naughter.com/versioninfo.html Tom "AVee" <AVee(a)discussions.microsoft.com> wrote in message news:6AF2DAB7-3ABE-4804-AF07-BA7846BB988C(a)microsoft.com... > Does my MFC application have access to its own VS_VERSION_INFO resource, > or > does it have to use GetFileVersionInfo(), like it would have to for any > other > file?
From: AVee on 3 Jun 2008 18:47 Thanks, Tom. Useful link also. "Tom Serface" wrote: > I just use GetFileVersionInfo() to get it. You could just use PJ's class to > get the info: > > http://www.naughter.com/versioninfo.html >
From: AVee on 3 Jun 2008 18:52 Thanks, Victor. I was hoping that since the compiler got it, that I wouldn't need to go through the gymnastics of supplying the path to my executable and asking the OS to read it. Oh well. "Victor" wrote: > Yes, it have to use GetFileVersionInfo(), like it would have to for any > other file. >
|
Next
|
Last
Pages: 1 2 3 4 Prev: CreateNewFrame Next: How to specify which monitor to launch an application on |