Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Torben Dannhauer
Hi Nan, which version of the 3rdParty package have you downloaded? The current version is V5. You have to added your 3rdparty/x86/bin folder to your PATH. It contains the dll dependencies and has to be part of your path to allow osgviewer to find it. The environment variable OSG_3RDPARTY_DIR

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Mr Alji
Hello Nan Torben, You have to add the *3rdParty bin* to your PATH otherise set the environment variable OSG_NOTIFY_LEVEL to a higher verbosity level such DEBUG_INFO or DEBUG_FP (by default it is NOTICE I think). Cordialement *--* *M. ALJI Mohamed* 2011/3/28 Torben Dannhauer

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Nan WANG
Thanks zonk the 3rdParty package I used is 3rdParty_VC9sp1_x86_x64_V5.7z x86 version~ i think it's not version problem. Ok, i have to add them to PATH environment variable. although, it was not mentioned in the introduction. But, there's no problem with previous OSG source code. Maybe using

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Nan WANG
Thanks Alji, I think the final solution is adding 3rdParty bin to my PATH...But with previous installation, there was no problem without adding 3rdParty to PATH. When i compile OSG, just path ACTUAL_3DPARTY_DIR to C:/OpenSceneGraph-2.8.3/3rdparty. it was prefect...i think it was a problem of

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Torben Dannhauer
Hi, 3rdParty package V5 uses zlib not as static build, therefore the viewer requires now the zlib dll. In older 3rdParty packages I used the static zlib and it worked without the dll. I had to change to dynamic zLib because I updated libpng and the new version caused some trouble with static

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Nan WANG
eh I think not only viewer requires zlib.dll, but also other .exe stopped by the zlib.dll is missing error... crying. If it is dynamic build... it means i have to add to PATH ? Thanks zonk wrote: Hi, 3rdParty package V5 uses zlib not as static build, therefore the viewer

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Torben Dannhauer
Hi, every application which uses zlib hast du use zlib.dll. yes, add the direcotry which contains zlib .dll to your path, and every aplication will be fine. Thank you! Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=37938#37938

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Nan WANG
Cool~ That's fineThanks a lot zonk. I will pay attention to this error in my next OSG installation, although it was not mentioned in the introduction page. zonk wrote: Hi, every application which uses zlib requires zlib.dll. Yes, add the directory which contains zlib.dll to your

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Torben Dannhauer
Hi, Can you give me the link to the page? I'll update it.. Thank you! Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=37941#37941 ___ osg-users mailing list

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Nan WANG
OK chief here it is~ http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio waiting for your wonderful contribution. zonk wrote: Hi, Can you give me the link to the page? I'll update it.. Thank you! Cheers, Torben -- Read this

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Mr Alji
consider mentioning the *date* of the last update, please. *--* *M. ALJI Mohamed* ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] why zlib.dll is miising when execute .exe file

2011-03-28 Thread Torben Dannhauer
Hi ALJI, I'll add it, thanks for the hint! Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=37944#37944 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] why zlib.dll is miising when execute .exe file

2011-03-27 Thread Nan WANG
Hi, everyone As I installed windows7 on my laptop, i need to reinstall my OSG environment. Usually, i followed the instruction here: http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio What i did on my computer: install VS2008 then sp1 of vs2008 3rdParty