Click here to Skip to main content
15,888,803 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: get the delagate via property Pin
ptr_Electron4-Jan-11 18:14
ptr_Electron4-Jan-11 18:14 
GeneralRe: get the delagate via property Pin
John Schroedl5-Jan-11 3:06
professionalJohn Schroedl5-Jan-11 3:06 
QuestionXmlSerializer 's Deserialize method crashs when running with purify Pin
ptr_Electron27-Dec-10 19:37
ptr_Electron27-Dec-10 19:37 
AnswerRe: XmlSerializer 's Deserialize method crashs when running with purify Pin
jschell2-Jan-11 9:14
jschell2-Jan-11 9:14 
GeneralRe: XmlSerializer 's Deserialize method crashs when running with purify Pin
ptr_Electron4-Jan-11 1:38
ptr_Electron4-Jan-11 1:38 
GeneralRe: XmlSerializer 's Deserialize method crashs when running with purify Pin
jschell4-Jan-11 8:01
jschell4-Jan-11 8:01 
GeneralRe: XmlSerializer 's Deserialize method crashs when running with purify Pin
ptr_Electron4-Jan-11 17:59
ptr_Electron4-Jan-11 17:59 
GeneralRe: XmlSerializer 's Deserialize method crashs when running with purify Pin
jschell5-Jan-11 8:54
jschell5-Jan-11 8:54 
ptr_Electron wrote:
So I believe this should be mostly some kind of memory overwrite issue ?


It is a 'pointer' problem. There are many ways in which a pointer can be misused.

An overwrite is one way. An underwrite is another. A miscast is another. Misusing sizes is another. Etc.

There are C++ (straight C++ apps, not managed) tools which exist to determine in problems C++ code. It requires that one excercise the code very well.

Inspection is probably still the only sure option - at least as sure as it can be.
Questiontimer count down Pin
MahaKh27-Dec-10 16:53
MahaKh27-Dec-10 16:53 
AnswerRe: timer count down Pin
jk chan29-Dec-10 1:29
jk chan29-Dec-10 1:29 
AnswerRe: timer count down Pin
Richard MacCutchan29-Dec-10 2:01
mveRichard MacCutchan29-Dec-10 2:01 
QuestionConvert a string to delegate Pin
ptr_Electron27-Dec-10 1:17
ptr_Electron27-Dec-10 1:17 
AnswerRe: Convert a string to delegate Pin
Tony Richards27-Dec-10 3:14
Tony Richards27-Dec-10 3:14 
AnswerRe: Convert a string to delegate Pin
outpan27-Dec-10 8:31
outpan27-Dec-10 8:31 
Questionmaking a shop with c++ Pin
hasani200723-Dec-10 23:48
hasani200723-Dec-10 23:48 
AnswerRe: making a shop with c++ Pin
Richard MacCutchan24-Dec-10 2:36
mveRichard MacCutchan24-Dec-10 2:36 
QuestionHelp me get file using sftp in MFC (C++)????? Pin
haicang22-Dec-10 23:01
haicang22-Dec-10 23:01 
AnswerRe: Help me get file using sftp in MFC (C++)????? Pin
Richard MacCutchan23-Dec-10 0:42
mveRichard MacCutchan23-Dec-10 0:42 
QuestionOn which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
SoftwareDeveloperGoa22-Dec-10 8:40
SoftwareDeveloperGoa22-Dec-10 8:40 
AnswerRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
Luc Pattyn22-Dec-10 9:07
sitebuilderLuc Pattyn22-Dec-10 9:07 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
Richard MacCutchan22-Dec-10 9:09
mveRichard MacCutchan22-Dec-10 9:09 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
Richard MacCutchan22-Dec-10 9:08
mveRichard MacCutchan22-Dec-10 9:08 
AnswerRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
ShilpiP23-Dec-10 19:27
ShilpiP23-Dec-10 19:27 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
SoftwareDeveloperGoa26-Dec-10 7:10
SoftwareDeveloperGoa26-Dec-10 7:10 
GeneralRe: On which OS Architecture i am 32 Bit or 64 Bit, Can c++ tell me? Pin
ShilpiP26-Dec-10 18:06
ShilpiP26-Dec-10 18: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.