Hi Björn,

On Mon, 2005-05-30 at 17:50 +0200, Björn Harmen Gerth wrote:
> Hi,
> 
> I have to suggestions: On Win32, the line
>     value = (bool) temp;
> of OSGBinaryDataHandler.inl produces a warning message
> during compilation. Since this file is included by a
> lot other files, I'd suggest
>     value = temp!=0;

OK. 

> OSGWindow.cpp: Add a newline to this message:
>         FWARNING(("Window::frameExit: Caught stray
> OpenGL error %s (%#x).\n",
>                 gluErrorString(glerr),
>                 glerr));

OK. Did that actually catch something for you, or did you just find it
looking through the code?

> By the way, I'm running the debug libs on cygwin/VS7.
> But for some reason, the symbol OSG_DEBUG is not
> defined...

Yeah, that's currently defined in the project, not derived in the
headers automatically. So if you use your own project, it won't show up.

        Dirk

-- 
-- Dirk Reiners               OpenSG Forum             [EMAIL PROTECTED] 
-- The OpenSG Open Source Scenegraph:            http://www.opensg.org
-- Join the list at    http://lists.sf.net/lists/listinfo/opensg-users



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr�fad-ysdn-ostg-q22005
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to