Determining VC++ Service Pack Number
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How does one go about programatically (ie searching the registry, hidden API call, etc) determining the service pack for Visual C++?
-
How does one go about programatically (ie searching the registry, hidden API call, etc) determining the service pack for Visual C++?
it is enough? [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\ServicePacks] "latest"=dword:00000004 Mike.