I solved this problem now. (it's because I dunno about STL.)
I used context viewer in vc++ 6 for watch memory status.
and I saw _Head has stupid offset and values. but I misunderstood the offset what fx_list.begin() returns. finally, _Head is does not seem to be outside users... of course.
thx for your answer.
User Profile
Collapse
-
use of STL has problems
I defined axFx class like this :
Code:class axFx : public Object { private: int ef_index; char* ef_filename; int noframes; int ident; public: axFx(); void SetNofFrame(int p) { noframes = p; } int GetNofFrames() { return noframes; } void SetFilename(char* filename); char* GetFilename() { return ef_filename; } int GetIndex() { return
No activity results to display
Show More
Leave a comment: