Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: Native Windows COBOL App?

$
0
0

Actually the difference between a native Windows application and a native Console application is the subsystem which is used when linking the application.

/SUBSYSTEM:Windows specifies a GUI application which does not require a console because it creates its own Windows.

/SUBSYSTEM:CONSOLE specifies a character based application for which the OS will create a console.

You can get more detail here:


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>