Click here to Skip to main content
16,016,770 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ and Python Questions... Pin
Christian Graus15-Aug-05 13:12
protectorChristian Graus15-Aug-05 13:12 
GeneralRe: C++ and Python Questions... Pin
Raistlfiren15-Aug-05 16:11
Raistlfiren15-Aug-05 16:11 
GeneralRe: C++ and Python Questions... Pin
Christian Graus15-Aug-05 16:15
protectorChristian Graus15-Aug-05 16:15 
GeneralRe: C++ and Python Questions... Pin
vincent.reynolds15-Aug-05 7:03
vincent.reynolds15-Aug-05 7:03 
GeneralRe: C++ and Python Questions... Pin
Raistlfiren15-Aug-05 10:42
Raistlfiren15-Aug-05 10:42 
GeneralRe: C++ and Python Questions... Pin
DavidNohejl15-Aug-05 15:11
DavidNohejl15-Aug-05 15:11 
GeneralRe: C++ and Python Questions... Pin
Raistlfiren15-Aug-05 16:04
Raistlfiren15-Aug-05 16:04 
GeneralFirst Chance Exception Pin
suzie10014-Aug-05 18:17
suzie10014-Aug-05 18:17 
Hi All,

I am a newbie to visual C++ and .NET. I am working on a project which involves Visual C++ , MFC. I have an application and when I compile and run it I get a bunch of:

First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c017.
First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c017.
First-chance exception at 0x7c81f070 in MpApp.exe: 0xC0000005: Access violation reading location 0x0000c017.
First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c017.
First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c019.
First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c019.
First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c019.

I have no idea why this happens and do not know how to go about debugging this. Also after showing all this exception my application runs fine. I made changes to the Debugger to break into the code on the exception and the first exception occurs in a windows file oleinit.cpp at the line:
SCODE sc = ::OleInitialize(NULL);

Please give me some guidance/pointers of what to do.

Thanks to All
GeneralRe: First Chance Exception Pin
Steen Krogsgaard14-Aug-05 21:18
Steen Krogsgaard14-Aug-05 21:18 
GeneralLinked Lists Pin
sroberts8214-Aug-05 8:29
sroberts8214-Aug-05 8:29 
GeneralRe: Linked Lists Pin
Jack Puppy14-Aug-05 9:49
Jack Puppy14-Aug-05 9:49 
GeneralRe: Linked Lists Pin
Christian Graus14-Aug-05 13:53
protectorChristian Graus14-Aug-05 13:53 
GeneralRe: Linked Lists Pin
Abebe14-Aug-05 20:32
Abebe14-Aug-05 20:32 
GeneralRe: Linked Lists Pin
Trollslayer14-Aug-05 22:15
mentorTrollslayer14-Aug-05 22:15 
GeneralRe: Linked Lists Pin
David Crow15-Aug-05 3:29
David Crow15-Aug-05 3:29 
GeneralRe: Linked Lists Pin
Christian Graus14-Aug-05 13:55
protectorChristian Graus14-Aug-05 13:55 
GeneralRe: Linked Lists Pin
S. Senthil Kumar14-Aug-05 19:17
S. Senthil Kumar14-Aug-05 19:17 
GeneralRe: Linked Lists Pin
Prakash Nadar14-Aug-05 20:52
Prakash Nadar14-Aug-05 20:52 
GeneralRe: Linked Lists Pin
Christian Graus15-Aug-05 13:14
protectorChristian Graus15-Aug-05 13:14 
GeneralModeless window data Pin
Lampros Giampouras14-Aug-05 6:44
Lampros Giampouras14-Aug-05 6:44 
GeneralRe: Modeless window data Pin
Christian Graus14-Aug-05 13:55
protectorChristian Graus14-Aug-05 13:55 
GeneralRe: Modeless window data Pin
Lampros Giampouras15-Aug-05 9:20
Lampros Giampouras15-Aug-05 9:20 
GeneralRe: Modeless window data Pin
Christian Graus15-Aug-05 13:19
protectorChristian Graus15-Aug-05 13:19 
GeneralRe: Modeless window data Pin
Lampros Giampouras16-Aug-05 2:17
Lampros Giampouras16-Aug-05 2:17 
GeneralVisual C++ .net Build Error Pin
sc09227014-Aug-05 6:33
sc09227014-Aug-05 6:33 

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.