T O P I C R E V I E W |
studoot |
Posted - Sep 12 2006 : 06:13:52 AM I'm using build 1534 of VAX. My problem is this - I create a new .cpp file and enter the following
class IFunction {
};
void AddFunction(IFunc
then press Ctrl-Space with my cursor after the 'c' in IFunc, to get VAX's suggestions. It presents lots of suggestions, just not 'IFunction', which was what I was hoping to see. And yes, I';ve cleared & rebuilt my symbol database.
I'm not sure when this behaviour started - I think it was when I moved to a 15xx series build. I'm using VS2003SP1, more details shown below.
Stuart Dootson
-------------------- VAX Details -------------------- VA_X.dll file version 10.3.1534.0 built 2006.09.02 Licensed to: VA X: [email protected] (1-user license) Support ends 2007.08.18 VAOpsWin.dll version 1.3.3.6 VATE.dll version 1.0.5.8 DevEnv.exe version 7.10.6030.0 msenv.dll version 7.10.6030.0 Font: Courier New 13(Pixels) Comctl32.dll version 5.81.4916.400 Windows 2000 5.0 Build 2195 Service Pack 4 Single processor
Platform: Custom Stable Includes: c:\\program files\\microsoft visual studio .net 2003\\vc7\\include; d:\\lib\\antlr\\antlr-2.7.4\\lib\\cpp; d:\\lib\\boost\\boost_1_33_1\\boost; d:\\lib\\libxslt\\libxslt-1.1.12+.win32\\include; d:\\lib\\libxml2\\libxml2-2.6.17.win32\\include; d:\\lib\\iconv\\iconv-1.9.1.win32\\include; d:\\lib\\zlib\\zlib-1.2.1.win32\\include; d:\\lib\\wtl\\wtl-7.5.5160\\include; C:\\Program Files\\Microsoft Platform SDK\\Include; C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\crt\\src\\; c:\\program files\\microsoft visual studio .net 2003\\vc7\\atlmfc\\include; c:\\program files\\microsoft visual studio .net 2003\\vc7\\PlatformSDK\\include\\prerelease; c:\\program files\\microsoft visual studio .net 2003\\vc7\\PlatformSDK\\include; c:\\program files\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;
Library Includes: c:\\program files\\microsoft visual studio .net 2003\\vc7\\atlmfc\\src\\mfc; c:\\program files\\microsoft visual studio .net 2003\\vc7\\atlmfc\\src\\atl; c:\\program files\\microsoft visual studio .net 2003\\vc7\\crt\\src;
Other Includes:
|
3 L A T E S T R E P L I E S (Newest First) |
jpizzi |
Posted - Sep 14 2006 : 02:12:57 AM Changing it to a forward declaration instead of a class, I see the same thing.
case=2514
As a workaround, add openning and closing braces to the forward declaration until you get your declarations completed. |
studoot |
Posted - Sep 13 2006 : 02:38:29 AM Rats - I didn't post exactly the form I was having trouble with - this is syntax that's causing me problems - it's a forward declaration rather than a definition.
class IFunction;
void AddFunction(IFu<I see no suggestions when the cursor's here>
If this works correctly for you, then I think a VAX uninstall/reinstall cycle is in order...just need to remember to preserve my autotext :-) |
jpizzi |
Posted - Sep 13 2006 : 12:22:16 AM I try this in a new .cpp file, with VAX 1534 and VS2003SP1, and when I type IF it has already suggested IFunction. Hitting tab accepts the suggestion. If I continue to IFunc, then hit ctrl-space, I get IFunction filled out for me, not a suggestion or autocomplete list. |
|
|