HI J-S, I have just added an explict vpb:: in front of the getcwd in TaskManager.cpp.
Could you do an svn update and let me know he you get on. If this fails then we might need to look at the validity of _getcwd across MS platforms. Robert. On Wed, Mar 19, 2008 at 6:04 PM, Jean-Sébastien Guay <[EMAIL PROTECTED]> wrote: > Hi Maciej, > > > > Yes but its fetched from vpb namespace - TaskManager.cpp line 32 :). > > Hmmm, but I'm getting a link error: > > (when building vpb.lib) > 2>TaskManager.obj : error LNK2019: unresolved external symbol "char * > __cdecl vpb::_getcwd(char *,int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) > referenced > in function "public: __thiscall vpb::TaskManager::TaskManager(void)" > ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) > > (when building osgdem) > 6>osgdem.obj : error LNK2019: unresolved external symbol > "__declspec(dllimport) char * __cdecl vpb::_getcwd(char *,int)" > ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function _main > > > It looks as if it doesn't see the '::' prefix to _getcwd, because it's > looking for vpb::_getcwd (notice the underscore)... > > > > J-S > -- > ______________________________________________________ > Jean-Sebastien Guay [EMAIL PROTECTED] > http://www.cm-labs.com/ > http://whitestar02.webhop.org/ > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

