|
-
October 20th, 2011, 05:51 AM
#1
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?
-
October 20th, 2011, 07:06 AM
#2
Re: Problem with autoexp
Perhaps, this article could help you?
Victor Nijegorodov
-
October 20th, 2011, 07:38 AM
#3
Re: Problem with autoexp
Possibly but the site is blocked by the internet filter
-
October 20th, 2011, 07:41 AM
#4
Re: Problem with autoexp
Then ask your admin to exclude this site from the filter for you!
Victor Nijegorodov
-
October 20th, 2011, 09:27 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|