Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thread problem ! Pin
Arjan Schouten19-Sep-02 22:44
Arjan Schouten19-Sep-02 22:44 
GeneralRe: Thread problem ! Pin
Hadi Rezaee19-Sep-02 22:47
Hadi Rezaee19-Sep-02 22:47 
GeneralMFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 21:29
sussMirko M.19-Sep-02 21:29 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Steve S19-Sep-02 21:50
Steve S19-Sep-02 21:50 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 22:08
sussMirko M.19-Sep-02 22:08 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Steve S19-Sep-02 22:17
Steve S19-Sep-02 22:17 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 22:44
sussMirko M.19-Sep-02 22:44 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Stephane Rodriguez.19-Sep-02 23:07
Stephane Rodriguez.19-Sep-02 23:07 
First of all MFC42.DLL, ..., is not part of the operating system. You cannot assume the DLLs are installed. And you cannot assume the right MFC42.DLL version is installed (which is 4.21 for VC++5.0, and 6.0 for VC++6.0).

MSVCRTD.DLL is a debug build, something you don't distribute. I guess you are talking about MSVCRT.DLL.

To know the DLLs that you need to distribute, you can use "dependency walker" (Visual studio tool directory). Beware that's a static listing, it does not show dynamically loaded DLLs.

MS requires you to build a .msi package (or your program will not install on Windows XP depending on user profile). This package references Merge Modules (*.msm files), and there is a merge module for the MFC run-time DLLs provided with the VS.NET cd. See redist.txt file in the cd.
I guess you can download the merge module from the MS site too. (don't know the url).



MS quote (http://www.microsoft.com/ddk) : As of September 30, 2002, the Microsoft® Windows® 2000 DDK, the Microsoft Windows 98 DDK, and the Microsoft Windows NT® 4.0 DDK will no longer be available for purchase or download on this site.
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Mirko M.19-Sep-02 23:29
sussMirko M.19-Sep-02 23:29 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Stephane Rodriguez.19-Sep-02 23:44
Stephane Rodriguez.19-Sep-02 23:44 
GeneralRe: MFC DLLs and Ms Visual Studio Installer Pin
Steve S20-Sep-02 0:23
Steve S20-Sep-02 0:23 
GeneralMainframe Caption Pin
Mazdak19-Sep-02 20:34
Mazdak19-Sep-02 20:34 
GeneralRe: Mainframe Caption Pin
Nish Nishant19-Sep-02 21:18
sitebuilderNish Nishant19-Sep-02 21:18 
GeneralRe: Mainframe Caption Pin
Mazdak19-Sep-02 21:42
Mazdak19-Sep-02 21:42 
GeneralRichEdit and its advance width Pin
Elf19-Sep-02 19:56
Elf19-Sep-02 19:56 
Generalhandle Pin
Anonymous19-Sep-02 19:51
Anonymous19-Sep-02 19:51 
GeneralRe: handle Pin
Nish Nishant19-Sep-02 21:19
sitebuilderNish Nishant19-Sep-02 21:19 
GeneralWill these api work in 98 Pin
suresh_sathya19-Sep-02 19:31
suresh_sathya19-Sep-02 19:31 
GeneralRe: Will these api work in 98 Pin
Paul M Watt19-Sep-02 19:38
mentorPaul M Watt19-Sep-02 19:38 
GeneralRe: Will these api work in 98 Pin
Michael Dunn19-Sep-02 19:37
sitebuilderMichael Dunn19-Sep-02 19:37 
Generalpragma optimize Pin
Chris Losinger19-Sep-02 19:00
professionalChris Losinger19-Sep-02 19:00 
Generalnevermind... Pin
Chris Losinger19-Sep-02 19:10
professionalChris Losinger19-Sep-02 19:10 
QuestionHow to make a toolbar button for a menu item with a number of sub menus? Pin
chen19-Sep-02 18:59
chen19-Sep-02 18:59 
GeneralScreen and Menu designer Pin
Anonymous19-Sep-02 18:34
Anonymous19-Sep-02 18:34 
GeneralReading Writing XML in C++ 6.0 Pin
Gilfrog19-Sep-02 18:34
Gilfrog19-Sep-02 18:34 

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.