allegro Questions
8
Solved
My and a friend are working on a 2D game where the graphics will be .svg files and we will scale them appropriately either by rasterizing them first, or rendering them directly on a surface (which ...
Evildoer asked 14/11, 2010 at 7:49
1
Solved
I updated my macOS to Sierra, and some of my files vanished. The most important were Allegro's library. I am trying to install it again like the video (https://www.youtube.com/watch?v=UJtmJfWNTJY) ...
Theressathereto asked 22/10, 2016 at 2:32
1
Solved
I am trying to compile my game project using Clion IDE but I have a problem when porting allegro 5. I get this error:
main.cpp:2:10: fatal error: 'allegro/allegro.h' file not found
#include <a...
2
Solved
I am using Allegro to create a simple game. When I try to validate that my pointer to the display is not null I get a compiler error telling me
error C2664: 'void validate(bool,std::string)' : c...
Therein asked 29/5, 2015 at 5:36
2
Solved
I'd like to play around with the Allegro library, but I can't seem to get my test project to link properly. To be exact, I'm getting cannot find -l<...> errors, where <...> is a file I ...
3
I've been looking into this for a few hours, to no avail. Basically I have
struct rectangle {
int x, y, w, h;
};
rectangle player::RegionCoordinates() // Region Coord
{
rectangle temp;
temp.x ...
Boarish asked 10/5, 2013 at 11:44
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
I try to compile with Allegro 5 on MinGW 4.7.1 using Code::Blocks 12.11 on Windows 7 with these compiler flags (In Project > Linker settings > Other linker settings):
-static-libgcc
-static-...
Uphemia asked 8/1, 2013 at 22:24
3
Solved
Initializing in the header file i get the following error:
invalid in-class initialization of static data member of non-integral type 'bool [8]'
if i try to initialize in the .cpp, i get:
'boo...
Cady asked 18/6, 2012 at 23:17
1
Solved
I need to break a while loop when the use clicks the close button on the window, but I don't know what to check for. I'm using allegro to run the GUI.
3
a previous relevant question from me is here Reverse Engineering old paint programs
I have set up my base of operations here: http://animatorpro.org
wiki coming soon.
Okay, so now I have a 300,00...
5
Solved
Couldn't figure out how to word the question accurately, so here's an example:
Given this function prototype:
void Foo(myClass* bar);
I want to prevent this usage:
Foo(new myClass());
and in...
Cuirass asked 15/8, 2010 at 20:39
1
© 2022 - 2024 — McMap. All rights reserved.