Click here to Skip to main content
15,916,188 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Extracting the user input from Edit Box Pin
ThatsAlok19-May-06 2:45
ThatsAlok19-May-06 2:45 
GeneralRe: Extracting the user input from Edit Box Pin
Laxman Auti19-May-06 2:51
Laxman Auti19-May-06 2:51 
AnswerRe: Extracting the user input from Edit Box Pin
ThatsAlok19-May-06 2:41
ThatsAlok19-May-06 2:41 
AnswerRe: Extracting the user input from Edit Box Pin
David Crow19-May-06 3:09
David Crow19-May-06 3:09 
AnswerRe: Extracting the user input from Edit Box Pin
Hamid_RT19-May-06 19:10
Hamid_RT19-May-06 19:10 
AnswerRe: Extracting the user input from Edit Box Pin
rbid19-May-06 21:08
rbid19-May-06 21:08 
Question.ncb and .pch file Pin
big_denny_20019-May-06 1:54
big_denny_20019-May-06 1:54 
AnswerRe: .ncb and .pch file Pin
Sebastian Schneider19-May-06 2:08
Sebastian Schneider19-May-06 2:08 
NCB is the Intellisense Database. This sometimes messes up BADLY. I have had a NCB-File with a size of 1.2 GB (!!!). Sometimes the Parser will get a hick-up and go crazy. Just delete the file, it's automatically recreated when you reload your project. Looking stuff up (code completion etc.) might be a bit slow, but will soon get back to its old self.

The PCH-File is the precompiled header file. You can delete that one as well, it also will be recreated. If it is not there, compiling might take a bit longer (because it has to be recreated).

If you do not need recompiled headers, turn them off in the project properties.

Cheers,
Sebastian

--
Contra vim mortem non est medicamen in hortem.
QuestionUse Strlog in the application Pin
vemula_vijay19-May-06 1:53
vemula_vijay19-May-06 1:53 
AnswerRe: Use Strlog in the application Pin
Laxman Auti19-May-06 2:02
Laxman Auti19-May-06 2:02 
QuestionData Screen Pin
kk.tvm19-May-06 1:44
kk.tvm19-May-06 1:44 
AnswerRe: Data Screen Pin
Laxman Auti19-May-06 1:47
Laxman Auti19-May-06 1:47 
GeneralRe: Data Screen Pin
kk.tvm19-May-06 1:52
kk.tvm19-May-06 1:52 
AnswerRe: Data Screen Pin
Laxman Auti19-May-06 2:58
Laxman Auti19-May-06 2:58 
AnswerRe: Data Screen Pin
ThatsAlok19-May-06 2:10
ThatsAlok19-May-06 2:10 
QuestionDifference between Release , Release Unicode , Unicode Static Release Pin
zahid_ash19-May-06 1:17
zahid_ash19-May-06 1:17 
AnswerRe: Difference between Release , Release Unicode , Unicode Static Release Pin
Hamid_RT19-May-06 1:32
Hamid_RT19-May-06 1:32 
GeneralRe: Difference between Release , Release Unicode , Unicode Static Release Pin
zahid_ash19-May-06 1:35
zahid_ash19-May-06 1:35 
AnswerRe: Difference between Release , Release Unicode , Unicode Static Release Pin
Maximilien19-May-06 2:49
Maximilien19-May-06 2:49 
QuestionWhat does #pragma hdrstop mean Pin
NiceNaidu19-May-06 1:08
NiceNaidu19-May-06 1:08 
AnswerRe: What does #pragma hdrstop mean Pin
_AnsHUMAN_ 19-May-06 1:18
_AnsHUMAN_ 19-May-06 1:18 
AnswerRe: What does #pragma hdrstop mean Pin
Laxman Auti19-May-06 1:23
Laxman Auti19-May-06 1:23 
GeneralRe: What does #pragma hdrstop mean Pin
NiceNaidu19-May-06 1:48
NiceNaidu19-May-06 1:48 
Questionerror LNK2005: ... already defined in ..... Pin
Cyber Friend19-May-06 0:48
Cyber Friend19-May-06 0:48 
AnswerRe: error LNK2005: ... already defined in ..... Pin
Maxwell Chen19-May-06 0:51
Maxwell Chen19-May-06 0:51 

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.