Author Topic: Code Completion problem  (Read 2186 times)

Offline Duke

  • Single posting newcomer
  • *
  • Posts: 7
Code Completion problem
« on: October 25, 2009, 12:06:25 am »
Hi again  :)
I have a line m_pSwapChain-> and the code completion not display the members of the interface IDXGISwapChain (DirectX lib). My settings in the code completion tab is;

-follow local includes
-follow global includes
-parse preprocessor directives

I no have problems to compile and link the executable.

Thanks in advance.