T O P I C R E V I E W |
skorkmaz |
Posted - May 20 2007 : 04:30:15 AM I am using VA_X.dll file version 10.2.1440.0 built 2006.01.17, .NET 2003 and I am coding in C++.
I have a class (MyClass) whose method implementations are spread over multiple files (MyClass.cpp, MyClass2.cpp, MyClass3.cpp). Visual Assist X only recognizes the ones in MyClass.cpp. Can Visual Assist X recognize methods in MyClass1.cpp and MyClass2.cpp? |
4 L A T E S T R E P L I E S (Newest First) |
skorkmaz |
Posted - May 22 2007 : 2:21:11 PM Rebuilding the symbol database solved the problem. Thank you :) |
feline |
Posted - May 22 2007 : 1:34:23 PM There are quite a few good reasons to update, C++ refactoring being one of them
If this only fails on one machine then I suspect either it is a project specific problem (different projects on the two machines) or you need to rebuild VA's symbol database on the problem machine. This is in the VA options dialog, under performance from memory. |
skorkmaz |
Posted - May 22 2007 : 12:20:06 PM Interestingly, it works fine on my computer at work, but draws sqiggly line on my pc at home, although they have the same exact versions of VAX and .NET.
I guess it's time to update... |
feline |
Posted - May 20 2007 : 2:55:24 PM I have just tried a basic test here using VS2005 and VA 1555 and I am not seeing any problems with this.
You may want to try downloading the latest version and installing it as a trial version, assuming your maintenance does not cover it, to see if it fixes this problem for you.
http://www.wholetomato.com/downloads/default.asp |