----- Original Message ----- 
From: "Pat Lawrence" <[EMAIL PROTECTED]>
To: <nant-users@lists.sourceforge.net>
Sent: Tuesday, July 05, 2005 2:15 PM
Subject: [Nant-users] "unresolved externals" during link process


> Hello everyone,
> I am having yet another difficulty.  I'm trying to build this very large
solution file in VS C++ 6.0 and thanks to all your input I have the first
two libraries building fine.  However, the third library I'm trying to build
cleans fine, compiles fine (I think), and links all right for a while.
>
> After linking all the object files and such, it outputs:
> [link]
> [link] Starting 'link (@"C:\DOCUME~1\...\LOCALS~1\Temp\tmp8
> 1.tmp" /IMPLIB:"C:\...\source\bin\U_Library.lib" /DLL /INCREMENT
> AL /MACHINE:X90)' in 'C:\...\source\U_Library'
> [link] Creating library C:\...\source\bin\U_Library.lib and object
C:\...\source\bin\U_Library.exp
> [link] Geo.obj : error LNK2019: unresolved external symbol "int __decl"
referenced in function "public: __thiscall Crgrg::Crgrg(class point))"
>
> I thinned the message out a bit for readability, but I basically get all
these (5 actually) error messages reporting LNK2019: unresolved external
symbol followed by an instance of code.
>
> Is it that I'm not including the necessary header files?  If so, what task
within solution do I use to include additional header files (if I ever
figure out what they are!)?
>

There have been other similar reports, but I'm waiting for someone to send
me a (small) repro for this issue.

Can you send me a repro ?

Gert


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to