Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: F%$#*&@ GDI Rectangles Pin
LunaticFringe28-Apr-05 13:59
LunaticFringe28-Apr-05 13:59 
GeneralRe: F%$#*&@ GDI Rectangles Pin
Blake Miller28-Apr-05 14:27
Blake Miller28-Apr-05 14:27 
GeneralRe: F%$#*&@ GDI Rectangles Pin
Michael Dunn28-Apr-05 14:17
sitebuilderMichael Dunn28-Apr-05 14:17 
GeneralRe: F%$#*&@ GDI Rectangles Pin
Blake Miller29-Apr-05 4:14
Blake Miller29-Apr-05 4:14 
Questionhow could I modify window registry Pin
Carlos R.28-Apr-05 12:38
Carlos R.28-Apr-05 12:38 
AnswerRe: how could I modify window registry Pin
PJ Arends28-Apr-05 13:12
professionalPJ Arends28-Apr-05 13:12 
AnswerRe: how could I modify window registry Pin
Alexander M.,29-Apr-05 9:15
Alexander M.,29-Apr-05 9:15 
GeneralCCmdTarget Destructor NON-MANAGED code Pin
clazarowitz28-Apr-05 12:31
clazarowitz28-Apr-05 12:31 
I have a problem in a multi-dll project. Everything works except for an access violation in the CCmdTarget Destructor. Its a CEdit Control I'm actually not using. Now heres where the fun starts, remove the CEdit, and the Spin control in the same dialog now asserts setting the range, claiming it is not a window. Want some more fun? Remove the Spin Control from the dialog class, and now operator new breaks during heap alloc doing a heap check, which then fails no matter how many times you continue (big surprise (end sarcasm)). I had thought maybe it was my use of the MS STL not being DLL safe, so I grabbed stlport, and have the exact same results. I'm not doing anything odd in this code, which is why I did not post it. Instead, I suspect I have done something really dumb somewhere else and have just overlooked it, and am hoping someone here may have done the same dumb thing, or know someone who has, and knows what I have done wrong.

Other steps I have taken: Resource ID confilcts resolved. Making the property pages not be global variables, but instead be on the heap.

The behavior has not changed from the original problem.

Additional Info: m_xDispatch.m_vtbl=2696277389 m_dwRef=1051772663 in the CCmdTarget Destructor, it bails on the line ((COleDispatchImpl*)&m_xDispatch)->Disconnect();

Thanks in advance
Corry
GeneralDocking external application into my application Pin
the Jimmy28-Apr-05 12:26
the Jimmy28-Apr-05 12:26 
GeneralPosting messages Pin
Tom Wright28-Apr-05 11:29
Tom Wright28-Apr-05 11:29 
GeneralRe: Posting messages Pin
Ravi Bhavnani28-Apr-05 11:35
professionalRavi Bhavnani28-Apr-05 11:35 
GeneralRe: Posting messages Pin
Tom Wright28-Apr-05 11:41
Tom Wright28-Apr-05 11:41 
GeneralRe: Posting messages Pin
Michael Dunn28-Apr-05 14:21
sitebuilderMichael Dunn28-Apr-05 14:21 
GeneralRe: Posting messages Pin
Tom Wright29-Apr-05 4:33
Tom Wright29-Apr-05 4:33 
GeneralRe: Posting messages Pin
Michael Dunn29-Apr-05 6:28
sitebuilderMichael Dunn29-Apr-05 6:28 
Generaldefining global variables Pin
Oriented28-Apr-05 9:12
Oriented28-Apr-05 9:12 
GeneralRe: defining global variables Pin
Maximilien28-Apr-05 9:42
Maximilien28-Apr-05 9:42 
GeneralRe: defining global variables Pin
Anonymous28-Apr-05 18:07
Anonymous28-Apr-05 18:07 
GeneralA convertion questioa Pin
jcmoscon28-Apr-05 7:54
jcmoscon28-Apr-05 7:54 
GeneralRe: Converting unsigned char to std::string Pin
Moscon28-Apr-05 9:57
Moscon28-Apr-05 9:57 
QuestionOpen .col files? Pin
Dominik Reichl28-Apr-05 7:33
Dominik Reichl28-Apr-05 7:33 
GeneralRe: VB.NET to Open, edit save as Word .doc or .dot Pin
David Crow28-Apr-05 7:10
David Crow28-Apr-05 7:10 
GeneralCEdit and Numeric. is it possible for floats Pin
ugur_basak28-Apr-05 5:50
ugur_basak28-Apr-05 5:50 
GeneralRe: CEdit and Numeric. is it possible for floats Pin
David Crow28-Apr-05 6:02
David Crow28-Apr-05 6:02 
GeneralRe: CEdit and Numeric. is it possible for floats Pin
ugur_basak28-Apr-05 6:06
ugur_basak28-Apr-05 6:06 

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.