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

National Language Support (i.e., nls or dfnls.lib) library

matt_cunningham
Beginner
801 Views
Is there a National Language Support (i.e., nls or dfnls.lib) library available. I have Compaq legacy projects that cannot link because the projects reference 'dfnls.lib', and it cannot be found.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
801 Views
I assume you are using Intel Visual Fortran? You should rebuild your code that references the NLS routines. The support is provided in module IFNLS (DFNLS will work) - the implementation is in libifport.lib, I think - this is linked in by default.
0 Kudos
Reply