Access violation, break in CFixedAlloc::Alloc()
-
Can you give me some general information on CFixedALlocNosync::Alloc() function or the whole class. Its really urgent. don't know wat to do anymore. I have an MDI application, Doc/View Style.. and then i have 2 additional Frame/Views attached on a ControlBar and those Views are views for the Document... So I have 1 Doc-3 Views.. When originall when the application is Opened by default, opening a New Document, the program works fine.. Now, when i launch the application with no New Document created, and then I open a document, an Access Violation occurs.. and debugger breaks on the code of CFixedAllocNoSync::Alloc() function.. On the callstack, I noticed that this Alloc() function was called by one of the control bars CControlBar::PreTranslateMessage().. I don't know what to adjust or what to change because this is internal to MFC already..