Hi,
> In the mean time one thing that sticks out is you compile with /MDd but > the crash below is from inside msvcp90.dll which is the non debug (/MD) > runtime library whereas for /MDd you should be pulling msvcp90d.dll. > > That looks very much like you build OpenSG with /MD. If you than use > the above /MDd settings for your app that might be a good source of > problems you see. Could you try to build your app with /MD instead and > see if this helps. Thank you very much, I did not notice that. Indeed it looks like I should have used the DebugRT solution instead of the Debug solution, I wasn't aware of that. I am currently rebuilding OpenSG to use the /MDd option and we'll see if this fixes the crash. It looks promising as all symptoms point in that direction. As I will migrate to fcd asap, is there any doc how to use it? I know there is some python script involved, is it the fcd2code thing I found? Unfortunately there is no Readme there, are there any relevant commandline options, like setting directories? > > > > > With the risk of getting another that should have been documented, > you > > > can easily integrate custom libs into the main OpenSG cmake build > > > structure (OSG_EXTRA_EXTERNAL_MODULES). I just committed an example > > > that > > > uses it and which should be easily adapted : > > > > > > Examples/CustomIntegration/AlgorithmStage/GPUVolRT/AsAlgorithmStage > > > > > > > I don't see how that would help in my case, as I am building an > application > > (well actually two applications with different GUIs) using OpenSG. > But I > > will have a look at it. > > I wasn't sure what you actually build. If the app part is small enough > this kind of integration is usually the easiest. With a lot of gui code > that might not be the case. I was working on extending the cmake stuff > so one can easily import the compiler settings. But as you aren't using > cmake that won't help either. At least I am not using cmake right now. As soon as you are changing directory structures I will be stumped because my solution will no longer work. So at some point I will most likely join the cmake crowd too. Aloha, Andi ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
