Hi, 

 

I actually solved the problem with the manifest thanks to and old thread of
yours.

 
<http://www.mail-archive.com/[email protected]/msg06557.htm
l>
http://www.mail-archive.com/[email protected]/msg06557.html

 

We are not really interested in developing our own tessellation algorithms,
but we are still working with the old glu implementation that has clearly
become too outdated. We have our own geometry libraries so the target is
only change the tessellation algorithm. I have not found many free nurbs
tessellation implementations so I was hoping OpenSG could be the solution.
In any case, thanks to your efforts. I'll keep testing.

 

  _____  

De: Carsten Neumann [mailto:[email protected]] 
Enviado el: jueves, 16 de mayo de 2013 15:01
Para: [email protected]
Asunto: Re: [Opensg-users] Using OpenSG in Visual Studio

 

Hello,
sorry for the delay (I'm travelling this week). OpenSG 1.x is in very deep
maintenance mode at this point, for new projects I would recommend looking
at OpenSG 2.
You say that you are interested in surface tessellation, please note that
the geometry representation in the system is targeted at rendering
performance not necessarily for easy manipulation (this will be case for
pretty much any scene graph/renderer) - so if you are looking to develop
your own/new tessellation algorithms a library targeted at geometry
manipulation may be a better fit for your problem.
Regarding your specific problem with manifests, I'll have to get back to you
when I have access to a windows machine again (Monday at the latest).
Cheers,
Carsten


Sent with AquaMail for Android
http://www.aqua-mail.com

 

On May 15, 2013 5:09:59 AM "Chema" wrote:

Hi,

 

I want to test OpenSG as an external library for surfaces tessellating, so I
downloaded the last release version. I compiled the examples without
problems but in execution I get the error:  'R6034 An application has made
an attempt to load the C runtime library without using a manifest.'

 

As explained here
http://www.opensg.org/projects/opensg/wiki/FAQ#OnVS2005Igetthisruntimeerror:
R6034AnapplicationhasmadeanattempttoloadtheCruntimelibrarywithoutusingamanif
est. I searched the manifest files, but they are not in the release package.

 

I downloaded the last OpenSG 1.8 version from CVS and built it using scons
and msvc90 parameter, and got 4 manifest files

OSGBase.dll.manifest

OSGSystem.dll.manifest

OSGWindowGLUT.dll.manifest

OSGWindowWIN32.dll.manifest

 

I included them in the project as explained in the link but I'm still
getting the same error. I have tried also to compile OpenSG with visual
studio but i get a lot of linker errors, so i'm a bit stucked right now.

 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to