Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to open .tif file in VC++ MFC Pin
vandana720-Nov-07 18:02
vandana720-Nov-07 18:02 
GeneralRe: how to open .tif file in VC++ MFC Pin
Mark Salsbery20-Nov-07 18:22
Mark Salsbery20-Nov-07 18:22 
QuestionHow to count the compile time Pin
Max++19-Nov-07 4:26
Max++19-Nov-07 4:26 
AnswerRe: How to count the compile time Pin
BhawnaA19-Nov-07 18:20
BhawnaA19-Nov-07 18:20 
QuestionMS Visual Studio 6.0 - Build problem Pin
Syamlal S Nair19-Nov-07 3:37
Syamlal S Nair19-Nov-07 3:37 
QuestionRe: MS Visual Studio 6.0 - Build problem Pin
David Crow19-Nov-07 3:42
David Crow19-Nov-07 3:42 
AnswerRe: MS Visual Studio 6.0 - Build problem Pin
Syamlal S Nair19-Nov-07 3:47
Syamlal S Nair19-Nov-07 3:47 
GeneralRe: MS Visual Studio 6.0 - Build problem Pin
Matthew Faithfull19-Nov-07 3:46
Matthew Faithfull19-Nov-07 3:46 
Things to try: switch off incremental linking in the project settings, delete all the temporary generated files associated with the project .obj .ncb etc. Then do a full rebuild from scratch. This usually clears the blockage as it were.
Like any complex product Visual Studio is far from bug free and some of these can cause the linker to sit in an endless loop. I have to have the intellisense Dll excised from my VS 2005 installation because one of my projects causes intellisense to consume 98% of the processing power endlessly. Such is life Roll eyes | :rolleyes:

Nothing is exactly what it seems but everything with seems can be unpicked.

QuestionProblem in scrolling a dialog. Pin
chandu00419-Nov-07 3:09
chandu00419-Nov-07 3:09 
AnswerRe: Problem in scrolling a dialog. Pin
Nelek19-Nov-07 3:46
protectorNelek19-Nov-07 3:46 
GeneralRe: Problem in scrolling a dialog. Pin
chandu00420-Nov-07 3:48
chandu00420-Nov-07 3:48 
QuestionBAD_POOL_HEADER Pin
Kerem Guemruekcue19-Nov-07 2:51
Kerem Guemruekcue19-Nov-07 2:51 
QuestionHow do I subscribe to events in a class? [modified] Pin
arnold_w19-Nov-07 2:26
arnold_w19-Nov-07 2:26 
GeneralRe: How do I subscribe to events in a class? Pin
Matthew Faithfull19-Nov-07 2:55
Matthew Faithfull19-Nov-07 2:55 
GeneralRe: How do I subscribe to events in a class? Pin
arnold_w19-Nov-07 3:58
arnold_w19-Nov-07 3:58 
GeneralRe: How do I subscribe to events in a class? Pin
Matthew Faithfull19-Nov-07 4:27
Matthew Faithfull19-Nov-07 4:27 
GeneralRe: How do I subscribe to events in a class? Pin
arnold_w19-Nov-07 4:38
arnold_w19-Nov-07 4:38 
GeneralRe: How do I subscribe to events in a class? Pin
Matthew Faithfull19-Nov-07 5:03
Matthew Faithfull19-Nov-07 5:03 
GeneralRe: How do I subscribe to events in a class? Pin
arnold_w19-Nov-07 22:11
arnold_w19-Nov-07 22:11 
QuestionBeginner Pin
john563219-Nov-07 2:09
john563219-Nov-07 2:09 
AnswerRe: Beginner Pin
Kerem Guemruekcue19-Nov-07 2:40
Kerem Guemruekcue19-Nov-07 2:40 
AnswerRe: Beginner Pin
Johpoke19-Nov-07 2:44
Johpoke19-Nov-07 2:44 
AnswerRe: Beginner Pin
chandu00419-Nov-07 3:02
chandu00419-Nov-07 3:02 
AnswerRe: Beginner Pin
Hamid_RT19-Nov-07 3:48
Hamid_RT19-Nov-07 3:48 
QuestionHow do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 0:24
arnold_w19-Nov-07 0:24 

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.