Re: [osg-users] OSG and .NET in Windows 7 x64

2016-04-01 Thread Diwas Bhattarai
Hi, Did anybody came accross the problem when working with c# > a member of a managed class cannot be of a non-managed class type I posted the question in http://forum.openscenegraph.org/viewtopic.php?p=66696#66696 Thank you! Cheers, Diwas[/quote] -- Read this topic online

[osg-users] Smart Pointer for Memory Management

2016-03-31 Thread Diwas Bhattarai
Hi, I want to use Openscenegraph on my Window Form Application. In the moment I am writing a Wrapper in CLR application and exporting as a dll and importing it in my Window Form Application. The Problem: I cannot use Code: osg::ref_ptr osgRodot; in my header file where my ref class is

Re: [osg-users] [build] When writing my own software and integrating openscenegraph, LNK error is thrown out.

2016-03-23 Thread Diwas Bhattarai
Hi, Thank you very much for the solution. That's it. It solved the problem. Thank you! Cheers, Diwas -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=66614#66614 ___ osg-users mailing list

Re: [osg-users] [build] When writing my own software and integrating openscenegraph, LNK error is thrown out.

2016-03-22 Thread Diwas Bhattarai
Hi, Here is the link to the Errors that I get. http:// pastebin. com /0Z6Zk553 Following is the code that I compile. Code: #include #include #include #include #include #include #include int main() { //create a viewer osgViewer::Viewer viewer;

[osg-users] [build] When writing my own software and integrating openscenegraph, LNK error is thrown out.

2016-03-22 Thread Diwas Bhattarai
Hi, I will explain what I did till now: 1. Donwloaded OSG and extracted on the folder OSGraph/OpenSceneGraph-3.4.0. 2. Downloaded 3rdParty folder 64bit and extracted on the folder OSGraph/3rdParty. 3.Installed Cmake and Browed to OSGraph/OpenSceneGraph-3.4.0 folder on "Where is the source