Menu

Release mode

2010-01-21
2013-04-20
  • Nobody/Anonymous

    Is there a compiler flag for release mode (/RELEASE) that will get rid of the console window running behind a GUI window?

    I'm assembling as such - C:\jwasm\jwasm -coff foo.asm
    And then linking - C:\jwasm\JWlink format windows nt file foo.obj option resource rsrc.res

    It compiles and runs fine, but runs as it would if compiled with Masm32 debug mode enabled, with a console window appearing in the background.

     
  • Nobody/Anonymous

    Figured it out. Needed to link like so - C:\jwasm\JWlink format windows nt runtime windows file foo.obj option resource rsrc.res

     

Log in to post a comment.