Your DLLs need to be *in the same directory* as your executable, or the DLL's have to be someplace that can be found from your PATH environment variable. You also need the visual studio redistributable if visual studio isn't installed on the target machine.
Lee On Wed, 2009-06-10 at 14:39 -0400, Alena Bacova wrote: > Hi folks, > first of all great forum, I learn new things every day. > > My question is: I made an osg ( well osgart) application on my laptop, > with vs 2005 installed and all development environment with it. I > compiled it successfully and now I would like to move it to more > comfortable tablet ( Samsung Q1EX). > I tried to move my build directory with dll libraries but it is giving > me an error: " This application has failed to start because the > application configuration is incorrect. Reinstalling the application > may fix this problem." > > Then I tried to copy build directory with osg ( particulary lib and > bin (bin with all the dlls, exe, idb, ilk...)) but I'm getting same > error. > > I tried to look into cmake configuration files, and also vs.net > project configurtion files, if I can remove hard links to libraries, > but nothing helped. > > I have never done application deployment so any instructions are more > then welcome. > > Thanks. > > Alena. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

