Software Archive
Read-only legacy content
17061 Discussions

Numerical Algorithm Group Routines

Intel_C_Intel
Employee
274 Views
I have NAG Fortan 90 library. How do I pass or link the NAG library to my project workspace.

These NAG routines currently reside in C:fnw3202dd

Thanks for your help
0 Kudos
1 Reply
Steven_L_Intel1
Employee
274 Views
The simplest method is to add the .lib file to your project in the same manner as a source file. Project..Add to project..Files.. and browse for the library.

Steve
0 Kudos
Reply