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?
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?
Browser other questions tagged self-cmplete codeblocks allegro
You are not signed in. Login or sign up in order to post.
How are you using the code/library? For an example, maybe it’s a flaw in your code.
– Guilherme Nascimento
Sorry, I didn’t understand the question.
– Lucas Caresia
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.– Guilherme Nascimento
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.
– Lucas Caresia
I understand, I thought the problem was with the library, so your problem is with the IDE.
– Guilherme Nascimento