Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Property Grid
  New Posts New Posts RSS Feed - virtual Fkt Bug on derived from propgrid
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

virtual Fkt Bug on derived from propgrid

 Post Reply Post Reply
Author
Message
jimmy View Drop Down
Senior Member
Senior Member


Joined: 11 November 2003
Location: Austria
Status: Offline
Points: 515
Post Options Post Options   Thanks (0) Thanks(0)   Quote jimmy Quote  Post ReplyReply Direct Link To This Post Topic: virtual Fkt Bug on derived from propgrid
    Posted: 07 July 2005 at 4:15am
i have derived from CXTPPropertyGrid.

class CPG : public CXTPPropertyGrid
{
public:
    virtual CXTPPropertyGridView* CreateView();
};

And i will use CreateView();
But it does not call my CreateView function, because
CreateView is called (in ctor) before vtable works.
Please add this to your bug list.

    Jimmy

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 07 July 2005 at 7:16am

it was already fixed in 9.70.

Tahnk you.

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.141 seconds.