Hi WuCaihua I've tried to download and launch your demo and I get the same error as Jean Sébastien. I am using WinXP SP2 EN. It seems that at at least 1 DLL is not found (dwmapi.dll, saw that with the dependency walker) and also that this DLL is part of windows Vista. Are you running vista? If so, if your code is not compiled with something like #define _WIN32_WINNT 0x501 and it uses a Vista-only feature, you won't be noticed and your program will not run on XP.
I have tested your freshly compiled executable and get the same error. Making a release is not an easy thing, so you should really test your program on multiple platforms (possibly not your development machine) and tell us which machine is supposed to make the program run. I'm kinda frustrated :) Your stuff looks great Thibault On Nov 15, 2007 7:36 PM, 吴才华 <[EMAIL PROTECTED]> wrote: > Hello, > I'm so sorry, it is unusual. When has something error in loading it will > appear something, I had not test the progam in English version of Windows. > When it crashes, what happens. And I builded a new file of Creature3Dd.exe, > can you help to try it. > > Thanks a lot! > > WuCaihua > > > > > 在2007-11-16,"Jean-Sébastien Guay" <[EMAIL PROTECTED]> 写道: > > > > Hello, > > > Decompress Creature3Dd.rar you will get Creature3Dd.exe, copy it > > to the Creature3DGame directory and run it, you can find the log in > > the console. > > All I get is this: > > > Creature3Dd.exe > Using OpenAL EAX2.0 extension > Loading... > > Then it crashes. I have decompressed it as you said. > > J-S > -- > ______________________________________________________ > Jean-Sebastien Guay [EMAIL PROTECTED] > http://whitestar02.webhop.org/ > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > _______________________________________________ > 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 > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

