answersLogoWhite

0

This advice is coming from a person using version: 4.9.9.2
I will tell you how to download and install the Allegro graphics library for Dev-Cpp.

After you start up Dev-Cpp, click on the "Tools" menu bar option. Select "Check for Updates/Packages..."

Under "Select devpak server" (at the top), choose "devpaks.org Community Devpaks" Now click the "Check for updates" button at the bottom left. Under "Groups" choose "Allegro." Select the check box next to "Allegro" v4.2.2, it was the second option for me. Now click "Download selected."

You will now have a window telling you updates have been downloaded, and they will be installed. Click OK. After a little wait, the Dev-C++ Package Installation Wizard will pop-up. Click Next, then Next again and then Install.

After the installation is complete, select File on the menu bar, and then New and Project. Select the Multimedia tab, and choose either Allegro application (static) or (DLL) depending on what you want to do. Your new project will contain a main.cpp with a template of code that has the basics to create a blank screen ready for you to use graphics with. A great place to start with Allegro is at the manual:
http:/alleg.sourceforge.net/stabledocs/en/allegro.html

User Avatar

Lurline Lemke

Lvl 10
2y ago

What else can I help you with?

Related Questions

Where can one download Dev Cpp for Windows?

One can visit CNET or Bloodshed Software to download Dev Cpp for Windows. Said download is also available at Softpedia, BrotherSoft, as well as the Windows site themselves.


Will particular C program be compatible for both g c c and DEV Cpp compiler?

That is possible. Try it.


Clrscr does not works in dev cpp....any solution?

#include <windows.h> int main() { system("cls"); return 0; }


Where we can find free cpp programs?

You can search Google for a ton of resources. A couple of free resources includes gcc, mingw, and Dev-C++.


How do you get graphics into dev-cpp?

This advice is coming from a person using version: 4.9.9.2I will tell you how to download and install the Allegro graphics library for Dev-Cpp.After you start up Dev-Cpp, click on the "Tools" menu bar option. Select "Check for Updates/Packages..."Under "Select devpak server" (at the top), choose "devpaks.org Community Devpaks" Now click the "Check for updates" button at the bottom left. Under "Groups" choose "Allegro." Select the check box next to "Allegro" v4.2.2, it was the second option for me. Now click "Download selected."You will now have a window telling you updates have been downloaded, and they will be installed. Click OK. After a little wait, the Dev-C++ Package Installation Wizard will pop-up. Click Next, then Next again and then Install.After the installation is complete, select File on the menu bar, and then New and Project. Select the Multimedia tab, and choose either Allegro application (static) or (DLL) depending on what you want to do. Your new project will contain a main.cpp with a template of code that has the basics to create a blank screen ready for you to use graphics with. A great place to start with Allegro is at the manual:http:/alleg.sourceforge.net/stabledocs/en/allegro.html


How do you clear the screen in Dev C plus plus compiler?

Clearing screen in DEV C++ compiler :#includeint main(){system("cls");}OR: Permanent solution :-Paste the following text in "C:\Dev-Cpp\include\conio.h" of your system#include#includevoid clrscr(){system("cls");}Then you can use clrscr() as a normal built in function under !!!!!!!!!!!


What do the initials CBF and CPP stand for?

CPP


How do you draw in Dev c plus plus?

Download and install the WinBGIM Devpack. Once installed, you can include graphics.h to draw graphics.


When was CPP Group created?

CPP Group was created in 1980.


When was CPP Studios Event GmbH created?

CPP Studios Event GmbH was created in 1983.


What nicknames did Dev Anand go by?

Dev Anand's full name is Dharam Dev Anand


Is there any software that makes software?

Software is programed in any computer language. There is software you use to make other but it depends on the language you are programing!!! Software for used to write software: C/C++ - Dev-Cpp, CodeBlocks, Eclipse Java - Eclipse Python - IDLE