Re: Standalone EXE



Thanks David.

I'll ask in the MFC group where the static link setting is.

"David Wilkinson, Visual C++ MVP" answered:

Use static linking.

BTW, if this is a question about an MFC application, you are really in the
wrong group. It is not an IDE issue, it is an MFC issue. So use the MFC
group. Many kinds of apps cannot use static linking, but MFC apps can.

--
David Wilkinson
Visual C++ MVP


.



Relevant Pages

  • Re: static linking VS dynamic use of MFC dlls
    ... > what are the pros and cons on statically linking MFC library?? ... > I did, as well as including the Msvcr71.dll in installer project, but ... Or just stick to static linking? ... The only situation in which the MFC DLLs have any advantage is if you are ...
    (microsoft.public.vc.mfc)
  • Re: How to Deploy MFC only based application?
    ... I've been releasing products using static linking for 10 years ... The other way is for your own installer to copy the files into the folder ... where your app .exe is. ... Localization - MFC DLL's are localized, so if your app causes MFC to ...
    (microsoft.public.vc.mfc)
  • Re: Running my application on target machine
    ... "David Wilkinson" wrote: ... How do I convert my project to staticaly link to MFC dllz (avoiding creating ... No I don't like the Static linking. ... There is also a General setting, ...
    (microsoft.public.vc.mfc)
  • Re: .net or mfc?
    ... I have deployed MFC apps in both VC6 and VC7.1 without any ... Using Inno setup my deployment is ... In fact the first "bootstrapper" one mentions static linking as a method of avoiding the redistributables, and obseves that this is how the bootstrapper itself works. ... We're not just talking about MFC here. ...
    (microsoft.public.vc.mfc)
  • Re: Assertion in CWinApp::CWinApp - AfxGetThread() == NULL
    ... All I know is every client I have that has used static linking has ended up in trouble. ... >>MFC runtime, and is one of the reasons I don't ever use static linking. ... that is, using the MFC DLL implies linking to the CRT ... MVP Tips: http://www.flounder.com/mvp_tips.htm ...
    (microsoft.public.vc.mfc)

Loading