Results 1 to 9 of 9

Thread: DOS window...

  1. #1

    DOS window...

    I've got rid of DOS window in Super Heli Land by using {$apptype GUI} compiler directive.

    BUT

    Is it possible to set it so when game launches with certain parameter it'll show it?

  2. #2
    maybe use another form for console window

  3. #3
    Then write/writeln won't work.

  4. #4
    If I remember correctly, if you remove the {$apptype GUI} you can use both console and forms.
    No signature provided yet.

  5. #5
    Yes, but I want user to be able to toggle this if he/she run game with special parameter, like when ran with /debug parameter it'll show this window and if not, it won't.

  6. #6
    Why would an user need a console window outside of the game?

  7. #7

  8. #8
    Thanks, I'll try that one!

  9. #9
    I've attached some old code that will allow you to work with console window (also a wrapper for function described above).

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
  •