Re: unresolved external symbol
- From: Steve Lionel <Steve.Lionel@xxxxxxxxxxxxx>
- Date: Wed, 02 Apr 2008 13:41:12 -0400
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
.
- Follow-Ups:
- Re: unresolved external symbol
- From: Isomorphismus
- Re: unresolved external symbol
- References:
- unresolved external symbol
- From: Isomorphismus
- unresolved external symbol
- Prev by Date: Re: unresolved external symbol
- Next by Date: Re: gfortran problem
- Previous by thread: Re: unresolved external symbol
- Next by thread: Re: unresolved external symbol
- Index(es):
Relevant Pages
|
|