Jump to content

dos prompt wont get out of the way???

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
access110

access110

    Newbie

  • Members
  • Pip
  • 2 posts
Everytime i build a project in masm 7 and masm 10, i run the program and the DOS CONSOLE(or dos windows) shows up first with the program i made...

How do i get rid of this problem. i want dos windows to be gone.

VIEW THE PICTURE ATTACHMENT I GOT BELOW

Attached Files



#2
access110

access110

    Newbie

  • Members
  • Pip
  • 2 posts
Nevermind.. I just simply ran the MAKEIT.BAT and it fixed everything.

#3
outsid3r

outsid3r

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 623 posts
There is a function that is member of kernel.dll called FreeConsole that actually hides console. Try it ;)

#4
shill

shill

    Newbie

  • Members
  • PipPip
  • 13 posts
Well, it seems that his problem was that he was linking with the wrong subsystem (console instead of windows). I wouldn't suggest using FreeConsole to fix a linking problem.