Michael Henheffer schrieb:
Hi Andreas,

It appears that redistributing applications built with Visual Studio 2005 Express is difficult to do. Take a look at the 'Visual C++ 2005 Express Edition' section of http://en.wikipedia.org/wiki/Microsoft_Visual_Studio_Express . It explains that the Visual C++ Redistributables are not included with the express edition and cannot be downloaded from Microsoft. This means the application can only be run on other machines that have the express edition installed. It may be possible to use ClickOnce to deploy the application as described at http://msdn2.microsoft.com/en-us/library/ms235287(VS.80).aspx .
Hope this helps,
Mike
Hi,

I have now "solved" this issue by editing the manifest for the crt that was missing to exactly match the version in the osgDB manifest.

The other issue I had was because of an old version of osg in my path.

If anyone here would like to help and test the installer, its here:

http://www.raumgeometrie.de/installer/ArchimedesGeo3DSetup1_1beta1.exe

It doesn´t install any dlls into the system folder, it uses local manifests. If it shows that this solution works it would be of interest to all people here using Visual C++ Express and wanting to distribute the applications.

On the other hand I have decided not yet to drop my MinGW-environment, as things are much simpler there ...

Regards,

Andreas

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to