> Tanks for the help. Can you give me a short briefing on how this > works? How do you bind openSG to C# via COMs. Do you have some > helpfull tutoriols for this? It isn´t a real binding. More a workaround.
In Visual Studio you can add COM-Objects to the toolbox if you are for example in an c# windows application project. So all you have to do is writing an COM-Object in C++ with OpenSG methods. But writing COM-Objects isn´t a trivial thing (at least to me). A good beginning is this: http://msdn2.microsoft.com/de-de/library/599w5e7x(VS.80).aspx the OpenSG initialization in an COM/ATL object differs a bit. You have to do an seperate OpenGL initialization and to use a passivewindow. There should be a thread about this topic in the mailing list. i wish you success. It isn´t an easy topic. Daniel ... i also tried swig but i think this is an even more complex topic. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
