Hi Bruno,
it's very uncommon to have subfolder of osg\include in your include path,
like include\osgText.
The normal configuration has something like E:\dev\OpenSceneGraph\include
in the project include path, and requests the use of the osgText\String
with:
#include <osgText/String>

this way there will be no confusion with the system string haeder files.
Regards, Laurens.

On Tue, Jul 11, 2017 at 12:57 PM, Bruno Oliveira <
[email protected]> wrote:

> Hello,
>
> Windows is not case sentitive, hence, on MSVC 2015,
>
> #include <string>
>
> is the same as
>
> #include <String>
>
> For this reason, I am including <string> to get std::string definitions,
> but MSVC is include <String> from OSG.
>
> Is there a way to fix this? I'm sure this has happened to more people.
>
> _______________________________________________
> 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

Reply via email to