Click here to Skip to main content
16,011,743 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is there another ways to get file date stamp? Pin
Richard Andrew x648-Sep-06 19:51
professionalRichard Andrew x648-Sep-06 19:51 
GeneralRe: Is there another ways to get file date stamp? Pin
pcname9-Sep-06 3:17
pcname9-Sep-06 3:17 
GeneralRe: Is there another ways to get file date stamp? Pin
Gary R. Wheeler9-Sep-06 5:25
Gary R. Wheeler9-Sep-06 5:25 
QuestionInstall runtime libraries??? Pin
CTaylor898-Sep-06 8:50
CTaylor898-Sep-06 8:50 
AnswerRe: Install runtime libraries??? Pin
Jun Du8-Sep-06 9:18
Jun Du8-Sep-06 9:18 
GeneralRe: Install runtime libraries??? Pin
CTaylor898-Sep-06 10:14
CTaylor898-Sep-06 10:14 
GeneralRe: Install runtime libraries??? Pin
CTaylor898-Sep-06 11:06
CTaylor898-Sep-06 11:06 
GeneralRe: Install runtime libraries??? Pin
Dave Calkins8-Sep-06 13:03
Dave Calkins8-Sep-06 13:03 
an alternative to using the MS installer for the VC runtime libs is to look in your VC install directory for the redist directory. Under there, you'll find the redistributable libraries. You can just include them all in your install dir.

the nice thing about this approach is that you can have an installer which just copies files over and which doesn't risk requiring admin privs which users don't always have.

Either way will work, but I've found the straight copying approach, using the stuff under redist works very well.

Granted, if you're using .NET you are stuck having to run that separate installer or just having that as a requirement, but this at least takes care of the MFC/runtime lib stuff.
QuestionLink issue with VS 2005 Pin
ky_rerun8-Sep-06 8:31
ky_rerun8-Sep-06 8:31 
AnswerRe: Link issue with VS 2005 Pin
ky_rerun8-Sep-06 8:35
ky_rerun8-Sep-06 8:35 
Questionpointers and array of pointers question Pin
kitty58-Sep-06 8:01
kitty58-Sep-06 8:01 
AnswerRe: pointers and array of pointers question Pin
David Crow8-Sep-06 8:04
David Crow8-Sep-06 8:04 
GeneralRe: pointers and array of pointers question Pin
kitty58-Sep-06 8:06
kitty58-Sep-06 8:06 
AnswerRe: pointers and array of pointers question Pin
Cedric Moonen8-Sep-06 8:18
Cedric Moonen8-Sep-06 8:18 
AnswerRe: pointers and array of pointers question Pin
Chris Losinger8-Sep-06 8:27
professionalChris Losinger8-Sep-06 8:27 
AnswerRe: pointers and array of pointers question Pin
David Crow8-Sep-06 8:28
David Crow8-Sep-06 8:28 
GeneralRe: pointers and array of pointers question Pin
kitty58-Sep-06 10:20
kitty58-Sep-06 10:20 
GeneralRe: pointers and array of pointers question Pin
David Crow8-Sep-06 10:26
David Crow8-Sep-06 10:26 
GeneralRe: pointers and array of pointers question Pin
Jörgen Sigvardsson8-Sep-06 11:33
Jörgen Sigvardsson8-Sep-06 11:33 
Questionwindows system clock temper track Pin
dummy8088-Sep-06 7:19
dummy8088-Sep-06 7:19 
QuestionRe: windows system clock temper track Pin
David Crow8-Sep-06 8:02
David Crow8-Sep-06 8:02 
AnswerRe: windows system clock temper track Pin
Gary R. Wheeler9-Sep-06 5:38
Gary R. Wheeler9-Sep-06 5:38 
QuestionDecorated Splitter Bar - SOLVED Pin
#realJSOP8-Sep-06 6:51
professional#realJSOP8-Sep-06 6:51 
Questionvisual c++ 2005 newbie Pin
Lampros Giampouras8-Sep-06 6:48
Lampros Giampouras8-Sep-06 6:48 
AnswerRe: visual c++ 2005 newbie Pin
Jun Du8-Sep-06 7:11
Jun Du8-Sep-06 7:11 

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.