Hi there, might actually be the new VS2005 deployment model changes involving manifests etc etc. See: http://blogs.msdn.com/aymans/archive/2006/04/04/568466.aspx http://msdn2.microsoft.com/en-us/library/ms235316.aspx
In short I use option "3" as a quick option when setting up a test machine that's developer free and all seems well. You might also have to bundle the associated XXXX.dll.manifest and XX.exe.manifest files into your deployment tree rather than just the dll's if your manifest is external. Cheers, Colin. ps here is a cut form the link: "It is not supported to redistribute C/C++ applications that are built without a manifest. Visual C++ libraries cannot be used by C/C++ applications without a manifest binding the application to these libraries. All C/C++ binaries built in Visual C++ 2005 have to include a manifest describing their dependencies on Visual C++ libraries. This is the default setup of projects in Visual Studio and the default behavior of the linker building the final binary from object code. It is recommended in all cases that the manifest be internal. However, in the case of an EXE file, the manifest can be external (this scenario is supported but not recommended). Applications that expect dependent DLLs to be present in either the application-local folder or in a folder indicated by an environment variable may also be vulnerable to security-related exploits. It is also more difficult to service such applications after they have been deployed." Mustafa wrote: > Hi Andy, > :) I had the same problem... > > Please try to make the following change in the Project properties: > > Character Set = Use Multi-Byte Character Set > > By default, it is using UNICODE. which is not compatable with some of > the standard XP DLL s etc... > > I think it will solve your problem. > > Send instant messages to your online friends http://uk.messenger.yahoo.com > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ > _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
