Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Indexing Enumerations with #includes(Indexer)
Indexing Enumerations with #includes [message #1124576] Thu, 03 October 2013 13:28
S K is currently offline S K
Messages: 1
Registered: October 2013
Junior Member
Hi,

I have en enumeration that looks like this:
=====================
enum myEnum{
#include "enum.txt"
}
=====================

File 'enum.txt' simply contains the contents of the enumeration:
=====================
A,
B,
C,
=====================

For some reason, Eclipse is having trouble indexing this enum, and it shows myEnum to have no members.

Is there anyway for this to work?

Thanks
-Steven

Previous Topic:executable dll dependancy on other PC
Next Topic:HelloWorld fails to build
Goto Forum:
  


Current Time: Mon Oct 07 05:57:13 EDT 2013

Powered by FUDForum. Page generated in 0.01421 seconds