Click here to Skip to main content
15,905,913 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: using MFC in win32 application Pin
Christian Graus26-Oct-04 8:49
protectorChristian Graus26-Oct-04 8:49 
GeneralDialogBar in a DLL? Please help! Pin
Exe026-Oct-04 7:27
Exe026-Oct-04 7:27 
GeneralA method to collapse code in the IDE Pin
NietzscheDisciple26-Oct-04 7:17
NietzscheDisciple26-Oct-04 7:17 
GeneralRe: A method to collapse code in the IDE Pin
BlackDice26-Oct-04 10:03
BlackDice26-Oct-04 10:03 
GeneralMenu on CFormView Derived Pin
aman200626-Oct-04 6:27
aman200626-Oct-04 6:27 
GeneralKnowing resource ID Pin
0v3rloader26-Oct-04 6:02
0v3rloader26-Oct-04 6:02 
Generallong compile time ... vs.net 2003 ... Pin
Maximilien26-Oct-04 5:57
Maximilien26-Oct-04 5:57 
GeneralRe: long compile time ... vs.net 2003 ... Pin
Blake Miller26-Oct-04 6:02
Blake Miller26-Oct-04 6:02 
With minimal build and link enabled, it can take longer and longer to compile and link because certain files are hashed, instead of being rewitten every time. You might try a FULL rebuild (or rebuild all) periodically to keep this thrashing to a minimum. I see this same problem with VC 6.0 when I have incremental link enabled.

The PDB must correlate the lines in your source with the locations on the executables, so it is common for that to rebuild each time you recompile and relink.

Questionwhere am i mistaking here? Pin
Natural_Demon26-Oct-04 5:35
Natural_Demon26-Oct-04 5:35 
AnswerRe: where am i mistaking here? Pin
Blake Miller26-Oct-04 6:09
Blake Miller26-Oct-04 6:09 
GeneralRe: where am i mistaking here? Pin
Natural_Demon26-Oct-04 8:23
Natural_Demon26-Oct-04 8:23 
GeneralRe: where am i mistaking here? Pin
Blake Miller27-Oct-04 4:45
Blake Miller27-Oct-04 4:45 
GeneralGet Row & Column for a listCtrl Pin
sweep12326-Oct-04 4:37
sweep12326-Oct-04 4:37 
GeneralRe: Get Row & Column for a listCtrl Pin
David Crow26-Oct-04 5:07
David Crow26-Oct-04 5:07 
GeneralRe: Get Row & Column for a listCtrl Pin
sweep12326-Oct-04 6:23
sweep12326-Oct-04 6:23 
GeneralRe: Get Row & Column for a listCtrl Pin
Rage26-Oct-04 7:10
professionalRage26-Oct-04 7:10 
GeneralRe: Get Row & Column for a listCtrl Pin
Grahamfff26-Oct-04 9:38
Grahamfff26-Oct-04 9:38 
Questionhow can i have only client area of window Pin
efanHarris26-Oct-04 4:35
efanHarris26-Oct-04 4:35 
AnswerRe: how can i have only client area of window Pin
David Crow26-Oct-04 4:42
David Crow26-Oct-04 4:42 
GeneralRe: how can i have only client area of window Pin
efanHarris26-Oct-04 20:16
efanHarris26-Oct-04 20:16 
GeneralRe: how can i have only client area of window Pin
David Crow27-Oct-04 10:30
David Crow27-Oct-04 10:30 
GeneralIs there any free Modem Simulator which can tell Call States or some other way to debug Modem application with Modem Pin
Kapoor Vikrant26-Oct-04 4:28
Kapoor Vikrant26-Oct-04 4:28 
GeneralRe: Is there any free Modem Simulator which can tell Call States or some other way to debug Modem application with Modem Pin
Blake Miller26-Oct-04 6:14
Blake Miller26-Oct-04 6:14 
QuestionHow to dump information into text file which I got from _CrtDumpMemoryLeaks() ? Pin
Amarelia26-Oct-04 4:24
Amarelia26-Oct-04 4:24 
GeneralBuilding Wizards Pin
shevi202726-Oct-04 2:57
shevi202726-Oct-04 2:57 

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.