Hi Brian,

Could you send the changed file to me, this way I can make sure I have
the correct version that is known to work.

Cheers,
Robert.

On 1/31/07, Brian Keener <[EMAIL PROTECTED]> wrote:
Robert Osfield wrote:
> Hi Brian,
>
> On 1/31/07, Brian Keener <[EMAIL PROTECTED]> wrote:
>
> > The change for the above would be to simply change:
> >
> > > #ifdef WIN32
> >
> > to
> >
> > > #if defined(WIN32) && !defined(__CYGWIN__)
> >
> > Let me know how you like the posts to osg-submissions.
> >
>
> What happens when you apply the above change to getRealPath() so that
> it uses the unix style getrealpath?

I must not have been clear - some times I talk to much or I am
misunderstanding.  That is where I applied the change - in

std::string osgDB::getRealPath(const std::string& path)

in src/osgDB/FileNameUtils.cpp

and works like a champ.

bk



_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to