Hi,

my program loads on my machine without problems with the modified manifest.

Also I wonder if the

8.0.50727.3053

version is really older, or newer, as 762 < 3053 (I donĀ“t know how this is 
counted).

Regards,

Andreas


Radioman schrieb:
can you try replace Microsoft.VC80.CRT.manifest content with this and test it 
where your program don't loaded


Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <noInheritable/>
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"
    />
    <file name="msvcr80.dll"/>
    <file name="msvcp80.dll"/>
        <file name="msvcm80.dll"/>
</assembly>



------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=10640#10640





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to