From: eric.kolotyluk at gmail.com (Eric Kolotyluk) Date: Mon, 02 May 2011 09:56:40 -0700 Subject: [Pljava-dev] 64-bit Operation In-Reply-To: References: <4DBB58FD.3090004@gmail.com> <4DBED597.70600@gmail.com> Message-ID: <4DBEE248.7070103@gmail.com> Here is the dependency tree PLJAVA.DLL JVM.DLL ADVAPI32.DLL WINTRUST.DLL CRYPT32.DLL USERENV.DLL SHELL32.DLL SHDOCVW.DLL IEFRAME.DLL -> #160, #141, #159 I don't know if the IEFRAME.DLL references are because of COM or some other foolishness. Cheers, Eric On 2011-05-02 9:04 AM, Johann 'Myrkraverk' Oskarsson wrote: > On Mon, 02 May 2011 16:02:31 -0000, Eric Kolotyluk > wrote: > >> Well I tried your latest DLL and it fixes float8 problem, but now >> there is some other DLL problem I am trying to sort out. IEFRAME.DLL >> is missing some references for some reason - and they have no name, >> just numbers - argh! > > Is it possible for you to show me what symbols in PL/Java map to IEFRAME? > I'm hoping there is a chance I can get rid of that dependency. > >