Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Access Violation in CXTPControls::RemoveAll
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Access Violation in CXTPControls::RemoveAll

 Post Reply Post Reply
Author
Message
jhuckins View Drop Down
Newbie
Newbie


Joined: 17 September 2007
Location: United States
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote jhuckins Quote  Post ReplyReply Direct Link To This Post Topic: Access Violation in CXTPControls::RemoveAll
    Posted: 17 September 2007 at 10:41am
I am using XTreme Toolkit Pro v9.70 with an application that I have ported from VC 6.0 to Visual Studio 2005/Microsoft SDK for Vista/.NET 3.0 in order to make the application Vista compatible.
 
I am statically linking MFC AND XTreme Toolkit Pro.
 
Every time the XTreme Toolkit Pro library cleans up inside CXTPControls::RemoveAll, there is an access violation on the pControl->InternalRelease() call. Inside CCmdTarget::InternalRelease():

ASSERT(GetInterfaceMap() != NULL);

The call to GetInterfaceMap() returns NULL.
 
There actually seems to be a lot of issues with XTreme Toolkit Pro v9.70 and Visual Studio 2005 related to string operations, likely due to the strict type checking and preference for use of safe string functions.
 
Anybody have a history with this?
Regards,
Jeff
Back to Top
jhuckins View Drop Down
Newbie
Newbie


Joined: 17 September 2007
Location: United States
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote jhuckins Quote  Post ReplyReply Direct Link To This Post Posted: 17 September 2007 at 4:34pm

Please ignore this post and refer to my latest post related to v11.2

Thank You
Regards,
Jeff
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.046 seconds.