Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: unexpected end of file while looking for precompiled header directive Pin
John M. Drescher10-Mar-06 16:32
John M. Drescher10-Mar-06 16:32 
AnswerRe: unexpected end of file while looking for precompiled header directive Pin
Intertherain10-Mar-06 16:01
Intertherain10-Mar-06 16:01 
AnswerRe: unexpected end of file while looking for precompiled header directive Pin
Michael Dunn10-Mar-06 16:15
sitebuilderMichael Dunn10-Mar-06 16:15 
QuestionIHTMLDOMNode and IHTMLElement and leading spaces Pin
mcahriman10-Mar-06 10:59
mcahriman10-Mar-06 10:59 
AnswerRe: IHTMLDOMNode and IHTMLElement and leading spaces Pin
Gerald Schwab10-Mar-06 12:00
Gerald Schwab10-Mar-06 12:00 
GeneralRe: IHTMLDOMNode and IHTMLElement and leading spaces Pin
mcahriman14-Mar-06 6:56
mcahriman14-Mar-06 6:56 
QuestionExecute program Pin
sam117310-Mar-06 10:39
sam117310-Mar-06 10:39 
AnswerRe: Execute program Pin
georgeraafat10-Mar-06 13:48
georgeraafat10-Mar-06 13:48 
Which version of VC++ are you using?
For most applications, they will have dependency on the C Run-time dlls.

In VC++ 2003 and earlier, those CRT dlls are dropped to system32 folder and they just need to be on the path. You can figure out the names of the dlls by using depends.exe.

In VC++ 2005, the CRT dlls are now distributed through Msms that needs to be merged into an Msi to get installed on the user's machine. You can search for VCRedist.exe on the microsoft website. Again - depends.exe should help you figure out those dlls.

gmileka
QuestionReadProcessMemory alternative Pin
MaTTEvIL10-Mar-06 10:18
MaTTEvIL10-Mar-06 10:18 
AnswerRe: ReadProcessMemory alternative Pin
Dan McCormick10-Mar-06 11:52
Dan McCormick10-Mar-06 11:52 
Questionclosing MFC dialog app Pin
viperlogic10-Mar-06 8:28
viperlogic10-Mar-06 8:28 
AnswerRe: closing MFC dialog app Pin
Michael Dunn10-Mar-06 8:38
sitebuilderMichael Dunn10-Mar-06 8:38 
GeneralRe: closing MFC dialog app Pin
viperlogic10-Mar-06 8:52
viperlogic10-Mar-06 8:52 
AnswerRe: closing MFC dialog app Pin
MANISH RASTOGI10-Mar-06 17:36
MANISH RASTOGI10-Mar-06 17:36 
QuestionIs it true that if GetActiveView() returns NULL then Our Application Does not Support Doc/view. Pin
CodeVarma10-Mar-06 7:35
CodeVarma10-Mar-06 7:35 
AnswerRe: Is it true that if GetActiveView() returns NULL then Our Application Does not Support Doc/view. Pin
Intertherain10-Mar-06 16:08
Intertherain10-Mar-06 16:08 
QuestionOnInitialUpdate CSplitterWnd Pin
23_44410-Mar-06 7:01
23_44410-Mar-06 7:01 
QuestionRe: OnInitialUpdate CSplitterWnd Pin
David Crow10-Mar-06 8:28
David Crow10-Mar-06 8:28 
AnswerRe: OnInitialUpdate CSplitterWnd Pin
23_44410-Mar-06 8:37
23_44410-Mar-06 8:37 
Questiontxt file Pin
chaitanya2210-Mar-06 6:22
chaitanya2210-Mar-06 6:22 
QuestionRe: txt file Pin
David Crow10-Mar-06 6:34
David Crow10-Mar-06 6:34 
AnswerRe: txt file Pin
chaitanya2211-Mar-06 0:23
chaitanya2211-Mar-06 0:23 
GeneralRe: txt file Pin
David Crow13-Mar-06 2:42
David Crow13-Mar-06 2:42 
AnswerRe: txt file Pin
Hamid_RT10-Mar-06 6:54
Hamid_RT10-Mar-06 6:54 
AnswerRe: txt file Pin
gamitech10-Mar-06 7:01
gamitech10-Mar-06 7:01 

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.