Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: can someone write a simple programm for me it should just take a minute Pin
Diddy1-Feb-04 9:17
Diddy1-Feb-04 9:17 
GeneralRe: can someone write a simple programm for me it should just take a minute Pin
jaapdeboer1-Feb-04 9:24
jaapdeboer1-Feb-04 9:24 
GeneralRe: can someone write a simple programm for me it should just take a minute Pin
Nick Parker1-Feb-04 10:55
protectorNick Parker1-Feb-04 10:55 
GeneralRe: can someone write a simple programm for me it should just take a minute Pin
Ian Darling1-Feb-04 12:10
Ian Darling1-Feb-04 12:10 
GeneralDisplay transparent PNG in CDialog Pin
Michael P. Mehl31-Jan-04 23:42
Michael P. Mehl31-Jan-04 23:42 
GeneralRe: Display transparent PNG in CDialog Pin
Joaquín M López Muñoz1-Feb-04 2:56
Joaquín M López Muñoz1-Feb-04 2:56 
Generalinstaller question Pin
andyg.10131-Jan-04 23:21
andyg.10131-Jan-04 23:21 
GeneralRe: installer question Pin
Joaquín M López Muñoz1-Feb-04 2:54
Joaquín M López Muñoz1-Feb-04 2:54 
1. Your program usually has a number of dependencies, which most commonly are DLLs implicitly used by your program at run-time. An installer makes sure that the target machine already has these DLLs and install the missing ones (an installer can do quite some things more, but this is its main functionality.) Most DLLs are system DLLs and you won't have to worry about them. Make this little test: copy your executable to a fresh machine (OS just installed) and see what happens. The system will guide you about what DLLs are missing. One important case is MFC distribution DLLs: usually, it is preferrable to build your app as statically linked against MFC (see project settings, first tab) so that you don't depend on MFC DLLs at all.

2. Most known commercial installers are InstallShield and Wise (google for them.) Windows has its on installation technology called Windows Installer, but it requires some preloaded services in the target machine which are not natively supported by older OSs. Pablo van der Meer has written a Little Install Builder[^] which may suit your needs.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: installer question Pin
[Anders]1-Feb-04 7:48
[Anders]1-Feb-04 7:48 
GeneralRe: installer question Pin
Jim Crafton1-Feb-04 14:08
Jim Crafton1-Feb-04 14:08 
Generalmpeg2 video Stream length Pin
yogev31-Jan-04 23:18
yogev31-Jan-04 23:18 
GeneralSwitching between applications Pin
techysavvy31-Jan-04 23:07
techysavvy31-Jan-04 23:07 
GeneralRe: Switching between applications Pin
__Cerb1-Feb-04 4:01
__Cerb1-Feb-04 4:01 
GeneralRe: Switching between applications Pin
techysavvy3-Feb-04 1:31
techysavvy3-Feb-04 1:31 
GeneralAbout MSXML Pin
Anonymous31-Jan-04 22:17
Anonymous31-Jan-04 22:17 
GeneralRe: About MSXML Pin
Michael P Butler1-Feb-04 8:16
Michael P Butler1-Feb-04 8:16 
GeneralRe: About MSXML Pin
Anonymous2-Feb-04 4:42
Anonymous2-Feb-04 4:42 
GeneralAdvice on Enumerating and Searching Folders Needed Pin
Roger Wright31-Jan-04 19:29
professionalRoger Wright31-Jan-04 19:29 
GeneralRe: Advice on Enumerating and Searching Folders Needed Pin
ColinDavies31-Jan-04 20:55
ColinDavies31-Jan-04 20:55 
GeneralRe: Advice on Enumerating and Searching Folders Needed Pin
Neville Franks31-Jan-04 22:58
Neville Franks31-Jan-04 22:58 
GeneralRe: Advice on Enumerating and Searching Folders Needed Pin
Roger Wright1-Feb-04 3:22
professionalRoger Wright1-Feb-04 3:22 
QuestionBoost smart pointers - can I do this? Pin
Neville Franks31-Jan-04 19:04
Neville Franks31-Jan-04 19:04 
AnswerRe: Boost smart pointers - can I do this? Pin
Joaquín M López Muñoz1-Feb-04 2:12
Joaquín M López Muñoz1-Feb-04 2:12 
GeneralRe: Boost smart pointers - can I do this? Pin
Neville Franks1-Feb-04 12:01
Neville Franks1-Feb-04 12:01 
GeneralCreate a Popup IE window from C++ Pin
Shutter31-Jan-04 16:32
Shutter31-Jan-04 16:32 

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.