Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

project type

erheiqin
Beginner
509 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
509 Views
The different project types are discussed in the Installation and Getting Started manual.
0 Kudos
Jugoslav_Dujic
Valued Contributor II
509 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