Click here to Skip to main content
15,895,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSyntactical blunder. Pin
esepich28-Sep-03 2:32
esepich28-Sep-03 2:32 
GeneralRe: Syntactical blunder. Pin
Ted Ferenc28-Sep-03 3:02
Ted Ferenc28-Sep-03 3:02 
GeneralRe: Syntactical blunder. Pin
Gary R. Wheeler28-Sep-03 5:22
Gary R. Wheeler28-Sep-03 5:22 
QuestionWhy open two projects in the same VC IDE? Pin
George227-Sep-03 20:41
George227-Sep-03 20:41 
AnswerRe: Why open two projects in the same VC IDE? Pin
Andrew Walker27-Sep-03 23:38
Andrew Walker27-Sep-03 23:38 
GeneralRe: Why open two projects in the same VC IDE? Pin
Mike Dimmick28-Sep-03 0:02
Mike Dimmick28-Sep-03 0:02 
GeneralRe: Why open two projects in the same VC IDE? Pin
George228-Sep-03 4:00
George228-Sep-03 4:00 
GeneralRe: Why open two projects in the same VC IDE? Pin
Mike Dimmick28-Sep-03 4:16
Mike Dimmick28-Sep-03 4:16 
Microsoft's general term for context-sensitive popup information - for example, the list of available methods that pops up after you type the '.' after an object name, or '->' after a pointer name, or the list of parameters for a method.

This information comes from a pre-parse of your declarations that the environment performs as you type. The parsed declarations are stored in the .NCB file with the same name as the project. This file is also used in the ClassView window - if VC ever complains that 'ClassView information is not available', it probably means that this file is read-only.
GeneralRe: Why open two projects in the same VC IDE? Pin
George229-Sep-03 3:41
George229-Sep-03 3:41 
GeneralRe: Why open two projects in the same VC IDE? Pin
George228-Sep-03 3:59
George228-Sep-03 3:59 
Questionwhat this error means? Pin
coda_x27-Sep-03 20:20
coda_x27-Sep-03 20:20 
AnswerRe: what this error means? Pin
Mike Dimmick28-Sep-03 0:05
Mike Dimmick28-Sep-03 0:05 
Generalcomplicated problem Pin
coda_x27-Sep-03 19:41
coda_x27-Sep-03 19:41 
GeneralRe: complicated problem Pin
Terry O'Nolley28-Sep-03 3:59
Terry O'Nolley28-Sep-03 3:59 
GeneralDebugger can not find debugging information of a MFC project. Pin
George227-Sep-03 19:32
George227-Sep-03 19:32 
GeneralRe: Debugger can not find debugging information of a MFC project. Pin
Mike Dimmick28-Sep-03 0:10
Mike Dimmick28-Sep-03 0:10 
GeneralRe: Debugger can not find debugging information of a MFC project. Pin
George228-Sep-03 4:03
George228-Sep-03 4:03 
QuestionHow does DLL share functionality with other application? Pin
Link260027-Sep-03 17:15
Link260027-Sep-03 17:15 
AnswerRe: How does DLL share functionality with other application? Pin
twing27-Sep-03 19:24
twing27-Sep-03 19:24 
GeneralRe: How does DLL share functionality with other application? Pin
Link260028-Sep-03 8:49
Link260028-Sep-03 8:49 
QuestionAnyone know how to add a dll file into the project? Pin
Link260027-Sep-03 15:47
Link260027-Sep-03 15:47 
AnswerRe: Anyone know how to add a dll file into the project? Pin
Adam °Wimsatt27-Sep-03 16:10
Adam °Wimsatt27-Sep-03 16:10 
GeneralRe: Anyone know how to add a dll file into the project? Pin
Link260027-Sep-03 16:50
Link260027-Sep-03 16:50 
GeneralTemplates Pin
73Zeppelin27-Sep-03 13:16
73Zeppelin27-Sep-03 13:16 
GeneralRe: Templates Pin
spiritualfields27-Sep-03 13:40
spiritualfields27-Sep-03 13:40 

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.