Click here to Skip to main content
15,884,353 members

Comments by ssyuvaraja (Top 51 by date)

ssyuvaraja 27-Feb-18 4:04am View    
The problem is I am trying to convert "int iHeartBeat[4]" c++. To IntPtr of C#. Actually I have to create a "int* iHeartBeat=new int[4]" on c++ code. Its resolved. Thank you.
ssyuvaraja 21-Feb-18 6:48am View    
Thank you. I am getting error at different places. In debug mode now I am not getting the error. This error coming on long run of application. I run the application for long time in debug mode, but error is not coming. So thought to check is there a way to catch the error from whole application at one place. So that log the error details or where it cause the error.
ssyuvaraja 15-Feb-18 5:26am View    
Hi, Thank you. I try to find whether the exact location is causing the issue. This will be helpful, with log and check it. Its for development purpose to resolve the issue. Thank you so much.
ssyuvaraja 15-Feb-18 3:07am View    
Hi, Thank you. yes its because of memory. Memory address for pointer working fine for more then a day. At long run on certain point the memory corrupted, that causing the issue. So I want to catch that issue. Is there any way to use try...catch for this to handle it.
ssyuvaraja 9-Jan-18 3:21am View    
Thank you.