Enter Keywords:
1 - 9 of 9(0.008 seconds)
Sort By:
 
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...
Zones: Windows ProgrammingDate Answered: 04/09/1997 Rating: 7.6 Views: 0
     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...
Zones: Windows ProgrammingDate Answered: 09/10/1999 Rating: 8.4 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 06/17/2003 Rating: 7.8 Views: 17
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...
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 :-)
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...
Zones: Delphi ProgrammingDate Answered: 03/12/2002 Rating: 6.8 Views: 4
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...
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...
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...
Zones: ProgrammingDate Answered: 01/30/2006 Rating: 8.8 Views: 0
 
  • 1