here are a few example error lines: Generating Code... Compiling resources... Linking... Camera.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification Creating library .\../../bin/Win32\Producer.lib and object .\../../bin/Win32\Producer.exp RenderSurface_X11.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall OpenThreads::Mutex::~Mutex(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) WGLExtensions.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall OpenThreads::Mutex::~Mutex(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "public: __thiscall std::_Iterator_base::~_Iterator_base(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) Window3D.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall OpenThreads::Mutex::~Mutex(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) InputArea.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall OpenThreads::Mutex::~Mutex(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) KeyboardMouse.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall OpenThreads::Mutex::~Mutex(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) RenderSurface.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall OpenThreads::Mutex::~Mutex(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) RenderSurface_Win32.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall OpenThreads::Mutex::~Mutex(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) Camera.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall OpenThreads::Mutex::~Mutex(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
as you say it looks like it can't find Openthreads but openthreads ( although to me its gibberish ) , but it compiled just fine with no errors at all..im at a loss on this entirely., thx lee =================================================================================== But what is the unresolved external symbol? In other words what is the complete message? What follows "unresolved external symbol" may look like gibberish but it will in most cases help you figure out what the linker isn't finding. I checked out Producer CVS yesterday and it built fine in VC++ 2005. That file indeed compiles to essentially nothing on Windows. The only thing I could see is if you don't have the OpenThreads lib/dll where it's looking for it, as Producer depends on OpenThreads. J-S
_______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/