Hi, On Tue, 2009-05-05 at 07:28 +0200, Christoph Schäfer wrote: > Hi, > > recently I ran into a problem after compiling OpenSG2 for the x64 > plattform. I get a debug assertion in > OSGDrawable_d.dll!OSG::exactinit() line 730 when I try to run any > example drawing anything. The examples not drawing anything work fine... > Any ideas? I used x64 dependencies for the build, so this should not be > the problem.
looks like we run into the following (from msdn): On the x64 architecture, changing the floating point precision is not supported. If the precision control mask is used on that platform, an assertion and the invalid parameter handler is invoked, as described in Parameter Validation. I'll see that I can make sure it is not used for x64. kind regards, gerrit ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
