Click here to Skip to main content
15,917,971 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handle of a control in a web page Pin
Ravi Shankar26-Jul-00 8:27
Ravi Shankar26-Jul-00 8:27 
GeneralApplication Distribution and Installation issues Pin
Gert Boddaert26-Jul-00 0:21
Gert Boddaert26-Jul-00 0:21 
Hi,

I have some questions concerning application distribution:
I have a list of dependencies (I used the dependency tool of VC++6.0):

Executables

MyApp1.exe
MyApp2.exe

DLLs

1. My Application DLLS
MyDLL1.dll
MyDLL2.dll

2. MFC DLLs
MFC42.DLL

3. Other DLLs
advapi32.dll
comctl32.dll
comdlg32.dll
gdi32.dll
imagehlp.dll
kernel32.dll
msvcirt.dll
msvcrt.dll
ntdll.dll
rpcrt4.dll
shell32.dll
shlwapi.dll
SlsApi.dll
user32.dll

I want to install as many private copies of these DLLs as I can. (I am horrified of upgrading people’s systems without their knowledge. (I want to avoid copying DLLs to the system32 or system dirs)
That means e.g. I put the MFC42.dll in the .exe module path. (my own local MFC dll copy)
Which of the other DLLs should I include in my install program?
I can’t imagine having my own private copy of e.g. ntdll.dll, ….

Could someone help me out here or at least point me at the information needed to get a correct list of redistributable DLLs (and their preferred target directory), so I do not have to ask this silly question in the future. Anyway, a solution for this particular distribution would be highly appreciated.

Oh yes, static linking of MFC is out of the question for technical reasons (program structure -> explicit linking mechanisms, …).

Best Regards,

Gert.
QuestionMessage for scrolling listctrl? Pin
Mathias25-Jul-00 21:38
Mathias25-Jul-00 21:38 
AnswerRe: Message for scrolling listctrl? Pin
Benedict Verheyen25-Jul-00 23:06
sussBenedict Verheyen25-Jul-00 23:06 
GeneralRe: Message for scrolling listctrl? Pin
Mathias26-Jul-00 21:48
Mathias26-Jul-00 21:48 
GeneralRe: Message for scrolling listctrl? Pin
Benedict Verheyen27-Jul-00 2:57
sussBenedict Verheyen27-Jul-00 2:57 
GeneralRegarding Installation program Pin
krithi25-Jul-00 19:23
krithi25-Jul-00 19:23 
GeneralRe: Regarding Installation program Pin
Benedict Verheyen25-Jul-00 22:58
sussBenedict Verheyen25-Jul-00 22:58 
GeneralRe: Regarding Installation program Pin
xtsea26-Jul-00 3:27
xtsea26-Jul-00 3:27 
GeneralRe: Regarding Installation program Pin
Benedict Verheyen27-Jul-00 2:46
sussBenedict Verheyen27-Jul-00 2:46 
GeneralRe: Regarding Installation program Pin
Ravi Shankar26-Jul-00 7:35
Ravi Shankar26-Jul-00 7:35 
GeneralRe: Regarding Installation program Pin
trey3-Aug-00 8:28
trey3-Aug-00 8:28 
GeneralCDaoRecordSet crashes on Close Pin
Paul Ebert25-Jul-00 12:55
Paul Ebert25-Jul-00 12:55 
GeneralFinding bitmap resources Pin
Member 1062419025-Jul-00 5:52
Member 1062419025-Jul-00 5:52 
GeneralRe: Finding bitmap resources Pin
Feng Yuan25-Jul-00 16:03
Feng Yuan25-Jul-00 16:03 
Generalresizing the dialog box along with the controls for all resolutions Pin
Up25-Jul-00 8:21
Up25-Jul-00 8:21 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Benedict Verheyen25-Jul-00 23:14
sussBenedict Verheyen25-Jul-00 23:14 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Up26-Jul-00 7:45
Up26-Jul-00 7:45 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Benedict Verheyen27-Jul-00 2:36
sussBenedict Verheyen27-Jul-00 2:36 
GeneralRe: resizing the dialog box along with the controls for all resolutions Pin
Paolo Messina26-Jul-00 10:29
professionalPaolo Messina26-Jul-00 10:29 
GeneralVisual Studio and Intellisense Pin
Jeremy Davis25-Jul-00 3:26
Jeremy Davis25-Jul-00 3:26 
GeneralRe: Visual Studio and Intellisense Pin
peterchen25-Jul-00 9:47
peterchen25-Jul-00 9:47 
GeneralRe: Visual Studio and Intellisense Pin
Mike Dunn25-Jul-00 10:13
Mike Dunn25-Jul-00 10:13 
GeneralPop-up menus Pin
Roger25-Jul-00 1:58
Roger25-Jul-00 1:58 
GeneralRe: Pop-up menus Pin
Igor Chouvalov25-Jul-00 4:38
Igor Chouvalov25-Jul-00 4:38 

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.