Hello Andreas, Andreas Halm wrote: >> 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?
I've just put up this page on the wiki: <http://opensg.vrsource.org/trac/wiki/Tutorial/OpenSG2/Fcd2Code> It's not complete yet, but hopefully it should get you started (together with some copy&paste from existing .fcd files). I'll try and put up some more details soon. Cheers, Carsten ------------------------------------------------------------------------------ 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
