allegro5 Questions
6
Solved
I've been training to use object orientated programming in c++ but I keep getting this error:
1>main.obj : error LNK2005: "int WIDTH" (?WIDTH@@3HA) already defined in GameObject.obj
1>main.o...
2
Yesterday I decided to download, install, and attempt to use Allegro 5. I also downloaded Code::Blocks 12.11 w/ the MinGW compiler. I set up everything and installed everything correctly (or so I t...
Hypothyroidism asked 1/7, 2013 at 17:58
1
I've spent all day looking for answers. I haven't found one that works, so im posting a question and asking the great stackoverflow.
I have an allegro 5 application that needs to run on a windows ...
Stagehand asked 9/3, 2013 at 4:32
0
I'm starting at Allegro 5, but soon I got stuck in the second hello-world-like program I'm coding. After some debugging, I concluded that the program crashes when it calls the function al_clear_to_...
Benevento asked 15/2, 2013 at 19:27
2
Solved
What is the best way to code a game loop in Allegro 5 that always runs at the same speed, and that properly separates drawing logic from update logic? Should I use threads or not? Should I make use...
Agave asked 31/7, 2009 at 11:31
1
© 2022 - 2024 — McMap. All rights reserved.