Re: [osg-users] ??: A simple question from an learner.

2007-08-03 Thread Mike Wittman
, N.T., Hong Kong, P.R.China -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Mike Wittman 发送时间: 2007年8月2日 22:23 收件人: osg-users@lists.openscenegraph.org 主题: Re: [osg-users] A simple question from an learner. OSG can definitely be used with WinForms. It sounds

[osg-users] A simple question from an learner.

2007-08-02 Thread ijustfu
Dear Robert. I build a simple OSG program with visual studio2005.net. I use c++ language , and select window forms application, then get the following codes: #include stdafx.h #include Form1.h #include osgViewer/Viewer #include osgDB/ReadFile using namespace VGEForPRDAirPollution;

Re: [osg-users] A simple question from an learner.

2007-08-02 Thread Serge Lages
Hi, On 8/2/07, ijustfu [EMAIL PROTECTED] wrote: Dear Robert. I build a simple OSG program with visual studio2005.net. I use c++ language , and select window forms application, then get the following codes: #include stdafx.h #include Form1.h #include osgViewer/Viewer #include

Re: [osg-users] A simple question from an learner.

2007-08-02 Thread Anders Backman
Look into the MFC examples of osg. osg/examples/osgviewerMFC. /Anders On 8/2/07, ijustfu [EMAIL PROTECTED] wrote: Dear Robert. I build a simple OSG program with visual studio2005.net. I use c++ language , and select window forms application, then get the following codes: #include

Re: [osg-users] A simple question from an learner.

2007-08-02 Thread Paul Martz
I build a simple OSG program with visual studio2005.net. I use c++ language , and select window forms application, then get the following codes: Doesn't look like you're doing anything to bridge the gap between managed and unmanaged code. If I remember correctly, someone created a .NET

Re: [osg-users] A simple question from an learner.

2007-08-02 Thread Mike Wittman
I build a simple OSG program with visual studio2005.net. I use c++ language , and select window forms application, then get the following codes: Doesn't look like you're doing anything to bridge the gap between managed and unmanaged code. If I remember correctly, someone created

Re: [osg-users] A simple question from an learner.

2007-08-02 Thread Glenn Waldron
On 8/2/07, ijustfu [EMAIL PROTECTED] wrote: Dear Robert. I build a simple OSG program with visual studio2005.net. I use c++ language , and select window forms application, then get the following codes: ... (snip) After adding osgViewerd.lib and osgDBd.lib into project, compile it but