CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2003
    Location
    England
    Posts
    129

    Problem with autoexp

    Hello all,

    I am actually trying something very basic and I simply cannot get it to work.

    I have a class which contains a long parameter I need to display in the watch window so I have added it to the autoexp file.


    This class is contained in another class.
    Code:
    CFieldClass
    {
    public:
      // lots of stuff
      unsigned int m_Value;
    }
    
    Class CContainer
    {
      public:
      // lots of stuff
      CFieldClass theData;
    }
    In the autoexp.dat file I thought I needed the following:

    CFieldClass=ID=<m_Value,u>
    CContainer=Num=<theData>

    However, this is having no effect. I have looked through the examples and tutorials etc and am blind to what I have done wrong.

    Can anyone point it out for me, please?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Problem with autoexp

    Perhaps, this article could help you?
    Victor Nijegorodov

  3. #3
    Join Date
    Sep 2003
    Location
    England
    Posts
    129

    Re: Problem with autoexp

    Possibly but the site is blocked by the internet filter

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Problem with autoexp

    Then ask your admin to exclude this site from the filter for you!
    Victor Nijegorodov

  5. #5
    Join Date
    Sep 2003
    Location
    England
    Posts
    129

    Re: Problem with autoexp

    That is simply not going to happen! Believe me I have tried before.

    However, I could access it from my phone and noticed in a few seconds what was wrong!

    It now works perfectly!!!

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured