Compiling allegro

I'm trying to compile a program I've just made with allegro with Dev-Cpp. At the moment I've linked it through Project >> Project Options >> Parameters >> Linker and link it from the file in my C:\ drive but when I compile the program and send it to another computer it says it can't run because alleg2.dll wasn't found. Does anyone know how I can link it properly?
We've deprecated Dev-Cpp, but if it works on your system, then...

alleg2.dll is a dynamically linked library (no kidding! :P) that you need to move to the target computer along with your program, assuming it's not there already (which by the sound of it... isn't). Have you tried moving the library to a corresponding location on the other computer as well and trying the program then?

-Albatross

Topic archived. No new replies allowed.