Hi 'Ba' ?

Did you clean your files : you need to have only one .dll file for debug and
same for release ... remove the older download you have.
Next, compil osg in debug and release, and link your application with the
good .lib files (osgd.lib for debug, osg.lib for release) and last use the
associated dll file (and not a downloaded version for example) : check your
PATH to verify you get the good one, or modify it in VS configuration to be
sure you load the good one.

Hoping this help,

Regards,
   Vincent.

2009/6/25 buidinhba5 <buidinh...@gmail.com>

>  Hi All
>
>           I test some project example in OSG 2.8.1
>
>           I use VS 2005 and install two
>
>                    openscenegraph-all-2.8.1-win32-x86-vc80sp1-Release.zip
> and  openscenegraph-all-2.8.1-win32-x86-                vc80sp1-Debug.zip
>
>           in the same folder  OpenSceneGraph-2.8.1
>
>           In the "bin" folder
>
>           I Run example release osganimate.exe good
>
>  but
>
>           the debug program  osganimated.exe It went wrong " This
> application has failed to start because the           application
> configuration is in correct. Reinstalling the application may fix this
> problem"
>
>
>
> After that:
>
> I also made a project as the help in OSG Website
>
>
> http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio
>
> , it run good in realse but in debug it get wrong
>
> “The application failed to initialized properly (0xc0150002). Click on OK
> to terminate the application ”
>
>
>
> I don’t know why !^!
>
> Thanks,
>
> Ba.
>
>
>
> _______________________________________________
> 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