|
-
December 29th, 2005, 03:34 PM
#5
Re: LINK error: LNK2020 - Should I link the unmanaged libraries <math.h>, <stdio.h> ?
NoHero, I did what you wrote me. But the linking process stills having the same errors:
Basicas.obj : error LNK2019: unresolved external symbol _strupr referenced in function "void __cdecl LatsGMSt2sGMS(char *,int &,int &,int &,double &)" (?LatsGMSt2sGMS@@YAXPADAAH11AAN@Z)
Basicas.obj : error LNK2019: unresolved external symbol _hypot referenced in function "double __cdecl AnguloPP2(double,double,double,double)" (?AnguloPP2@@YANNNNN@Z)
Tmgeod.obj : error LNK2001: unresolved external symbol _hypot
I did not find other versions for msvcrtd.lib in VC7\lib. Just this.
Interesting that I am using others funcions from <math.h>, <string.h>, <stdio.h> and <stdlib.h> and is ok on the linking. Do you have any idea about why some funcionts are linked and others not?
Thanks for your help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|