|
-
November 13th, 2003, 11:45 AM
#1
error LNK2001: unresolved external symbol __pctype
When I compile and link a simple test program using VC++ 6.0 I get the following errors:
error LNK2001: unresolved external symbol __pctype
error LNK2001: unresolved external symbol ___mb_curr_max
These symbols are not mine but are contained within two of my object modules.
Does anyone know where these are defined and how I can eliminate the linker error? It appears to me that these symbols are part of VC++. They aren't part of my code.
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
|