indexer glitch [message #785679] |
Sun, 29 January 2012 04:40  |
Eclipse User |
|
|
|
Hi,
In our C/C++ code we use a preprocessor macro DLL_API which gets
expanded as needed.
This means __declspec(dllexport)/__declspec(dllimport) on M$ Windows and
void/empty otherwise (Linux say, there are void/empty cases for Windows
too).
With using F3 multiple times i end up in the void/empty #define on
Linux, but in spite of this (and here is the problem) the indexer
considers the C++ phrase
class DLL_API MyClass
to be a syntax error and stops further processing.
Is this a known problem and is there a way to circumvent it?
Thanks and best regards
Franz
|
|
|
|
Powered by
FUDForum. Page generated in 0.03254 seconds