本文介绍了我在编译OSG tutourial时遇到问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是C ++中的newbei.我运行OSG的tutourial 2.我有一个问题:

I am newbei in C++. I run tutourial 2 of OSG. And I had a problem:

Error   1   error C2504: 'std::basic_fstream<_Elem,_Traits>' : base class undefined c:\program files\openscenegraph\include\osgdb\fstream   32  GeometryTest
Error	4	fatal error C1083: Cannot open include file: 'Producer/CameraConfig': No such file or directory	c:\program files\openscenegraph\include\osgproducer\osgcameragroup	18	GeometryTest


请帮帮我!


Please help me!

推荐答案


这篇关于我在编译OSG tutourial时遇到问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 17:38