From: eric.kolotyluk at gmail.com (Eric Kolotyluk) Date: Tue, 03 May 2011 07:04:27 -0700 Subject: [Pljava-dev] Windows 64bit: Call for further testing In-Reply-To: References: Message-ID: <4DC00B6B.8000306@gmail.com> Basically I dropped the files msvcr90.dll, msvcp90.dll, msvcm90.dll and IEShims into the Postgres/bin directory. If I do not do this then DependencyWalker cannot find msvcr90.dll. So just now I did another clean install of postgresql-9.0.4-1-windows_x64 Then I ran vcredist_x64 again and clicked repair. Finally I dropped pljava.dll into the lib directory of Postgres from your latest BETA release. Same problem, DependencyWalker cannot find msvcr90.dll. Also, DependencyWalker still shows the same problem with IEFRAME.DLL. What do you suggest I try next? Cheers, Eric On 2011-05-02 10:25 PM, Johann 'Myrkraverk' Oskarsson wrote: > On Mon, 02 May 2011 22:00:55 -0000, JOSE CARLOS MARTINEZ LLARIO > wrote: > >> Im getting the same error about PG_MODULE_MAGIC as before. > > Yes, I discovered that the symbol is not exported correctly in the > DLL. I'm not sure but this may actually be a problem with the PG > build system since on the PL/Java side it's just an expanded macro. > > Needless to say, I'm working on this now. I only have a few hours > to work on this today so I guess I may not have a new build until > tomorrow. > > Eric, how did you install the MSVC DLLs? It should be enough to > just install the redistributables. You should not have had to copy > the DLLs anywhere. If you did anything of the sort, can you let me > know what? > >