Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 visual assist build 2074 and function pointer

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
hunt007 Posted - Sep 05 2015 : 05:58:03 AM
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
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Sep 06 2015 : 4:22:13 PM
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?



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