Auto-Complete from IDE Code::Blocks does not display the methods from the Allegro library

Asked

Viewed 581 times

1

I’m using Allegro in Code:Blocks, but when it comes to something from Allegro Code::Blocks can’t use Autocomplete, what should I do to fix it?

  • How are you using the code/library? For an example, maybe it’s a flaw in your code.

  • Sorry, I didn’t understand the question.

  • You must have imported the API so om #include <allegro> and started her like this: int main() { al_init(); }, Am I right? If you did this, it means you already have something ready, this is what I asked to add to your question, an example of your code that occurs the problem.

  • The problem occurs in the whole code. for example, if I type "al_in" and hit Ctrl + space should appear the option "al_init()", however nothing appears.

  • I understand, I thought the problem was with the library, so your problem is with the IDE.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.