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.

using third party lib with IVF

pradeepnatekar
Beginner
345 Views

We have a older nag.lib which we have been using with old CVF code(I am not sure of the version). When we migrated the project to IVF there areerrors while linking. I have read one post mentioning converting .lib to .dll from CVF and using that in IVF code. Is there any other way using old .lib? I also want to know what changes in code one has to make if one wants to use .lib in IVF.

Thanks

Pradeep

0 Kudos
1 Reply
Steven_L_Intel1
Employee
345 Views
If the library is written in Fortran and was compiled by CVF, you have to get a new version that was compiled with Intel Fortran. If the library is in some other language and simply provides convenient interfaces for CVF, you may be able to get away by building with the /iface:cvf option (this is a default when you use the project conversion wizard to convert a CVF project.) No actual coding changes should be needed.
0 Kudos
Reply