Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Antother SQL db implementation question Pin
cmk11-Dec-06 11:48
cmk11-Dec-06 11:48 
GeneralRe: Antother SQL db implementation question Pin
Jim Crafton11-Dec-06 17:11
Jim Crafton11-Dec-06 17:11 
GeneralRe: Antother SQL db implementation question Pin
cmk11-Dec-06 20:45
cmk11-Dec-06 20:45 
QuestionStaring with a Dialog Pin
manustone11-Dec-06 10:49
manustone11-Dec-06 10:49 
AnswerRe: Staring with a Dialog Pin
Michael Dunn11-Dec-06 10:55
sitebuilderMichael Dunn11-Dec-06 10:55 
GeneralRe: Staring with a Dialog Pin
manustone11-Dec-06 11:28
manustone11-Dec-06 11:28 
Questiondll creation from cpp files Pin
NAB3711-Dec-06 9:41
NAB3711-Dec-06 9:41 
QuestionI can't debug an MFC app anymore Pin
pblais11-Dec-06 8:25
pblais11-Dec-06 8:25 
I recently un-installed and re-installed Visual Studio 6.0. Something I noticed at the end of the installation process (I don't remember seeing this before) was a message box that popped up saying"
Setup has installed an icon in the Microsoft Visual C++ 6.0 group, that will allow you to install a subset of the Windows NT system symbols(.DBG) files....
For easier application debugging, it is strongly recommended that you install these files..


When I try clicking on the icon they mentioned, I get messages saying that the files I am trying to install don't coincide with the DLLs in my system32 area. This is strange because it is asking me to load the CD that I just used to install Visual Studio.

Anyways, I built a small dialog app with only one button. When I try to debug this app even with no breakpoints, after the dialog box for the app is put on the screen, I get a message box that says
User breakpoint called from code at 0xa725cd..
and the break pointer is at that address in machine code.
If I put a breakpoint inside OnInitDialog(), everything works fine, the code stops and I can look at watch points. But, once the app is allowed to run to where the dialog box is displayed, I get what I mentioned above.

Once I "stop debugging" the output window has the following in it
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFC42D.DLL'
Loaded symbols for 'C:\WINDOWS\system32\MSVCRTD.DLL'
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFCO42D.DLL'
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\uxtheme.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\dllt.dll', no matching symbolic information found.
First-chance exception in MoreButtons.exe (DLLT.DLL): 0xC0000005: Access Violation.
The program 'D:\PROJECTS\MoreButtons\Debug\MoreButtons.exe' has exited with code 0 (0x0).


Is it possible that I might have some corrupt files in my system32 folder????

Thank you in advance for any help
Pierre
AnswerRe: I can't debug an MFC app anymore Pin
pblais11-Dec-06 8:29
pblais11-Dec-06 8:29 
AnswerRe: I can't debug an MFC app anymore Pin
Michael Dunn11-Dec-06 9:05
sitebuilderMichael Dunn11-Dec-06 9:05 
GeneralThanks Mike Pin
pblais11-Dec-06 9:18
pblais11-Dec-06 9:18 
GeneralRe: Thanks Mike Pin
Michael Dunn11-Dec-06 10:51
sitebuilderMichael Dunn11-Dec-06 10:51 
QuestionNeed Help w/ Drawing to DC and then Blitting It Pin
CoffeeAddict1911-Dec-06 8:15
CoffeeAddict1911-Dec-06 8:15 
AnswerRe: Need Help w/ Drawing to DC and then Blitting It Pin
Mark Salsbery11-Dec-06 8:28
Mark Salsbery11-Dec-06 8:28 
QuestionSaving question Pin
DanYELL11-Dec-06 6:20
DanYELL11-Dec-06 6:20 
AnswerRe: Saving question Pin
Sam Hobbs11-Dec-06 18:56
Sam Hobbs11-Dec-06 18:56 
QuestionMFC UI Threads Pin
rrrado11-Dec-06 5:19
rrrado11-Dec-06 5:19 
AnswerRe: MFC UI Threads Pin
Mark Salsbery11-Dec-06 5:33
Mark Salsbery11-Dec-06 5:33 
GeneralRe: MFC UI Threads Pin
rrrado11-Dec-06 5:42
rrrado11-Dec-06 5:42 
GeneralRe: MFC UI Threads Pin
Mark Salsbery11-Dec-06 6:09
Mark Salsbery11-Dec-06 6:09 
GeneralRe: MFC UI Threads Pin
rrrado11-Dec-06 6:48
rrrado11-Dec-06 6:48 
GeneralRe: MFC UI Threads [modified] Pin
Mark Salsbery11-Dec-06 7:04
Mark Salsbery11-Dec-06 7:04 
GeneralRe: MFC UI Threads Pin
rrrado11-Dec-06 7:37
rrrado11-Dec-06 7:37 
GeneralRe: MFC UI Threads Pin
Mark Salsbery11-Dec-06 7:09
Mark Salsbery11-Dec-06 7:09 
AnswerRe: MFC UI Threads Pin
Michael Dunn11-Dec-06 7:17
sitebuilderMichael Dunn11-Dec-06 7:17 

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.