Questions tagged as 'allegro'

1
answer

Allegro does not execute anything graphic

It just does not appear anything graphic, the functional (close the window) works perfectly, however the graphic (background color and "nave") do not work. #include <allegro5\allegro.h> #include <allegro5\allegro_native_dialog.h> #...
asked by 28.06.2015 / 18:43
0
answers

IDE's Auto-Complete Code :: Blocks does not display methods of the Allegro library

I'm using allegro in Code: Blocks, but when it comes to something from Allegro Code :: Blocks can not use AutoComplete, what should I do to fix this?     
asked by 16.06.2015 / 22:15
0
answers

Error of indefinite reference - Allegro 5

I installed the Allegro 5 lib with the following script: cd ~/Documentos sudo apt install -y git build-essential subversion cmake xorg-dev libgl1-mesa-dev libglu-dev install libpng-dev libz-dev libcurl4-gnutls-dev libfreetype6-dev libjpeg-d...
asked by 18.01.2018 / 13:39
0
answers

C ++ Reduced spending space

I'm creating a C ++ project with Allegro 5 using code :: blocks, and I put allegro files straight into the project folder to make it simpler. I'm using functions only to display images and texts with ttf fonts and detect mouse and keyboard event...
asked by 16.06.2017 / 04:42
1
answer

Allegro 5 C / C ++: Problem with colors

I'm using allegro 5, and I read that to create colors just use al_map_rgb or al_color_html , so I made a map to easily access multiple colors: #include "allegro5\allegro.h" #include "allegro5\allegro_color.h" int main() { al_...
asked by 15.06.2017 / 00:05
1
answer

Problem with Allegro image call by C terminal Mac

I have a problem here, I'm making a game using Allegro , I'm compiling the terminal and it's okay, there's only one, however, when I load an image of the failure while loading the image , the problem is not the code, I already tried to run code...
asked by 03.09.2015 / 04:28