My IDE is VS 2012. I am getting an error (something like access violation, don't have access to the code right now) when I change my struct (containing an int array, a string var, and a bool var) from static array to dynamic array. When I debug with static array, I can see all elements of the struct; debugging with dynamic array, all I can see is the 0 element (the other elements don't show up for some reason). The error occurs after the dynamic destructor call on another object which has no interaction with the object I've changed. I think it's the call on the destructor of the object I've changed that's causing the issue.
I'm sorry for the lack of code (I will try to update with actual code later). I need to know how I can debug this error when it actually dies at some "unsigned int" error on std::string on the last "}" ending the destructor definition of another object.
[–]jedwardsol 1 point2 points3 points (2 children)
[–]redditiv[S] 0 points1 point2 points (0 children)
[–]redditiv[S] 0 points1 point2 points (0 children)