Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Tab order does not work properly in MFC Screen. Pin
MohammedAyaz Shaikh3-Aug-09 2:27
MohammedAyaz Shaikh3-Aug-09 2:27 
Question[Message Deleted] Pin
sarita_2162-Aug-09 19:35
sarita_2162-Aug-09 19:35 
GeneralRe: conversion of c code in vc++ Pin
Chandrasekharan P2-Aug-09 19:49
Chandrasekharan P2-Aug-09 19:49 
Question0xC015000F: The activation context being deactivated is not the most recently activated one. Pin
xiaolin.lan2-Aug-09 16:10
xiaolin.lan2-Aug-09 16:10 
AnswerRe: 0xC015000F: The activation context being deactivated is not the most recently activated one. Pin
Randor 3-Aug-09 15:45
professional Randor 3-Aug-09 15:45 
GeneralRe: 0xC015000F: The activation context being deactivated is not the most recently activated one. Pin
Dave Calkins23-Nov-09 9:45
Dave Calkins23-Nov-09 9:45 
GeneralRe: 0xC015000F: The activation context being deactivated is not the most recently activated one. Pin
Randor 24-Nov-09 0:01
professional Randor 24-Nov-09 0:01 
GeneralRe: 0xC015000F: The activation context being deactivated is not the most recently activated one. Pin
sumitkulkarni2321-Jan-10 22:20
professionalsumitkulkarni2321-Jan-10 22:20 
Hi All,
I am facing problem pretty much similar to Lance's one.My application crashes while closing.With a message "The activation context being deactivated is not the most recently activated one.". I tried the solution suggested in multiple replies to this issue, - adding the line afxAmbientActCtx = FALSE; to InitInstance();.But it didn't helped, the crash is still there.I tried to find any unhandled activation context but we do not have any left !!! Although we are saving xml files while closing the application.Any more ideas ? this is how the dump looks like --

> ntdll.dll!776e8b2e()
[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
ntdll.dll!77733d60()
ole32.dll!75e101e5()
ole32.dll!75e10261()
ole32.dll!75e106fd()
ole32.dll!75dcc969()
msvcrt.dll!772f513f()
msvcrt.dll!772f50cf()
ole32.dll!75dc6cd4()
mfc90.dll!5ced3c82()
mfc90.dll!5ced3b22()
mfc90.dll!5d01e29f()
mfc90.dll!5ce99717()
mfc90.dll!5cedea57()
ole32.dll!75d7aa55()
ole32.dll!75dc6cd4()
mfc90.dll!5ced3c82()
mfc90.dll!5ced3b22()
mfc90.dll!5d01e29f()
mfc90.dll!5ce99717()
mfc90.dll!5cedea57()
ole32.dll!75d7aa55()
ole32.dll!75dc6cd4()
mfc90.dll!5ced3c82()
mfc90.dll!5ced3b22()
mfc90.dll!5d01e29f()
mfc90.dll!5ce99717()
mfc90.dll!5cedea57()
ole32.dll!75d7aa55()

Thanks In Advance
Sumit
GeneralRe: 0xC015000F: The activation context being deactivated is not the most recently activated one. Pin
Albert van Peppen6-Jun-11 2:37
professionalAlbert van Peppen6-Jun-11 2:37 
GeneralRe: 0xC015000F: The activation context being deactivated is not the most recently activated one. Pin
huvarmar17-Jun-11 4:28
huvarmar17-Jun-11 4:28 
GeneralRe: 0xC015000F: The activation context being deactivated is not the most recently activated one. Pin
Jörgen Sigvardsson9-Sep-10 0:21
Jörgen Sigvardsson9-Sep-10 0:21 
GeneralRe: 0xC015000F: The activation context being deactivated is not the most recently activated one. Pin
Randor 9-Sep-10 3:58
professional Randor 9-Sep-10 3:58 
QuestionDDX_CONTROL Stack Overflow Pin
ForNow2-Aug-09 12:12
ForNow2-Aug-09 12:12 
AnswerRe: DDX_CONTROL Stack Overflow Pin
manchukuo2-Aug-09 19:42
manchukuo2-Aug-09 19:42 
GeneralRe: DDX_CONTROL Stack Overflow Pin
ForNow2-Aug-09 20:26
ForNow2-Aug-09 20:26 
QuestionMFC Application class Pin
msr_codeproject2-Aug-09 8:21
msr_codeproject2-Aug-09 8:21 
AnswerRe: MFC Application class Pin
CPallini2-Aug-09 12:49
mveCPallini2-Aug-09 12:49 
AnswerRe: MFC Application class Pin
«_Superman_»2-Aug-09 16:32
professional«_Superman_»2-Aug-09 16:32 
GeneralRe: MFC Application class Pin
msr_codeproject2-Aug-09 19:07
msr_codeproject2-Aug-09 19:07 
Questionhow to give "transaction effect" in case of jpg,gif and so on. Pin
rambojanggoon1-Aug-09 23:00
rambojanggoon1-Aug-09 23:00 
AnswerRe: how to give "transaction effect" in case of jpg,gif and so on. Pin
Bacon Ultimate Cheeseburger2-Aug-09 0:53
Bacon Ultimate Cheeseburger2-Aug-09 0:53 
GeneralOT Pin
CPallini2-Aug-09 12:53
mveCPallini2-Aug-09 12:53 
QuestionOnDraw vs OnPaint Pin
msr_codeproject1-Aug-09 18:09
msr_codeproject1-Aug-09 18:09 
AnswerRe: OnDraw vs OnPaint Pin
«_Superman_»1-Aug-09 19:06
professional«_Superman_»1-Aug-09 19:06 
Questioni have an idea of doing c++ editor for my final year project ?? is it worth can i proceed?? Pin
laxram1-Aug-09 16:07
laxram1-Aug-09 16:07 

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.