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

how to include graphic library in Intel "Use IFQWIN"

iwillflyhighergmail_
1,067 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,067 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,068 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