Allegro
Allegro
Library version
Devpak version
Packager
Last modified
Allegro is a game programming lib
platforms: DOS, Unix (Linux, FreeBSD
Description many functions for graphics, s
provides fixed and floating po
Library homepage
Depends on
Download
Category
thanks much
R.B.R
Re: Problem with 4.2 Beta DevPak by guest 2007-08-06 15:58:55 Reply
Compiler: Default compiler
Building Makefile: "D:\HTWG Konstanz\Studienarbeit\Samples
Buch\chapter04\tankwar\Makefile.win"
Fhrt make... aus
make.exe -f "D:\HTWG Konstanz\Studienarbeit\Samples
Buch\chapter04\tankwar\Makefile.win" all
gcc.exe main.o -o "TankWar.exe" -L"C:/Dev-Cpp/lib" -
mwindows C:/Dev-Cpp/lib/liballeg.a
Ausfhrung beendet
It works now!
The problem: by guest 2006-11-22 15:03:38 Reply
Go to project->project options->parameters->add library or
object and put in C:\Dev-Cpp\lib\liballeg.a.
It works now!
The problem: by guest 2006-11-22 15:02:46 Reply
Go to project->project options->parameters->add library or
object and put in C:\Dev-Cpp\lib\liballeg.a.
It works now!
I'm getting these errors too! by guest 2006-11-22 03:07:45 Reply
I've tried everything, but I can't get my programs to work! I've
reinstalled both versions of Allegro at least 10 times each, but I
keep on getting the same compile errors!
-----------------------------------
#include <allegro.h>
int main(){
allegro_init();
install_keyboard();
set_gfx_mode( GFX_AUTODETECT, 640, 480, 0, 0);
readkey();
return 0;
}
END_OF_MAIN();
-----------------------------------
-----------------------------------
Execution terminated
-----------------------------------
Hi Everyone,
////////////////////////////////////////////////////////////////////
/////
// Game Programming All In One, Second Edition
// Source Code Copyright (C)2004 by Jonathan S. Harbour
// Chapter 3 - Circles Program
////////////////////////////////////////////////////////////////////
/////
#include "allegro.h"
void main(void)
{
int x,y,radius;
int red,green,blue,color;
sleep(25);
}
//end program
allegro_exit();
}
END_OF_MAIN();
Execution terminated
BTW, I tried Allegro 4.0 and that devpak does not install the
alleg40.dll in the correct place and even after I move it
myself, the program will compile, but hangs during execution.
On my other machine it works great.
Charles
thx by guest 2005-08-01 20:44:49 Reply
thx michal for making this pack! its the only way ive been able
to get allegro set up =(
Re: Where to get the prcompiled version of Allegro DLL and GUI and
GUI Sources by mol (michal molhanec net) 2005-07-28
16:04:01 Reply
Sources: http://prdownloads.sourceforge.net/alleg/all403.zip?
download
DLL: http://prdownloads.sourceforge.net/alleg/all403_bin.zip?
download
Where to get the prcompiled version of Allegro DLL and GUI and
GUI Sources by Thomas Schnfelder
(tschoenfelder web de) 2005-07-28 15:10:48 Reply
Hello !
Where to get it? Can you send me the asked files per Email.
It is tschoenfelder(AT).web.de
Sorry, some late, but I've seen the link for download. But it is in
DevPack format. How to expand it. I need it in zip format.
Thomas Schoenfelder
Where to get the prcompiled version of Allegro DLL and GUI and
GUI Sources by Thomas Schnfelder
(tschoenfelder web de) 2005-07-28 15:07:11 Reply
Hello !
I'm looking for a precompiled version of Allegro DLL and
Allegro GUI. Additional I'm looking for the sources of Allegro
GUI.
Where to get it? Can you send me the asked files per Email.
It is tschoenfelder(AT).web.de
Thomas Schoenfelder