Click here to Skip to main content
15,921,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory Leak detection Pin
Shay Harel31-Oct-05 5:30
Shay Harel31-Oct-05 5:30 
GeneralRe: Memory Leak detection Pin
toxcct31-Oct-05 5:43
toxcct31-Oct-05 5:43 
GeneralRe: Memory Leak detection Pin
Shay Harel31-Oct-05 5:47
Shay Harel31-Oct-05 5:47 
GeneralRe: Memory Leak detection Pin
toxcct31-Oct-05 5:51
toxcct31-Oct-05 5:51 
GeneralRe: Memory Leak detection Pin
Shay Harel31-Oct-05 5:56
Shay Harel31-Oct-05 5:56 
GeneralRe: Memory Leak detection Pin
Ravi Bhavnani31-Oct-05 8:59
professionalRavi Bhavnani31-Oct-05 8:59 
AnswerRe: Memory Leak detection Pin
Blake Miller31-Oct-05 6:00
Blake Miller31-Oct-05 6:00 
GeneralRe: Memory Leak detection Pin
Shay Harel31-Oct-05 6:07
Shay Harel31-Oct-05 6:07 
AnswerRe: Memory Leak detection Pin
vgrigor131-Oct-05 6:41
vgrigor131-Oct-05 6:41 
AnswerRe: Memory Leak detection Pin
LighthouseJ31-Oct-05 9:26
LighthouseJ31-Oct-05 9:26 
GeneralRe: Memory Leak detection Pin
James R. Twine1-Nov-05 4:08
James R. Twine1-Nov-05 4:08 
AnswerRe: Memory Leak detection Pin
James R. Twine1-Nov-05 4:11
James R. Twine1-Nov-05 4:11 
GeneralRe: Memory Leak detection Pin
Shay Harel1-Nov-05 4:17
Shay Harel1-Nov-05 4:17 
Question.lib Files Pin
Andre Trollip31-Oct-05 0:05
Andre Trollip31-Oct-05 0:05 
AnswerRe: .lib Files Pin
Bob Stanneveld31-Oct-05 2:41
Bob Stanneveld31-Oct-05 2:41 
GeneralRe: .lib Files Pin
Andre Trollip31-Oct-05 2:49
Andre Trollip31-Oct-05 2:49 
GeneralRe: .lib Files Pin
toxcct31-Oct-05 2:59
toxcct31-Oct-05 2:59 
GeneralRe: .lib Files Pin
Bob Stanneveld31-Oct-05 6:24
Bob Stanneveld31-Oct-05 6:24 
QuestionWhy Visual Studio 6 C++ begins slowly editing for multy-project solution? Pin
vgrigor130-Oct-05 23:26
vgrigor130-Oct-05 23:26 
AnswerRe: Why Visual Studio 6 C++ begins slowly editing for multy-project solution? Pin
Prakash Nadar31-Oct-05 4:28
Prakash Nadar31-Oct-05 4:28 
GeneralRe: Why Visual Studio 6 C++ begins slowly editing for multy-project solution? Pin
vgrigor131-Oct-05 6:39
vgrigor131-Oct-05 6:39 
GeneralRe: Why Visual Studio 6 C++ begins slowly editing for multy-project solution? Pin
Prakash Nadar31-Oct-05 18:59
Prakash Nadar31-Oct-05 18:59 
GeneralRe: Why Visual Studio 6 C++ begins slowly editing for multy-project solution? Pin
vgrigor131-Oct-05 19:16
vgrigor131-Oct-05 19:16 
AnswerRe: Why Visual Studio 6 C++ begins slowly editing for multy-project solution? Pin
Shay Harel31-Oct-05 4:37
Shay Harel31-Oct-05 4:37 
AnswerRe: Why Visual Studio 6 C++ begins slowly editing for multy-project solution? Pin
krmed1-Nov-05 2:40
krmed1-Nov-05 2:40 
You might try the following...

Close your project, then delete the .ncb, .aps, and .clw files. Reopen the project and try again.

The .ncb file in particular can grow quite large as you edit code, (and the .aps grows with resources). Therefore the more you add/edit without deleting these file can slow down VS considerably.

Hope that helps.


Karl - WK5M
PP-ASEL-IA (N43CS)
<kmedcalf@ev1.net>
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

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.