Subj : Re: Still unsolved problem To : netscape.public.mozilla.jseng,brendan@meer.net From : David Bradley Date : Fri Jun 06 2003 11:39 am Stu wrote: >> What is proxy_dns_resolve? > > Can u confirm that I should be able to use the release JS32.dll with a debug build of my C++ project, cos that what i've been doing. Yes from what I can tell it should be fine. I don't see anything in your code where an allocated buffer is transitioned between the DLL's. That's why libraries often provide their own allocation functions so that there aren't such issues. From your error, it's seems like it's complaining about the parameter. I got a little confused because I thought this was an error was coming from your code. So in the function it appears to not know about the host parameter. Even if something went wrong and you didn't pass in the second parameter, it shouldn't cause an error like that. Any parameter not passed in would be the value "undefined". Can you look at the default.pac file in your temp directory and see if it looks ok? Brendan I assume the global object and friends he has created are protected from GC via the new born mechanism? David .