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
Topic
kylinxh
New Member
2 Posts
Posted - Nov 20 2007 : 9:25:36 PM
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
19020 Posts
Posted - Nov 21 2007 : 08:21:26 AM
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
kylinxh
New Member
2 Posts
Posted - Nov 21 2007 : 09:28:22 AM
thanks for your quickly answer!!
I'm using the lastest Version and IDE is vc2003.net.
feline
Whole Tomato Software
United Kingdom
19020 Posts
Posted - Nov 21 2007 : 2:01:29 PM
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
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Visual Assist
Technical Support
Feature Requests
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
© 2023 Whole Tomato Software, LLC
Snitz Forums 2000