Subj : Debug version work ok but release version not work To : netscape.public.mozilla.jseng From : Bryht Date : Tue Jan 11 2005 11:45 am Hi, Please help me! I am using the spidermonkey Javascript Engine for a simple html viewer in my project. Everything work ok when I use the debug version of js32.dll. But when I use the release version of js32.dll it will not work. A simple example. Export test It runs ok with the debug version. If I use the release version of js32.dll it will report an error "ReferenceError: x is not defined". All of codes of my project which are similar to this are not work. I may use the debug version of js32.dll in my software release. But it really stupid and make my software a little big. Please help me! Thanks in advance. .