|
-
June 10th, 2011, 06:24 AM
#1
std::vector with value feeefeee question
Hello gurus,
Somewhere in my application,
there is a std::vector<IDirect3DTexture9*> mTex; COM object
It is declared along with other elements in the same class
When I run my program,
mTex seems to turn into feeefeee so there is an assertion on me.
I have searched thru my project. And found that no one has deleted the object
Others objects have remained intact. Except mTex seems going out of scope (I guess).
Tidy() was called
Are there any good methods that I can pin down the cause of this variable gone out of scope?
HEAP[MDI.exe]: Invalid address specified to RtlValidateHeap( 00330000, 05CAE590 )
Any good ideas that I can fix this problem?
Thanks a lot
Jack
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|