Re: unresolved external symbol



On Wed, 2 Apr 2008 09:21:52 -0700 (PDT), Isomorphismus
<nataliehapp@xxxxxxxxxxx> wrote:

Hello everyone,
I get the mistake unresolved external symbol -LNK2001 when building a
solution,
but I checked over and over, but I wrote the correct name when calling
my routine, in code it looks like this:

In addition to USE A, you must also link in the object file created when
module A was compiled. This is automatic when you build in Visual Studio
(since you say LNK2001 I know you are using MS tools), but if you are building
from the command line you might have forgotten to do that.


--
Steve Lionel
Developer Products Division
Intel Corporation
Nashua, NH

For email address, replace "invalid" with "com"

User communities for Intel Software Development Products
http://softwareforums.intel.com/
Intel Fortran Support
http://support.intel.com/support/performancetools/fortran
My Fortran blog
http://www.intel.com/software/drfortran
.



Relevant Pages

  • Re: right sequence of included module files
    ... Then I find some of the .f90 are main programs. ... Developer Products Division ... User communities for Intel Software Development Products ... Intel Fortran Support ...
    (comp.lang.fortran)
  • Re: TYPE declaration/statement in Fortran 77 code
    ... seen where TYPE is an I/O statement, it is interchangeable with "PRINT" and still requires a format specifier. ... Developer Products Division ... User communities for Intel Software Development Products ... Intel Fortran Support ...
    (comp.lang.fortran)
  • Re: bug with ifort + openmp : allocatable array not allocated after allocation
    ... The workaround is to not use the -check pointer feature. ... Developer Products Division ... User communities for Intel Software Development Products ... Intel Fortran Support ...
    (comp.lang.fortran)
  • Re: sort the variables shown in variable window in debugger
    ... on the order in which things were written to the debug symbol table, ... Developer Products Division ... User communities for Intel Software Development Products ... Intel Fortran Support ...
    (comp.lang.fortran)
  • Re: [Q] FORMAT
    ... Steve Lionel ... Software Products Division ... User communities for Intel Software Development Products ... Intel Fortran Support ...
    (comp.lang.fortran)