Subj : Re: Problem with JavaScript functions To : netscape.public.mozilla.jseng From : Brendan Eich Date : Tue Sep 30 2003 09:05 pm Yuraukar wrote: > Where the input script is clearly correct. This still gives me > "Reference error: a is undefined". Are you compiling with MSVC on Windows? Did you remember to use /OPT:NOICF to work around an MS compiler/linker bug? See bug http://bugzilla.mozilla.org/show_bug.cgi?id=151066 -- I'm cc'ing Phil to make sure this gets prominent mention in the release notes. /be .