Re: Error LNK2019



On Aug 31, 1:48 pm, marcomarc...@xxxxxxxxx wrote:
Thanks for reply,
the "guilty" function is erfc which belong to the IMSL library. It
should be enough write "USE ERFC_INT" (at least this say the example
in the IMSL fortran user's guide). Maybe the problem is in the project
settings? I mean: the project (or something else) isn't properly
configured to use the imsl library? If so I don't know what to do.

Please read the section of the on-disk documentation regarding using
IMSL from the Visual Studio environment. You can find it under
Building Applications > Using Libraries > Using the IMSL Libraries.

Generally, you need to add the path to the IMSL libraries under Tools
Options > Intel Fortran > Library Files and add an INCLUDE of the
appropriate link_f90_xxx.h file in your source. (For version 10, this
changes to link_fnl_xxx.h.)

If you need further help, please contact Intel Premier Support.

Steve Lionel
Developer Products Division
Intel Corporation

.