Questions tagged as 'allegro'

0
answers

Can not find -lleg (DEV C ++ and Allegro)

Staff every time I try to run this code is giving this error follow the code below: #include <allegro.h> int main() { allegro_init(); install_keyboard(); set_color_depth(32); set_gfx_mode(GFX_AUTODETECT_WINDOW...
asked by 24.10.2017 / 20:00
1
answer

Allegro Debug -Abort () Has Been Called

I tried to make an animation and Visual Studio gives the error Debug -Abort() Has Been Called . Code: #include <allegro5\allegro.h> #include <allegro5\allegro_native_dialog.h> #include <allegro5/allegro_image.h> con...
asked by 05.07.2015 / 22:10
1
answer

Removal item in threaded list C

Well, I'm having a little problem, I'm implementing a simple A *. When I pass the item already checked to the closed list and do the deallocation of the open list item, it is giving undeclared pointer error ... The error is this pointer being...
asked by 25.10.2015 / 04:48
2
answers

Problem with pointer deallocation in chained list

I have a problem with the deallocation of pointers in my code a few days ago. I try to make sure that the point of my on-screen object is greater than one value, move this object out of memory, but for some reason this is not working and is givi...
asked by 02.10.2015 / 22:28
1
answer

Problem in game startup

I'm trying to run a game I made in Allegro 4, the application only runs normally on first compilation / execution. If I close DevC ++ and re-open or try to run the generated .exe file, the game stops working. After compiling the game opens, b...
asked by 05.08.2018 / 05:15
1
answer

Is it possible to include allegro in a Kernel made in C?

Study for some time the construction of Operating Systems with bootloader in Assembly and kernel in C, and recently I started to study allegro. Theoretically it is possible to include allegro to the kernel made in C, but I want to know in practi...
asked by 10.09.2015 / 02:28
1
answer

Problem with Allegro 4 and C ++

I'm trying to create a game in Allegro 4 , however I'm having problems with a method, more specifically with a BITMAP attribute. The program compiles but stops working soon after. Follow the code: #ifndef INSTANCE_H #define INSTAN...
asked by 07.06.2015 / 13:41
1
answer

word manipulation with Allegro

Hello, I'm having a question about manipulating strings with allegro, as well as using "fgets" or "scanf" in C to get a keyboard word I want to know how to do this with allegro.     
asked by 13.05.2017 / 16:58
1
answer

How to add .asd systems in lisp / Windows7?

So, guys, here's what I'm trying to do: I'm trying to run a code that interprets BRAINFUCK written in LISP, so I found this git: link It seems to be very user friendly and the best so far (the others I could not run, I guess for some bul...
asked by 29.02.2016 / 08:42
0
answers

Error while compiling Allegro

I installed and created the allegro project following this tutorial . I have this code: #include <stdio.h> #include <stdlib.h> #include <allegro5/allegro.h> #include <allegro5/allegro_native_dialog.h> int main(voi...
asked by 17.09.2015 / 02:40