Code::Blocks Forums

User forums => Help => Topic started by: hellbike on September 12, 2009, 12:20:15 pm

Title: hints(autocompletion) dont work for include files, neither find declaration
Post by: hellbike on September 12, 2009, 12:20:15 pm
#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?