Re: VS2012 Debugg CString CValue

2015-11-23 Thread Andruha Prostrelov
ogMessage() (eg; >> Object.FullName.GetAsText() or CString.GetAsciiString() ). >> >> I would need to see an example of your CLongArray issue to comment on it >> as I've never run into that issue. >> >> Matt >> >> >> >> >> >> >>

Re: VS2012 Debugg CString CValue

2015-11-23 Thread Andruha Prostrelov
The friend of mine provide me with this variant: #include std::string my_debug_string( src_edges.GetAsText().GetAsciiString()); During debugg session you monitor my_debug_string var

RE: VS2012 Debugg CString CValue

2015-11-23 Thread Marc-Andre Belzile
: Monday, November 23, 2015 8:16 AM To: softimage@listproc.autodesk.com Subject: Re: VS2012 Debugg CString CValue The friend of mine provide me with this variant: #include std::string my_debug_string( src_edges.GetAsText().GetAsciiString()); During debugg session you monitor my_debug_string var <>

Re: VS2012 Debugg CString CValue

2015-11-23 Thread Stephan Woermann
ostrelov > Sent: Monday, November 23, 2015 8:16 AM > To: softimage@listproc.autodesk.com > Subject: Re: VS2012 Debugg CString CValue > > The friend of mine provide me with this variant: > #include > std::string my_debug_string( src_edges.GetAsText().GetAsciiString()); > > During debugg session you monitor my_debug_string var >

Re: VS2012 Debugg CString CValue

2015-11-23 Thread Luc-Eric Rousseau
istproc.autodesk.com > [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Andruha > Prostrelov > Sent: Monday, November 23, 2015 8:16 AM > To: softimage@listproc.autodesk.com > Subject: Re: VS2012 Debugg CString CValue > > The friend of mine provide me with this vari

Re: VS2012 Debugg CString CValue

2015-11-22 Thread Stephan Woermann
ue. > > Matt > > > > > > > Date: Sat, 21 Nov 2015 19:39:12 +0300 > From: Andruha Prostrelov <prostre...@gmail.com> > Subject: VS2012 Debugg CString CValue > To: softimage@listproc.autodesk.com > > > Hello list =) > My name is Andrew and i a

VS2012 Debugg CString CValue

2015-11-21 Thread Andruha Prostrelov
Hello list =) My name is Andrew and i am XSI enthusiast. Since i develop pluggins in C++ i often debugg values through Application().LogMessage function. But i can't reach this log messages when i am in debugg process. And without this LogMessage function i have a problem debugging CString

Re: VS2012 Debugg CString CValue

2015-11-21 Thread Matt Lind
tre...@gmail.com> Subject: VS2012 Debugg CString CValue To: softimage@listproc.autodesk.com Hello list =) My name is Andrew and i am XSI enthusiast. Since i develop pluggins in C++ i often debugg values through Application().LogMessage function. But i can't reach this log messages when i am in