10-20-2009 03:42 AM
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.
10-20-2009 07:08 AM
10-20-2009 08:41 AM
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.