Hi, Can anyone tell me what might be going on here:
I have a C++ program with several classes that is in a single
segment app.
I have a global class instance which when I call in the following
order is corrupt.
global.Extract();   /this works fine and populates the class members
global.GetCount();  / this returns a static variable properly
global.Store(-1); / this is corrupt.  T

he 'this' parameter while debugging is 0xFFFFFFFF for some reason.
Any other/ similar issues related to this?  I have looked
around and cannot find any references to this.
Perhaps I am doing something wrong.  The proper library is
being used to link with etc.  Thanks in advance.
-Mike

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to