Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 It's a Bug???
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

kylinxh
New Member

2 Posts

Posted - Nov 20 2007 :  9:25:36 PM  Show Profile  Reply with Quote
when two header(eg. a.h and b.h) file structon like this:

a.h file-->
#ifndef A_HEAD_FILE
#define A_HEAD_FILE
class a
{
....
};
//export b class header file
#include "b.h"
#endif

b.h file -->
#ifndef B_HEAD_FILE
#define B_HEAD_FILE
#include "a.h"
class b
{
....
};
#endif

if the two file structon like this , Visual Assist X 's parse will fall into Dead track and the system memory will continuous increase.

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Nov 21 2007 :  08:21:26 AM  Show Profile  Reply with Quote
Which IDE and version of VA are you using?

This sounds just like the problem described here:

http://docs.wholetomato.com?W316

and this FAQ entry gives a couple of fixes.

zen is the art of being at one with the two'ness
Go to Top of Page

kylinxh
New Member

2 Posts

Posted - Nov 21 2007 :  09:28:22 AM  Show Profile  Reply with Quote
thanks for your quickly answer!!

I'm using the lastest Version and IDE is vc2003.net.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Nov 21 2007 :  2:01:29 PM  Show Profile  Reply with Quote
We have two latest versions, one general release and one beta release. However neither should have this problem.

I have just tried this here with VS2003 and VA 1618 and I am not seeing any problems.

What is the full path for the two problem files?
Are the files located on the local hard drive, or on some form of network drive?

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000