The line has been replaced in r13865 by
- if (fin.getline(buf, sizeof(buf)) == 0) {
+ if (!fin.getline(buf, sizeof(buf))) {

This solves the error you get with VS2013.



On Fri, Jul 4, 2014 at 1:57 PM, Colin McKay <[email protected]> wrote:

> Hi,
>
> I have built OSG 3.2.0 using CMAKE on a Windows 8 PC for Visual Studio
> Ultimate 2013. When I go into the solution file and select the BUILD option
> for ALL_BUILD I get the following error inside directx.cpp on line 67:
>
>
> Code:
>
> error C2678:binary '==': no operator found which takes a left-hand operand
> of type 'std::basic_istream<char,std::char_traits<char>>' (or there is no
> acceptable conversion)
>
>
>
>
> Has anyone encountered anything like this?
>
> Thank you!
>
> Cheers,
> Colin
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=60152#60152
>
>
>
>
>
> _______________________________________________
> 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