Click here to Skip to main content
16,006,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: set back ground color for main frame in SDI Pin
Mark Salsbery24-Apr-07 12:42
Mark Salsbery24-Apr-07 12:42 
GeneralRe: set back ground color for main frame in SDI Pin
gurucplusplus24-Apr-07 13:25
gurucplusplus24-Apr-07 13:25 
QuestionThe big leap to Vista and Visual Studio 2005 Pin
hcatech24-Apr-07 6:07
hcatech24-Apr-07 6:07 
AnswerRe: The big leap to Vista and Visual Studio 2005 Pin
David Crow24-Apr-07 6:18
David Crow24-Apr-07 6:18 
AnswerRe: The big leap to Vista and Visual Studio 2005 Pin
Michael Dunn24-Apr-07 8:35
sitebuilderMichael Dunn24-Apr-07 8:35 
GeneralRe: The big leap to Vista and Visual Studio 2005 Pin
hcatech25-Apr-07 3:48
hcatech25-Apr-07 3:48 
GeneralRe: The big leap to Vista and Visual Studio 2005 Pin
Michael Dunn25-Apr-07 13:52
sitebuilderMichael Dunn25-Apr-07 13:52 
AnswerRe: The big leap to Vista and Visual Studio 2005 Pin
cp987624-Apr-07 17:51
cp987624-Apr-07 17:51 
You can just copy the .dll's that you want but you have to put them into directories with their manifests. For example, (from here[^])

to include Microsoft.VC80.MFC.dll you need to copy the \Microsoft.VC80.MFC directory from %VCINSTALLDIR%\redist\ into the loacl application directory like:

<br />
\bin\<br />
   myApplication.exe<br />
   \Microsoft.VC80.MFC<br />


This works on XP but I don't think it works on earlier OSs. A simple way to install is to create a setup project in VS2005.



Peter
"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

QuestionDLL CRuntimeClass Pointers Differ From App [modified] Pin
Peter Saint24-Apr-07 6:04
Peter Saint24-Apr-07 6:04 
AnswerRe: DLL CRuntimeClass Pointers Differ From App Pin
Mark Salsbery24-Apr-07 7:59
Mark Salsbery24-Apr-07 7:59 
AnswerRe: DLL CRuntimeClass Pointers Differ From App [modified] Pin
Peter Saint24-Apr-07 8:32
Peter Saint24-Apr-07 8:32 
GeneralRe: DLL CRuntimeClass Pointers Differ From App Pin
Mark Salsbery24-Apr-07 8:55
Mark Salsbery24-Apr-07 8:55 
Questionplease help me(Networking)?!!! Pin
dSolariuM24-Apr-07 4:42
dSolariuM24-Apr-07 4:42 
QuestionRe: please help me(Networking)?!!! Pin
David Crow24-Apr-07 4:52
David Crow24-Apr-07 4:52 
QuestionAppropriate file buffer size Pin
Dustin Henry24-Apr-07 4:30
Dustin Henry24-Apr-07 4:30 
QuestionRe: Appropriate file buffer size Pin
David Crow24-Apr-07 4:32
David Crow24-Apr-07 4:32 
AnswerRe: Appropriate file buffer size Pin
Dustin Henry24-Apr-07 4:46
Dustin Henry24-Apr-07 4:46 
QuestionRe: Appropriate file buffer size Pin
David Crow24-Apr-07 4:50
David Crow24-Apr-07 4:50 
AnswerRe: Appropriate file buffer size Pin
Dustin Henry24-Apr-07 4:55
Dustin Henry24-Apr-07 4:55 
GeneralRe: Appropriate file buffer size Pin
David Crow24-Apr-07 5:02
David Crow24-Apr-07 5:02 
QuestionRe: Appropriate file buffer size Pin
Dustin Henry24-Apr-07 5:05
Dustin Henry24-Apr-07 5:05 
AnswerRe: Appropriate file buffer size Pin
David Crow24-Apr-07 5:16
David Crow24-Apr-07 5:16 
GeneralRe: Appropriate file buffer size Pin
Dustin Henry24-Apr-07 5:22
Dustin Henry24-Apr-07 5:22 
Questionbrain dead question : CFileDialog initial Dir. Pin
Maximilien24-Apr-07 4:01
Maximilien24-Apr-07 4:01 
AnswerRe: brain dead question : CFileDialog initial Dir. Pin
Dustin Henry24-Apr-07 4:24
Dustin Henry24-Apr-07 4:24 

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.