Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

project type

erheiqin
Beginner
291 Views
How do I find out what type of application for my existed project? Is it quickwin or console, or others?
Thanks
0 Kudos
2 Replies
Steven_L_Intel1
Employee
291 Views
The different project types are discussed in the Installation and Getting Started manual.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
291 Views
Take a look at list of options on Project Settings/Link and /Fortran tabs:
* console -- link tab: /subsystem:console
* Win32 app -- link tab: /subsystem:windows
* QuickWin app -- link tab: /subsystem:windows; fortran tab: /libs:qwin
* dll -- link tab: /dll /subsystem:windows
* static library -- no /subsystem switch
Jugoslav
0 Kudos
Reply