News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

hints(autocompletion) dont work for include files, neither find declaration

Started by hellbike, September 12, 2009, 12:20:15 PM

Previous topic - Next topic

hellbike

#include <SDL.h>

int main()
{
SDL_S <--------- at this point i expect to see all functions/variables starting from SDL_S - but nothing happends
SDL_LoadBMP() <---- after rightclick and choosing find declaration - "not found SDL_LoadBMP"

why? how to fix this?