LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

IDE not showing struct/union fields when typing

I have an unusual IDE problem.

 

When working with the Libusb library I only sometimes have the IDE showing available struct/union fields when typing.

 

Yesterday I had two almost identical .c files open int he same project and one of them showed the fields and one did not.... Both portions of code ran without errors.

 

In One file typing the following (assuming bus is a variable of type *usb_bus) will show theavailable options and one will not.

 

bus->  *it should now suggest a series of available entities such as "next" "prev" "devices" and so on*

 

Typing the entries manually works fine but it's annoying ebcause spelling mistakes can be hard to find like that....

 

I cannot for the life of me work out why this is.  I'm using the most recent version of CVI.

 

Anybody got any ideas?

 

Shane.

0 Kudos
Message 1 of 3
(2,914 Views)
IIRC, the project you are working on has to be compiled succesfully for completion to work. was it your case ? were the 2 files part of the current project ?
0 Kudos
Message 2 of 3
(2,910 Views)

I can compile it no problem.  The file I'm frustrated with (not showing) is the current active file I'm working on.  I'm building a DLL from it every couple of minutes or so but it's STILL not showing anything for my data structures......

 

DLL is working and it's a project with only four or so files in it but I just CANNOT get the IDE to show me any fields when typing.....

 

Shane.

0 Kudos
Message 3 of 3
(2,898 Views)