Click here to Skip to main content
15,897,137 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Text slots in an image file? (is this easy programming)? Pin
Code-o-mat31-Aug-11 22:08
Code-o-mat31-Aug-11 22:08 
QuestionDisappearing MFC controls [modified] Pin
j_schultz30-Aug-11 9:05
j_schultz30-Aug-11 9:05 
AnswerRe: Disappearing MFC controls Pin
Rolf Kristensen30-Aug-11 9:46
Rolf Kristensen30-Aug-11 9:46 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:50
j_schultz30-Aug-11 9:50 
AnswerRe: Disappearing MFC controls Pin
Maximilien30-Aug-11 9:48
Maximilien30-Aug-11 9:48 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:56
j_schultz30-Aug-11 9:56 
AnswerRe: Disappearing MFC controls Pin
QuiJohn30-Aug-11 10:42
QuiJohn30-Aug-11 10:42 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 10:49
j_schultz30-Aug-11 10:49 
GeneralRe: Disappearing MFC controls Pin
QuiJohn31-Aug-11 6:02
QuiJohn31-Aug-11 6:02 
GeneralRe: Disappearing MFC controls Pin
j_schultz31-Aug-11 6:10
j_schultz31-Aug-11 6:10 
GeneralRe: Disappearing MFC controls Pin
j_schultz31-Aug-11 7:42
j_schultz31-Aug-11 7:42 
GeneralRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:54
David Crow30-Aug-11 10:54 
GeneralRe: Disappearing MFC controls Pin
QuiJohn31-Aug-11 6:01
QuiJohn31-Aug-11 6:01 
GeneralRe: Disappearing MFC controls Pin
David Crow31-Aug-11 6:13
David Crow31-Aug-11 6:13 
AnswerRe: Disappearing MFC controls Pin
Rolf Kristensen30-Aug-11 9:53
Rolf Kristensen30-Aug-11 9:53 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:55
j_schultz30-Aug-11 9:55 
SuggestionRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:44
David Crow30-Aug-11 10:44 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 10:50
j_schultz30-Aug-11 10:50 
GeneralRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:53
David Crow30-Aug-11 10:53 
AnswerRe: Disappearing MFC controls Pin
xrg_soft@163.com30-Aug-11 16:30
xrg_soft@163.com30-Aug-11 16:30 
AnswerRe: Disappearing MFC controls Pin
Roger Allen2-Sep-11 6:58
Roger Allen2-Sep-11 6:58 
GeneralRe: Disappearing MFC controls Pin
j_schultz12-Sep-11 9:43
j_schultz12-Sep-11 9:43 
QuestionWhich VS2008 files are important? Pin
softwaremonkey30-Aug-11 4:03
softwaremonkey30-Aug-11 4:03 
AnswerRe: Which VS2008 files are important? Pin
«_Superman_»30-Aug-11 4:33
professional«_Superman_»30-Aug-11 4:33 
You don't need Debug and Release folders.
Other than that the only large file is .ncb for VS2008.
.pch and .pdb will be inside the Debug and Release folders.

.pdb contains symbols and is be used for debugging.
But this would only be needed if you're backing up the .exe as well.
If you're having the source and intend to backup the source as is without worrying about versions, then you can get rid of the Debug and Release folders.
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C

GeneralRe: Which VS2008 files are important? Pin
Albert Holguin30-Aug-11 5:45
professionalAlbert Holguin30-Aug-11 5:45 

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.