Click here to Skip to main content
15,913,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unicode 5.1 ( Basic Multilingual Plane ) - Language Identification related problem Pin
Stuart Dootson2-Jun-09 1:11
professionalStuart Dootson2-Jun-09 1:11 
QuestionCopyFile Pin
p_19601-Jun-09 19:49
p_19601-Jun-09 19:49 
AnswerRe: CopyFile Pin
Stephen Hewitt1-Jun-09 20:03
Stephen Hewitt1-Jun-09 20:03 
QuestionOutlook .pst file Pin
Pardhu_M1-Jun-09 19:36
Pardhu_M1-Jun-09 19:36 
AnswerRe: Outlook .pst file Pin
Stuart Dootson2-Jun-09 0:39
professionalStuart Dootson2-Jun-09 0:39 
QuestionReading strings containing escape sequence. Pin
Comp_Users1-Jun-09 19:24
Comp_Users1-Jun-09 19:24 
AnswerRe: Reading strings containing escape sequence. Pin
Cedric Moonen1-Jun-09 20:26
Cedric Moonen1-Jun-09 20:26 
QuestionIntegrated Windows Authentication or NTLM How ? Pin
ERLN1-Jun-09 19:09
ERLN1-Jun-09 19:09 
Questionchange mouse pointer for MainFram and dialog in MDI applicaion Pin
ptr_Electron1-Jun-09 19:04
ptr_Electron1-Jun-09 19:04 
AnswerRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
Chandrasekharan P1-Jun-09 19:50
Chandrasekharan P1-Jun-09 19:50 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion [modified] Pin
ptr_Electron1-Jun-09 20:08
ptr_Electron1-Jun-09 20:08 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
Chandrasekharan P1-Jun-09 20:20
Chandrasekharan P1-Jun-09 20:20 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
ptr_Electron2-Jun-09 21:17
ptr_Electron2-Jun-09 21:17 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
Chandrasekharan P2-Jun-09 22:04
Chandrasekharan P2-Jun-09 22:04 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
ptr_Electron2-Jun-09 22:23
ptr_Electron2-Jun-09 22:23 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
Chandrasekharan P3-Jun-09 1:11
Chandrasekharan P3-Jun-09 1:11 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion [modified] Pin
ptr_Electron3-Jun-09 2:55
ptr_Electron3-Jun-09 2:55 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
ptr_Electron4-Jun-09 1:00
ptr_Electron4-Jun-09 1:00 
GeneralRe: change mouse pointer for MainFram and dialog in MDI applicaion Pin
gabbasb211-Aug-09 4:41
gabbasb211-Aug-09 4:41 
QuestionCPropertyView Problems Compiling Pin
wdolson1-Jun-09 17:52
wdolson1-Jun-09 17:52 
AnswerRe: CPropertyView Problems Compiling Pin
Stuart Dootson2-Jun-09 2:06
professionalStuart Dootson2-Jun-09 2:06 
GeneralRe: CPropertyView Problems Compiling Pin
wdolson2-Jun-09 21:29
wdolson2-Jun-09 21:29 
DECLARE_MESSAGE_MAP is there. I was tracking down another compiler error and stumbled across the problem. When I converted the class as derived from CFormView to CPropertyView, I had updated all the references to CFormView except 1. I don't know why the compiler didn't see that as a problem, but when I changed that, it compiled.

I'm having some other problems now. It appears that something in the parent class is causing a memory corruption in the derived class. It was blowing up when I tried to call Clear() for a COleVariant class variable. When I looked at it in the debugger, it was set to something strange. In the class declaration, I moved the COleVariant to the end of the fire and it ran Clear() fine. However, it now blows up when calling SetWindowText() for a CEdit variable.

Tracing down into the debugger, everything looks fine until

m_pCtrlSite->;SetWindowText(lpszString);

I try to trace into it, but I get an access violation reading location 0x00000000. The issue is almost certainly caused by something in CPropertyView because the program runs just fine through that point with the old TabView.

What tools are available to figure out what's corrupting memory?

Bill
GeneralRe: CPropertyView Problems Compiling Pin
Stuart Dootson2-Jun-09 21:39
professionalStuart Dootson2-Jun-09 21:39 
GeneralRe: CPropertyView Problems Compiling Pin
wdolson2-Jun-09 22:03
wdolson2-Jun-09 22:03 
QuestionHi Help me write this program (tuan1111) Pin
tuan11111-Jun-09 17:37
tuan11111-Jun-09 17:37 

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.