Click here to Skip to main content
16,014,860 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: process, thread's memory question Pin
Michael Dunn27-May-02 18:29
sitebuilderMichael Dunn27-May-02 18:29 
GeneralRe: process, thread's memory question Pin
Alexandru Savescu27-May-02 21:58
Alexandru Savescu27-May-02 21:58 
GeneralRe: process, thread's memory question Pin
zecodela27-May-02 23:23
zecodela27-May-02 23:23 
GeneralRe: process, thread's memory question Pin
zecodela27-May-02 23:23
zecodela27-May-02 23:23 
GeneralRe: process, thread's memory question Pin
Alexandru Savescu27-May-02 23:47
Alexandru Savescu27-May-02 23:47 
GeneralRe: process, thread's memory question Pin
zecodela28-May-02 3:12
zecodela28-May-02 3:12 
GeneralBest Way to Get Installed DLL Version Pin
John Clump27-May-02 17:53
John Clump27-May-02 17:53 
GeneralRe: Best Way to Get Installed DLL Version Pin
Alex Cramer27-May-02 18:24
Alex Cramer27-May-02 18:24 
See April 98 C++ Q&A in MSDN
Q How can I tell which version of a particular module (DLL) is installed on my system? I am trying to figure out which version of comctl32.dll is installed. I have seen code that calls GetProcAddress to try getting various functions like InitCommonControlsEx to determine the version based on which functions are present. This seems kludgy to me. What is the right way to get the version?
A Well, there are two ways: the easy way and the hard way. The easy way is to call a special new entry DllGetVersion. The only problem is, while comctl32.dll supports this function, not all DLLs have it. If there's no DllGetVersion, you have to use the hard way—namely, the FileVersion API, which is perhaps one of the most confusing APIs you will ever come across.............. (see MSDN)


Generalhelp with class project... Pin
C++ Virgin27-May-02 15:01
C++ Virgin27-May-02 15:01 
GeneralRe: help with class project... Pin
Christian Graus27-May-02 15:07
protectorChristian Graus27-May-02 15:07 
GeneralRe: help with class project... Pin
C++ Virgin27-May-02 16:35
C++ Virgin27-May-02 16:35 
GeneralRe: help with class project... Pin
Christian Graus27-May-02 16:48
protectorChristian Graus27-May-02 16:48 
GeneralRe: help with class project... Pin
C++ Virgin27-May-02 17:25
C++ Virgin27-May-02 17:25 
GeneralRe: help with class project... Pin
Nish Nishant27-May-02 17:53
sitebuilderNish Nishant27-May-02 17:53 
GeneralRe: help with class project... Pin
Michael P Butler27-May-02 22:01
Michael P Butler27-May-02 22:01 
GeneralRe: help with class project... Pin
Nish Nishant28-May-02 1:23
sitebuilderNish Nishant28-May-02 1:23 
GeneralRe: help with class project... Pin
Ed Gadziemski1-Jun-02 11:33
professionalEd Gadziemski1-Jun-02 11:33 
GeneralRe: help with class project... Pin
Nish Nishant1-Jun-02 15:05
sitebuilderNish Nishant1-Jun-02 15:05 
GeneralSaving the current file in a Visual Studio Addin Pin
Gilfrog27-May-02 14:36
Gilfrog27-May-02 14:36 
GeneralRe: Saving the current file in a Visual Studio Addin Pin
Rama Krishna Vavilala27-May-02 15:31
Rama Krishna Vavilala27-May-02 15:31 
GeneralRe: Saving the current file in a Visual Studio Addin Pin
Gilfrog27-May-02 16:02
Gilfrog27-May-02 16:02 
GeneralRe: Saving the current file in a Visual Studio Addin Pin
Rama Krishna Vavilala27-May-02 16:11
Rama Krishna Vavilala27-May-02 16:11 
GeneralRe: Saving the current file in a Visual Studio Addin Pin
Gilfrog27-May-02 16:35
Gilfrog27-May-02 16:35 
GeneralRe: Saving the current file in a Visual Studio Addin Pin
Rama Krishna Vavilala27-May-02 16:44
Rama Krishna Vavilala27-May-02 16:44 
GeneralRe: Saving the current file in a Visual Studio Addin Pin
Gilfrog27-May-02 17:36
Gilfrog27-May-02 17:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.