|
feline
Moderator
    
United Kingdom
12841 Posts |
Posted - Dec 14 2006 : 1:06:27 PM
|
If you are using a Linux machine on your network and are opening C++ header files from the Linux machine via a network share you may find that VA gets stuck parsing the header files.
This only happens if you have two files that include each other, and you are accessing the files via //machine_name/directory_name/foo.h
This problem has been fixed in Visual Assist X build 1557 so you can either install the latest build, or map a network drive letter to this share:

and then access these header files via this drive letter.
If you have added the network share to your IDE's include directory list, VA's custom directory list of the projects additional include directories then you will need to update these to use the drive letter instead of the //machine_name/ path. |
Edited by - feline on Jun 02 2007 07:39:41 AM |
|