News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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?