Subj : Re: Problem with JavaScript functions To : Yuraukar From : Brendan Eich Date : Thu Oct 02 2003 11:20 am Yuraukar wrote: > Found the switch, but doesn't help. > > The situation is: > Build js and my project unter VC6 > -> everything fine > Build js and my project under VC.net > -> jsshell supports function f(a) .... > -> my application complains about Reference Error, > and does NOT crash (as bug # 151066 indicates). The problem caused by the Microsoft linker coalescing two empty functions of the same type signature does not manfiest as a crash bug -- that symptom was fixed. It can result in a failure to find an argument in a function's scope. It's possible there is a separate bug in VC.net, but I doubt it. Are you sure that you're using the /opt:noicf flag when linking the .exe? /be .