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.