Posts by Thales Oliveira • 31 points
1 post
-
3
votes0
answers203
viewsQ: Cannot find -lalleg (DEV C++ and Allegro)
People every time I try to run this code is giving this error follows the code below: #include <allegro.h> int main() { allegro_init(); install_keyboard(); set_color_depth(32);…