Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Errors in my App after installing 9.50
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Errors in my App after installing 9.50

 Post Reply Post Reply
Author
Message
jwhagen View Drop Down
Groupie
Groupie
Avatar

Joined: 09 May 2003
Location: United States
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote jwhagen Quote  Post ReplyReply Direct Link To This Post Topic: Errors in my App after installing 9.50
    Posted: 07 October 2004 at 3:46pm

I downloaded the updated version today (thanks!) and everything installed just fine. When I recompiled my project so it would implemet the 950 version, I am now picking up errors in the compiler. I was wondering if you could tell me how to fix this error. What I get for an error message is:

error C2385: 'CXTTreeCtrl::GetNextItem' is ambiguous
warning C4385: could be the 'GetNextItem' in base 'CTreeCtrl' of base 'CXTTreeBaseT<class CTreeCtrl,class CXTTreeBase>' of class 'CXTTreeCtrl'
warning C4385: or the 'GetNextItem' in base 'CXTTreeBase' of base 'CXTTreeBaseT<class CTreeCtrl,class CXTTreeBase>' of class 'CXTTreeCtrl'

My function is as follows:

HTREEITEM CPaneEngineParameters::GetFirstCheckedItem(void)

{

   CXTTreeCtrl* pTreeCtrl;

   for ( HTREEITEM hItem1 = pTreeCtrl->GetRootItem();

      hItem1!=NULL;

      hItem1 = pTreeCtrl->GetNextItem( hItem1 );

   )

   if ( IsItemChecked(hItem1) )

      return hItem1;

   return NULL;

}

Thanks.

John Hagen

Back to Top
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 683
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Posted: 08 October 2004 at 4:56am

And I can add:

unresolved external symbol "__declspec(dllimport) public: int __thiscall CXTTreeBaseT<class CTreeCtrl,class CXTTreeBase>::SetItemState(struct _TREEITEM *,unsigned int,unsigned int)" ( __imp_?SetItemState@?$CXTTreeBaseT@VCTreeCtrl@@VCXTTreeBase@ @@@QAEHPAU_TREEITEM@@II@Z)

- cpede

Back to Top
Graham View Drop Down
Groupie
Groupie


Joined: 12 May 2003
Location: United Kingdom
Status: Offline
Points: 23
Post Options Post Options   Thanks (0) Thanks(0)   Quote Graham Quote  Post ReplyReply Direct Link To This Post Posted: 08 October 2004 at 5:36am

And I can add:

CXTPropertyGridItem::GetFirstChildItem() and
CXTPropertyGridItem::GetNextChildItemm(POSITION& rPosition)
 
have both been removed.
 
Graham
Back to Top
jscott View Drop Down
Newbie
Newbie
Avatar

Joined: 13 May 2004
Location: United States
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote jscott Quote  Post ReplyReply Direct Link To This Post Posted: 08 October 2004 at 4:06pm
I'm getting these problems too.  Is there any resolutions yet?
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 11 October 2004 at 12:09am
We agree we have problems with TreeCtrl in 9.50. We will release 9.51 soon to fix it.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.047 seconds.