Hi Norman,

> AFAIK all MSoft compilers support 
> 
> char *_getcwd( char *buffer, int maxlen );
> int _chdir( const char *dirname );

Read the rest of the thread, that's not the issue. The issue is that 
another header somewhere has

#define getcwd _getcwd

which in turn changes even vpb::getcwd() to vpb::_getcwd() which we 
don't want.

J-S
-- 
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                                http://www.cm-labs.com/
                         http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to