the address class pointer

Discussion in 'MFC' started by florivucu, Oct 1, 2010.

  1. florivucu

    florivucu New Member

    Joined:
    Oct 1, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    It may be easy but I need to find out the address class in order to access some information from the class.
    I have created a dialog class using the dialog from another class. This dialog is used to print a report on the screen or using a button in CrystalReport and then on the printer.
    In the constructor of the child I'm using this line in order to get the class address.
    The problem with the new class is that I'm calling the dialog from a menu. So, evan I have declared the pointer for the class, like < CTUIAmendSCdlg* p_parent; - this is the first parent
    CTuiArhivaDlg* pp_parent;> - this I want to use
    the value is for the menu called. So, when I tried to called for the information I need, I've got an error.
    My question is: How can I find out the address of my class? Or, can I find it out?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice