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.
29286 Discussions

how to include graphic library in Intel "Use IFQWIN"

iwillflyhighergmail_
1,568 Views
Thank you for anyone who can help. I used to compile a project with Compa Fortran, Now I use Intel Fortran instead. Before, it is fine if I "USE DFLIB" to call graphic library, now I have to "USE IFQWIN", however, there are still linking problems shows " unresolved function".

My best guess is that I do not install the QWIN Application in Visual studio 2005. But I can not find where to install it, or may be there are some other possibilities here?
0 Kudos
1 Solution
Steven_L_Intel1
Employee
1,568 Views
You should have specified the project type as QuickWin when you created the project. But you can fix it up. Change the following project properties:

Fortran > Libraries > Runtime Library > QuickWin
Linker > System > Subsystem > Windows

View solution in original post

0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,569 Views
You should have specified the project type as QuickWin when you created the project. But you can fix it up. Change the following project properties:

Fortran > Libraries > Runtime Library > QuickWin
Linker > System > Subsystem > Windows
0 Kudos
Reply