Hello,

YunKyu Choi wrote:
> hello
>  
> I'm an OSG newbie. I want to develop an obj file viewer with MFC UI.
> I downloaded the OSGMFC example and tried to compile but I confronted 
> error below

I'm sorry, but this is the wrong mailing list, this list is for the 
OpenSG project, which is different from OpenSceneGraph. Please try 
contacting one of the OpenSceneGraph mailing lists 
(<http://www.openscenegraph.org/projects/osg/wiki/MailingLists>), they 
should be able to help you.

> ....\osgmfc\osgmfcview.h(7) : fatal error C1083: Cannot open include 
> file: 'Producer/RenderSurface': No such file or directory
>  
> I read a post that recommend to include OSG's include directory path to 
> build environment and I did that but got the same result.

hm, one thing you can try is comparing the paths passed to the compiler 
(via the -I options) with the layout of OSG's include directory. Maybe 
you need to add or remove one directory from the path, so that one of 
the paths passed via -I together with the
#include <somedir/someheader> gives a valid path.

        Hope it helps,
                Carsten

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to