I'm making game with Allegro.pas and I'd like to ask how can I get rid of DOS window that launches along with game.
I'm making game with Allegro.pas and I'd like to ask how can I get rid of DOS window that launches along with game.
Try
in your main Pascal file.Code:{$apptype gui}
Best regards,
Cybermonkey
Thanks! It works!
Bookmarks