LabWindows/CVI Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
crazyfwed

Code completion of types stored in structures

Status: New

I'm used to do some "object-like" coding in C, like using function pointers in structures to behave like method in classes.

 

Unfontunately, the code completion is not working as I would expect: the function is not recognized when it comes from a structure, but in cases where the field of the structure has the same name as an existing function the code completion uses the function (which may be misleading)

 

I have some other complaints about arrays in structure but I have no precise example to give.