I'm seeing failures of the VerQueryValue() Win32 API on some files when I try to get the language translation. On some it retuns a failure code and on others the version pointer buffer is 0. On a...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10006677.html
case WM_INITDIALOG:
{
HGLOBAL hg;
int size, i;
HANDLE buf, print, Buffer;
UINT size2;
TCHAR key[80];
TCHAR lpBuffer[10];
hg = GlobalAlloc(GPTR, 1024);
buf = (c...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10204329.html
i write the function to get the product version,
and in project->option->versioninfo :check the include version information in project
fill in all values.
but could not get value when it run.
a...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20648608.html
Hi,
i have a function for retrieving the version info, it works in my first project, but in another project, it fails.
It's always the VerQueryValue that fails... anyone can see if something is...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_21654490.h...
Zones:
C++ BuilderDate Answered: 01/09/2006 Rating: 8.2 Views: 0
Hi!
I need an example for the VerQueryValue API in the version.dll
thanks :-)
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10123383.html
Zones:
Visual BasicDate Answered: 01/31/1999 Rating: 8.0 Views: 0
I have written a small function that uses the WinAPI GetFileVersionInfo and VerQueryValue. This gets the fileversion fine for most exes and dlls using
"StringFileInfo\080904E4\FileVersion" but fo...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10215655.html
Greetings,
To clarify my other question, and hopefulyy get some answers, here is my question again. The main problem is the fact that the code runs under Microsoft Visual C++ but when running in...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20401952.html
Zones:
C++Date Answered: 01/15/2003 Rating: 7.2 Views: 0
Hi there,
I am using VerQueryValue to obtain the "ProductName" from a win32 executable. What I would like to do is change this string and update the executable, any ideas how I would go about d...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21437564.html
Zones:
C++Date Answered: 05/21/2006 Rating: 6.8 Views: 0
I am using VerQueryValue to return the FileVersion using the following code:
However stVersion returns the name and path of the C++ Executable that is running not the version number of the program...
http://www.experts-exchange.com/Programming/Misc/Q_21672904.html
Zones:
ProgrammingDate Answered: 01/30/2006 Rating: 8.8 Views: 0