Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC42.DLL in .NET Apps Pin
Michael Dunn21-Aug-02 19:38
sitebuilderMichael Dunn21-Aug-02 19:38 
GeneralRe: MFC42.DLL in .NET Apps Pin
RichardEastes21-Aug-02 20:02
RichardEastes21-Aug-02 20:02 
GeneralRe: MFC42.DLL in .NET Apps Pin
Michael P Butler21-Aug-02 21:52
Michael P Butler21-Aug-02 21:52 
GeneralRe: MFC42.DLL in .NET Apps Pin
Stephane Rodriguez.21-Aug-02 22:06
Stephane Rodriguez.21-Aug-02 22:06 
GeneralRe: MFC42.DLL in .NET Apps Pin
Daniel Turini22-Aug-02 11:01
Daniel Turini22-Aug-02 11:01 
GeneralRe: MFC42.DLL in .NET Apps Pin
Stephane Rodriguez.22-Aug-02 11:19
Stephane Rodriguez.22-Aug-02 11:19 
GeneralRe: MFC42.DLL in .NET Apps Pin
Joel Lucsy22-Aug-02 14:39
Joel Lucsy22-Aug-02 14:39 
GeneralRe: MFC42.DLL in .NET Apps Pin
Daniel Turini23-Aug-02 0:27
Daniel Turini23-Aug-02 0:27 
StephaneRodriguez wrote:

In fact, the only *good reason* not to put the MFCs in your app directory is that the MFCs are not only DLLs, they are COM components, and self-register themselves each time they are loaded, hence overwriting the registry, which may lead to unpredictable consequences on the stability of other installed MFC apps, especially after uninstall.


This isn't true:

1. MFC dlls are not COM components. You can't regsvr32 mfc70.dll. (But you can create COM components with MFC).
2. COM components doesn't register themselves each time they are loaded.
3. With a COM DLL, it doesn't help installing the DLL on your app directory, because, when registered, it will be the only one DLL to be instantiated.



Concussus surgo.
When struck I rise.

GeneralRe: MFC42.DLL in .NET Apps Pin
Stephane Rodriguez.23-Aug-02 0:43
Stephane Rodriguez.23-Aug-02 0:43 
GeneralRe: MFC42.DLL in .NET Apps Pin
RichardEastes22-Aug-02 14:19
RichardEastes22-Aug-02 14:19 
GeneralRe: MFC42.DLL in .NET Apps Pin
Stephane Rodriguez.22-Aug-02 19:59
Stephane Rodriguez.22-Aug-02 19:59 
GeneralRe: MFC42.DLL in .NET Apps Pin
Daniel Turini23-Aug-02 0:29
Daniel Turini23-Aug-02 0:29 
GeneralTurn Off Window Animation Pin
Derick Cyril Thomas21-Aug-02 17:07
Derick Cyril Thomas21-Aug-02 17:07 
GeneralRe: Turn Off Window Animation Pin
Shog922-Aug-02 10:45
sitebuilderShog922-Aug-02 10:45 
GeneralRe: Turn Off Window Animation Pin
Derick Cyril Thomas22-Aug-02 16:36
Derick Cyril Thomas22-Aug-02 16:36 
GeneralRe: Turn Off Window Animation Pin
Shog922-Aug-02 19:48
sitebuilderShog922-Aug-02 19:48 
Questionexe file implementation problem? Pin
chen21-Aug-02 16:15
chen21-Aug-02 16:15 
AnswerRe: exe file implementation problem? Pin
Christian Graus21-Aug-02 16:49
protectorChristian Graus21-Aug-02 16:49 
GeneralSetWindowPos for dialog - OnInitDialog Pin
Coremn21-Aug-02 15:32
Coremn21-Aug-02 15:32 
GeneralRe: SetWindowPos for dialog - OnInitDialog Pin
Michael Dunn21-Aug-02 15:45
sitebuilderMichael Dunn21-Aug-02 15:45 
GeneralChanging Icon Pin
ThickAsABrick21-Aug-02 15:04
ThickAsABrick21-Aug-02 15:04 
GeneralRe: Changing Icon Pin
Shog921-Aug-02 15:10
sitebuilderShog921-Aug-02 15:10 
GeneralRe: Changing Icon Pin
Matt Newman22-Aug-02 1:54
Matt Newman22-Aug-02 1:54 
Generalenumerating pins in direct show Pin
Zizilamoroso21-Aug-02 13:46
Zizilamoroso21-Aug-02 13:46 
GeneralRe: enumerating pins in direct show Pin
Zizilamoroso21-Aug-02 14:00
Zizilamoroso21-Aug-02 14:00 

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.