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

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

matt_cunningham
Beginner
945 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
945 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