Click here to Skip to main content
15,918,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Performing lengthy operations on shutdown Pin
jales17-Dec-02 3:22
jales17-Dec-02 3:22 
GeneralRe: Performing lengthy operations on shutdown Pin
Nitron17-Dec-02 3:45
Nitron17-Dec-02 3:45 
GeneralRe: Performing lengthy operations on shutdown Pin
jales17-Dec-02 23:31
jales17-Dec-02 23:31 
GeneralActiveX Control Pin
chepuri_uk16-Dec-02 22:56
chepuri_uk16-Dec-02 22:56 
GeneralRe: ActiveX Control Pin
Nitron17-Dec-02 3:31
Nitron17-Dec-02 3:31 
GeneralApplication Error Pin
:_Rocket_:16-Dec-02 22:01
:_Rocket_:16-Dec-02 22:01 
GeneralRe: Application Error Pin
Christian Graus16-Dec-02 22:06
protectorChristian Graus16-Dec-02 22:06 
GeneralRe: Application Error Pin
jhwurmbach16-Dec-02 22:50
jhwurmbach16-Dec-02 22:50 
You may have a stray pointer there. Look at the memory address: 0x0000003c is certainly not a real variable adress.
You are having this error in Debug build also, but it is masked by some of the error-correction mechanisms there. Look for mentions of memory leaks when executing your Debug-build.
You are positively sure that every pointer you are using has been initialised and checked for validity before?

This can only be a starting point, but (as Christian said) there is an article about this on CP



"My opinions may have changed, but not the fact that I am right."
Found in the sig of Herbert Kaminski
GeneralRe: Application Error Pin
Jason Henderson17-Dec-02 3:16
Jason Henderson17-Dec-02 3:16 
GeneralHard Disk Pin
Micheal John16-Dec-02 21:44
Micheal John16-Dec-02 21:44 
GeneralRe: Hard Disk Pin
Prem Kumar16-Dec-02 22:31
Prem Kumar16-Dec-02 22:31 
GeneralRe: Hard Disk Pin
Renjith Ramachandran17-Dec-02 2:04
Renjith Ramachandran17-Dec-02 2:04 
GeneralMFC messages Pin
Luke Murray16-Dec-02 21:34
Luke Murray16-Dec-02 21:34 
GeneralRe: MFC messages Pin
Prem Kumar16-Dec-02 22:23
Prem Kumar16-Dec-02 22:23 
GeneralRe: MFC messages Pin
Joaquín M López Muñoz16-Dec-02 22:35
Joaquín M López Muñoz16-Dec-02 22:35 
GeneralWindow Color Pin
pranavamhari16-Dec-02 21:09
pranavamhari16-Dec-02 21:09 
GeneralRe: Window Color Pin
Prem Kumar16-Dec-02 22:26
Prem Kumar16-Dec-02 22:26 
GeneralLocalization Pin
csylesh16-Dec-02 20:39
csylesh16-Dec-02 20:39 
GeneralRe: Localization Pin
Ted Ferenc16-Dec-02 21:37
Ted Ferenc16-Dec-02 21:37 
GeneralRe: Localization Pin
Maximilien17-Dec-02 3:17
Maximilien17-Dec-02 3:17 
Generalyahoo IM style view Pin
TSrinivasR16-Dec-02 20:29
TSrinivasR16-Dec-02 20:29 
GeneralRe: yahoo IM style view Pin
Prem Kumar16-Dec-02 22:29
Prem Kumar16-Dec-02 22:29 
GeneralRe: yahoo IM style view Pin
TSrinivasR18-Dec-02 18:22
TSrinivasR18-Dec-02 18:22 
Generalwinsock socket question Pin
thisisnotfake16-Dec-02 18:56
thisisnotfake16-Dec-02 18:56 
GeneralRe: winsock socket question Pin
Joaquín M López Muñoz16-Dec-02 19:53
Joaquín M López Muñoz16-Dec-02 19:53 

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.