|
-
December 27th, 2005, 01:42 PM
#1
LINK error: LNK2020 - Should I link the unmanaged libraries <math.h>, <stdio.h> ?
I am developing a Managed class that is a wrapper for other unmanaged classes that uses the old C++ libraries: <math.h>, <stdio.h>,<string.h>, <stdlib.h>.
My little project compiles all right, but I get this LINK error:
LNK2020: unresolved token (0A000019) ??_7type_info@@6B@
I did not link this files (<math.h>, <stdio.h>,…). Do I need to do this? If I need, how I can do that?
Thanks in advance.
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
|