Hi there,

I got problem with boost python library build on windows platform - about 35 unresolved symbols, the first one is find_static_type().

I've searched the list here and found one message is similar, but how to resolve the problem is not mentioned clearly. If this is a duplicated question and there is an answer already, please let me know.

So far, I've tried the boost 1.46.0 and 1.46.1, on windows xp and windows 7, tried VS2010 and VS2008, VS2005. All I can get is that:

External find_static_find() in the boost-python library.

But in Linux,  find_static_type() is defined as global.

Thanks for your help in advance.

Charles