News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

masm32 console appier

Started by Tokman, December 03, 2008, 04:21:21 AM

Previous topic - Next topic

Tokman

Hi I try to learning masm32 version 10 I have Vista x64 OS
Well I downloaded a tutorial but I have got a problem.
I start the exe file and program work correctly only appier a clear form.
Well I open the asm file and I click to build all.
Build successful.
After This I try to run the program and I see my form but I see also a blank console.
If I close the blank console the program(my clear form) will close also.
I upload my sourcecode obj file and exe file.
Pls help me

[attachment deleted by admin]

BogdanOntanu

How did you build it?
As a console application or as a GUI application?
Ambition is a lame excuse for the ones not brave enough to be lazy.
http://www.oby.ro

Vortex

Hi Tokman,

You built your project as console application and this is why you see a blank console. Try to build the executable as GUI application and the console will disappear.

link /SUBSYSTEM:WINDOWS Form.obj