Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multiple files Pin
David Crow1-Jun-05 8:16
David Crow1-Jun-05 8:16 
GeneralRe: Multiple files Pin
S. Senthil Kumar1-Jun-05 8:36
S. Senthil Kumar1-Jun-05 8:36 
GeneralRe: Multiple files Pin
Andrew Admire1-Jun-05 9:49
Andrew Admire1-Jun-05 9:49 
GeneralIE plugin Pin
Tender_Nail1-Jun-05 3:52
Tender_Nail1-Jun-05 3:52 
GeneralRe: IE plugin Pin
ThatsAlok1-Jun-05 18:20
ThatsAlok1-Jun-05 18:20 
GeneralSupported file types in DirectShow Pin
mssg1-Jun-05 2:37
mssg1-Jun-05 2:37 
GeneralRe: Supported file types in DirectShow Pin
Momotte1-Jun-05 2:41
Momotte1-Jun-05 2:41 
QuestionWhat happened to my CString? Pin
IlanTal1-Jun-05 1:50
IlanTal1-Jun-05 1:50 
I’m using visual studio 7.0 2003 with c++ and MFC.

In the debugger when I’d put the cursor on a CString object I’d automatically see its value. Now, in a new project I only see things like “sql = {…}”.

I have to go down to a watch window where it is defined as
ATL::CSimpleStringT<char,0> and underneath that
m_pszData with the actual data.

Upon further investigation I see it is dependent upon if I use Managed Extensions. Without the managed extensions, I see the CString objects directly under the cursor in the debugger.

If I go to a watch window, it is defined slightly differently
ATL::CSimpleStringT<char,1> and again
m_pszData with the actual data.

Does anyone know what is the meaning of the difference and if I can do something in order to see CStrings like I’ve always seen them?

Thanks,
Ilan
GeneralMicrosoft Visual C++ Code Library: &quot;Buffer Overrun&quot; (link.exe) Pin
MahatmaG1-Jun-05 1:50
MahatmaG1-Jun-05 1:50 
GeneralHiding a CPropertyPage at runtime Pin
tabor251-Jun-05 1:45
tabor251-Jun-05 1:45 
GeneralRe: Hiding a CPropertyPage at runtime Pin
David Crow1-Jun-05 2:20
David Crow1-Jun-05 2:20 
GeneralRe: Hiding a CPropertyPage at runtime Pin
tabor251-Jun-05 8:08
tabor251-Jun-05 8:08 
GeneralRe: Hiding a CPropertyPage at runtime Pin
laiju3-Jun-05 11:22
laiju3-Jun-05 11:22 
GeneralRe: Hiding a CPropertyPage at runtime Pin
David Crow3-Jun-05 16:37
David Crow3-Jun-05 16:37 
GeneralRe: Hiding a CPropertyPage at runtime Pin
PJ Arends4-Jun-05 9:49
professionalPJ Arends4-Jun-05 9:49 
GeneralRe: Hiding a CPropertyPage at runtime Pin
laiju4-Jun-05 9:55
laiju4-Jun-05 9:55 
GeneralCWnd refresh Pin
jamesrgoodwin1-Jun-05 0:41
jamesrgoodwin1-Jun-05 0:41 
GeneralRe: CWnd refresh Pin
ThatsAlok1-Jun-05 0:53
ThatsAlok1-Jun-05 0:53 
GeneralRe: CWnd refresh Pin
jamesrgoodwin1-Jun-05 1:04
jamesrgoodwin1-Jun-05 1:04 
Generalpush button Pin
ask_you31-May-05 23:48
ask_you31-May-05 23:48 
GeneralRe: push button Pin
Nilesh K.31-May-05 23:56
Nilesh K.31-May-05 23:56 
GeneralRe: push button Pin
ask_you1-Jun-05 0:12
ask_you1-Jun-05 0:12 
GeneralRe: push button Pin
Nilesh K.1-Jun-05 0:20
Nilesh K.1-Jun-05 0:20 
GeneralRe: push button Pin
ask_you1-Jun-05 0:35
ask_you1-Jun-05 0:35 
GeneralRe: push button Pin
Nilesh K.1-Jun-05 16:20
Nilesh K.1-Jun-05 16:20 

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.