Whole Tomato Software Forums
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
 visual assist build 2074 and function pointer
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

hunt007
Senior Member

27 Posts

Posted - Sep 05 2015 :  05:58:03 AM  Show Profile  Reply with Quote
visual assist 2074 doesn't detect function pointer as symbol.

typedef bool(*my_func)( void *ctx,void *data,uint16_t len);


Now my_func isn't detected as a function pointer.

quote:
Find Reference is not available because symbols is unrecognized


Basic functionality is getting regressed...build 2074 makes me feel like I should switch to gvim and cscope + ctags.

PS: issue occurs on visual studio 2013 update 5 Ultimate

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Sep 06 2015 :  4:22:13 PM  Show Profile  Reply with Quote
I wasn't able to reproduce the problem here.
1. Can you please try creating a clean new win32 test project to see if you're able to reproduce the problem there?
2. Can you please try putting a normal variable before the function pointer's line?

e.g.

int Apple;
typedef bool(*my_func)( void *ctx,void *data,uint16_t len);

Are you able to run find references on Apple in your "real" project?


Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000