Anyway I could get the changes in the visual studio files to check them in?
Remember, my windows machine is broken.

On 11/16/06, Thom DeCarlo <[EMAIL PROTECTED]> wrote:

 I was able to get around the osg.ico problem by replacing the one in the
Producer directory with the one from the OSG directory. (I still have no
idea where to find SDKPAINT.) Producer compiled after making those changes.



Thom


  ------------------------------

*From:* Thom DeCarlo
*Sent:* Thursday, November 16, 2006 4:33 PM
*To:* 'osg users'
*Subject:* RE: [osg-users] WIndows build?



Don,

No. It looks like there is a relative path that is set incorrectly:



1>Generating Code...

1>Compiling resources...

1>fatal error RC1110: could not open ..\..\src\Producer.rc

1>Project : error PRJ0002 : Error result 1 returned from 'C:\Program
Files\Microsoft Visual Studio 8\VC\bin\rc.exe'.



I changed the path to Producer.rc in Producer.vcproj to
"..\..\src\Producer\Producer.rc" and got this error:



1>Compiling resources...

1>..\..\src\Producer\Producer.rc(1) : error RC2176 : old DIB in osg.ico;
pass it through SDKPAINT



I'm not sure what SDKPAINT is or where to find it, though.



I also had to change line 279 in include/RenderSurface to:

        virtual bool makeCurrent(void /*bool=true*/);




  ------------------------------

*From:* Don Burns
*Sent:* Thursday, November 16, 2006 3:54 PM
*To:* osg users
*Subject:* Re: [osg-users] WIndows build?



Hi Thom,

This was brought to my attention, fixed and checked in.  The issue is just
the const declaration of makeCurrent(), which was removed for inherited
RenderSurfaces.

It looks like the directories are being found just fine, though, right?

-don

On 11/16/06, *Thom DeCarlo*  wrote:

Don,

I got two errors using Visual Studio 2005 (version 8):



1>RenderSurface_Win32.cpp

1>..\..\src\Producer\RenderSurface_Win32.cpp(1061) : error C2511: 'bool
Producer::RenderSurface::makeCurrent(void)' : overloaded member function not
found in 'Producer::RenderSurface'

1>        ../../include\Producer/RenderSurface(50) : see declaration of
'Producer::RenderSurface'

1>RenderSurface.cpp

1>..\..\src\Producer\RenderSurface.cpp : error C4335: Mac file format
detected: please convert the source file to either DOS or UNIX format



It will be a little while before I can delve into this, though.



Thom


  ------------------------------

*From:* Don Burns
*Sent:* Thursday, November 16, 2006 3:35 PM
*To:* Producer Users; osg users
*Subject:* [osg-users] WIndows build?



Has anyone tested the windows build of Producer today?  My windows machine
is still down and I can't do this myself.

-don


_______________________________________________
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/


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

Reply via email to