Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC message routing weirdness Pin
Blake Miller15-Oct-04 4:25
Blake Miller15-Oct-04 4:25 
GeneralRe: MFC message routing weirdness Pin
Phil J Pearson15-Oct-04 4:43
Phil J Pearson15-Oct-04 4:43 
GeneralRe: MFC message routing weirdness - solved! Pin
Phil J Pearson15-Oct-04 5:18
Phil J Pearson15-Oct-04 5:18 
QuestionHow can I receive mails that is coming to my outlook in an MFC appliation. Pin
VCSharp00714-Oct-04 23:32
VCSharp00714-Oct-04 23:32 
AnswerRe: How can I receive mails that is coming to my outlook in an MFC appliation. Pin
Mad__14-Oct-04 23:46
Mad__14-Oct-04 23:46 
AnswerRe: How can I receive mails that is coming to my outlook in an MFC appliation. Pin
Sujan Christo14-Oct-04 23:50
Sujan Christo14-Oct-04 23:50 
General[Message Deleted] Pin
sheny14-Oct-04 23:17
sheny14-Oct-04 23:17 
GeneralRe: How many programs uses "this" dll? Pin
Phil J Pearson15-Oct-04 1:15
Phil J Pearson15-Oct-04 1:15 
If the dll is not loaded into memory then it's not being used. However, you probably mean "how many programs might potentially need the dll if and when they are run". The answer is there's not really any way to tell. You could run the depends tool on all the executables on the computer but you still wouldn't know because the dll might be loaded at run-time by something.

Shared dll's are supposed to be registered so they appear in the registry but there's nothing to guarantee that.

The only way to be sure is to delete the dll and then run absolutely every application using every possible feature under every possible condition. If something complains then the dll was needed. If not then it (probably) wasn't.



The opinions expressed in this communication do not necessarily represent those of the author (especially if you find them impolite, discourteous or inflammatory).
GeneralRe: How many programs uses "this" dll? Pin
benjymous15-Oct-04 1:45
benjymous15-Oct-04 1:45 
GeneralRe: How many programs uses "this" dll? Pin
Phil J Pearson15-Oct-04 4:14
Phil J Pearson15-Oct-04 4:14 
GeneralData Type conversion. Pin
VCSharp00714-Oct-04 23:14
VCSharp00714-Oct-04 23:14 
GeneralRe: Data Type conversion. Pin
Mad__14-Oct-04 23:32
Mad__14-Oct-04 23:32 
GeneralRe: Data Type conversion. Pin
VCSharp00714-Oct-04 23:35
VCSharp00714-Oct-04 23:35 
GeneralRe: Data Type conversion. Pin
Mad__14-Oct-04 23:40
Mad__14-Oct-04 23:40 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 1:25
VCSharp00715-Oct-04 1:25 
GeneralRe: Data Type conversion. Pin
Mad__15-Oct-04 1:34
Mad__15-Oct-04 1:34 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 1:55
VCSharp00715-Oct-04 1:55 
GeneralRe: Data Type conversion. Pin
Mad__15-Oct-04 2:00
Mad__15-Oct-04 2:00 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 2:02
VCSharp00715-Oct-04 2:02 
GeneralRe: Data Type conversion. Pin
Mad__15-Oct-04 2:10
Mad__15-Oct-04 2:10 
GeneralRe: Data Type conversion. Pin
VCSharp00715-Oct-04 18:22
VCSharp00715-Oct-04 18:22 
GeneralRe: Data Type conversion. Pin
David Crow15-Oct-04 5:51
David Crow15-Oct-04 5:51 
GeneralRe: Data Type conversion. Pin
Phil J Pearson15-Oct-04 0:51
Phil J Pearson15-Oct-04 0:51 
GeneralDTS package with input parameters for VC++ application Pin
tgprakash14-Oct-04 23:09
tgprakash14-Oct-04 23:09 
GeneralCode for Dialog in C++ Pin
pcxboy14-Oct-04 23:05
pcxboy14-Oct-04 23:05 

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.