Subj : Re: js_GetSlotThreadSafe problems To : Mike Moening From : Brendan Eich Date : Thu Mar 17 2005 08:59 am Mike Moening wrote: > I'm trying to use spidermonkey in a DLL and I keep getting the following > linker error. > Note: This linker error doesn't occur if I use the js32.dll when building > an .EXE. > > unresolved external symbol "__declspec(dllimport) long __cdecl > js_GetSlotThreadSafe Please tell me you're not going outside the public API by including jsobj.h and calling OBJ_GET_SLOT or a macro that calls it, from your ..exe. Grep for jsobj.h in your code. /be .