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.
Re: error LNK2001: unresolved external symbol __pctype
Hello, i also have the same problem. Here are the errors that occure while i'm building dream source code on visual studio 6:
libfftw.lib(wisdom.obj) : error LNK2001: unresolved external symbol __pctype
libfftw.lib(wisdom.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
Release/Dream.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
Dream.exe - 3 error(s), 2 warning(s)
Can someone help me please?
Re: error LNK2001: unresolved external symbol __pctype
Quote:
Originally Posted by
miky228
Hello, i also have the same problem.
Well, seems like the solution is the same too, and you have to build with some multithreaded CRT flavor.