Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 It's a Bug???

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
kylinxh 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.
3   L A T E S T    R E P L I E S    (Newest First)
feline 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?
kylinxh 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 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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000