Click here to Skip to main content
15,917,731 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to set the original size of a window? Pin
Shehzad Salim18-Nov-03 22:48
Shehzad Salim18-Nov-03 22:48 
GeneralSlider problem Pin
Jose Vicente18-Nov-03 21:00
Jose Vicente18-Nov-03 21:00 
Generalconvert char to double Pin
barbaraokupna18-Nov-03 20:39
barbaraokupna18-Nov-03 20:39 
GeneralRe: convert char to double Pin
GDavy18-Nov-03 21:39
GDavy18-Nov-03 21:39 
GeneralRe: convert char to double Pin
David Crow19-Nov-03 3:38
David Crow19-Nov-03 3:38 
GeneralAsk for Help!! Pin
denny7518-Nov-03 20:23
denny7518-Nov-03 20:23 
GeneralRe: Ask for Help!! Pin
Shehzad Salim18-Nov-03 21:15
Shehzad Salim18-Nov-03 21:15 
GeneralRe: Ask for Help!! Pin
Mike Dimmick19-Nov-03 0:38
Mike Dimmick19-Nov-03 0:38 
You probably built a Release build without debugging information. Select 'Win32 Debug' from the Build toolbar, or select 'projectname - Win32 Debug' in the Build > Set Active Configuration dialog. Then try again. (Instructions for VC 6.0).

If you want to debug the release build, it can be helpful to create debugging information. You can do this by selecting 'Program Database' under Debug Info on the C/C++ tab of the Project > Settings dialog, and ticking 'Generate debug info' on the Link tab. Ticking this box disables a release-mode optimization, which you can turn back on by adding /OPT:REF to the Link Options box.

The 'error messages' are simply the debugger telling you which DLLs were loaded. 'No matching symbolic information' indicates that the debugger couldn't find debugging symbols for these DLLs: this is not a problem, unless you find yourself stopped in the middle of the DLL. If you want to, you can download debugging symbols from Windows Hardware and Driver Central[^]. However, these don't include debugging symbols for security patches; these used to be contained in the patch package but don't appear to be any more.

If you need to, you can get Visual Studio .NET to download symbol files from a Microsoft server on demand. See HOW TO: Use a Symbol Server with the Visual Studio .NET Debugger[^] for more details on this.
GeneralSystray Pin
margis18-Nov-03 19:04
margis18-Nov-03 19:04 
GeneralRe: Systray Pin
Ivor S. Sargoytchev18-Nov-03 19:45
Ivor S. Sargoytchev18-Nov-03 19:45 
GeneralRe: Systray Pin
Peak18-Nov-03 19:55
Peak18-Nov-03 19:55 
QuestionHow to call interrupt function Pin
FlyingDancer18-Nov-03 18:58
FlyingDancer18-Nov-03 18:58 
AnswerRe: How to call interrupt function Pin
Peak18-Nov-03 19:36
Peak18-Nov-03 19:36 
GeneralRe: How to call interrupt function Pin
FlyingDancer19-Nov-03 0:32
FlyingDancer19-Nov-03 0:32 
GeneralRe: How to call interrupt function Pin
Mike Dimmick19-Nov-03 1:44
Mike Dimmick19-Nov-03 1:44 
GeneralRe: How to call interrupt function Pin
Peak19-Nov-03 2:47
Peak19-Nov-03 2:47 
GeneralRe: How to call interrupt function Pin
FlyingDancer19-Nov-03 3:09
FlyingDancer19-Nov-03 3:09 
GeneralDirectshow error w/ SetNotifyWindow Pin
georgiek5018-Nov-03 18:15
georgiek5018-Nov-03 18:15 
GeneralRe: Directshow error w/ SetNotifyWindow Pin
Ivor S. Sargoytchev18-Nov-03 19:28
Ivor S. Sargoytchev18-Nov-03 19:28 
GeneralRe: Directshow error w/ SetNotifyWindow Pin
georgiek5018-Nov-03 19:57
georgiek5018-Nov-03 19:57 
GeneralATL & DHTML Pin
Leesen18-Nov-03 17:40
Leesen18-Nov-03 17:40 
GeneralRe: ATL & DHTML Pin
Peter Molnar19-Nov-03 15:27
Peter Molnar19-Nov-03 15:27 
GeneralRe: ATL & DHTML Pin
Leesen19-Nov-03 19:13
Leesen19-Nov-03 19:13 
GeneralRe: ATL & DHTML Pin
Peter Molnar20-Nov-03 2:33
Peter Molnar20-Nov-03 2:33 
GeneralRe: ATL & DHTML Pin
Leesen20-Nov-03 5:13
Leesen20-Nov-03 5:13 

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.