Results 1 to 3 of 3

Thread: How to get rid of DOS window?

  1. #1

    How to get rid of DOS window?

    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.

  2. #2
    Try
    Code:
    {$apptype gui}
    in your main Pascal file.
    Best regards,
    Cybermonkey

  3. #3
    Thanks! It works!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •