[Dev-C++] access violation/invalid null pointer error when running application
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Brad <nyc...@gm...> - 2012-09-24 11:44:29
|
it does not give me a line number but I am really sure the issue is from my vector usage (vector n00b). If I remove line 47 from this code -> <http://pastie.org/4790174> http://pastie.org/4790174 the problem goes away (I also lose 90% of my functions). The only thing that changed is that on line 96 (setValuesfromffmpeg) the populating of the vector data in that function, used to be an array and the vector is being declared now in the .h (so that it can be reached by my .h, so it is there for a reason) here line 9 -> <http://pastie.org/4790176> http://pastie.org/4790176 complete error -> <http://pastie.org/4790168> http://pastie.org/4790168 Brad |