allegro
C++ (Allegro Library) Bitmap Two-Dimensional Array Question
I have a quick question. I am using C++ with the Allegro library. If I make the following declaration BITMAP* blocks[600][14];, is it going to be wasted space if I only occasionally am using all 14 a[详细]
2023-03-17 13:45 分类:问答Porting allegro 4 to allegro 5
what is the allegro 5 version of this function? texture_number = allegro_gl_make_texture_ex(AGL_TEXTURE_MASKED, my_bitmap, GL_RGBA);[详细]
2023-03-14 10:39 分类:问答How can I tell if the user tries to close the window in C++?
I need to break a while loop when the开发者_Python百科 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.If using Allegro 4: set_close_b[详细]
2023-03-13 18:54 分类:问答Compiling C++ code with allegro 5 and g++
What flags do I need to add to g++ in order to compile code using allegro 5? I tried g++ allegro5test.cpp -o allegro5test `allegro-config --libs`[详细]
2023-03-13 07:41 分类:问答Allegro C++ library
I\'ve been having this problem for a while. When I compile this part of my code It shows black lines above the bitmaps. What might be the problem and are there any solutions?[详细]
2023-03-02 12:34 分类:问答Allegro draw_sprite()
I have a 114x114 bitmap called \"x.bmp\" in my debug folder and this simple code #include <allegro.h>[详细]
2023-02-28 18:02 分类:问答Allegro bitmap commands return black screen
I am a beginner at allegro and c++. I am trying to use the bitmap commands. I used this simple program to test it:[详细]
2023-02-26 12:43 分类:问答Setting up allegro
Can anyone tell me how 开发者_C百科to set up allegro for devc++?Here\'s a detailed guide: http://wiki.allegro.cc/index.php?title=Dev-C%2B%2B[详细]
2023-02-23 11:36 分类:问答Using allegro with Xcode 4
I am trying to build a simple allegro project with Xcode 4. #include <stdio.h> #include <allegro5/allegro.h>[详细]
2023-02-16 17:38 分类:问答Porting Autodesk Animator Pro to be cross platform
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[详细]
2023-02-09 00:41 分类:问答