Hi,

I've seen the "old DIB in *.ico" when an ico file was treated as text
and converted to Unix eol syntax. You could try to run unix2dos on the
file to see if this is the problem.

regards
jp

Thom DeCarlo wrote:
> 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:* [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] *On Behalf Of *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* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> 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] <mailto:[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/

-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their 
support.

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

Reply via email to