Re: [HACKERS] psql 8.0 final not working on NT 4.0sp6

2005-01-25 Thread Magnus Hagander
> > 3) Change to using SHGetFolderPath() linked from shfolder.dll (note > > that this function exists in two different dlls. We'd need > the one in > > shfolder.dll to have any effect). And then point people who > don't have > > shfolder.dll to the Microsoft download site for this file (it's

Re: [HACKERS] psql 8.0 final not working on NT 4.0sp6

2005-01-18 Thread Mike Mascari
Magnus Hagander wrote: According to this: http://support.microsoft.com/kb/q165695/ Windows Desktop update was included with IE 4, but not with IE 5 or later. Further, if you want to install Windows Desktop Update you have to first remove IE 5 or later. And finally it says that Windows Desktop

Re: [HACKERS] psql 8.0 final not working on NT 4.0sp6

2005-01-18 Thread John DeSoi
Hi Magnus, On Jan 18, 2005, at 1:34 PM, Magnus Hagander wrote: 1) Declare NT4 without IE4 unsupported. This is by far the easiest :P What we'd do later is add a check to the MSI installer to inform the user about this. Seems a bit gross to say that NT4 is supported, but only if you happen to have

Re: [HACKERS] psql 8.0 final not working on NT 4.0sp6

2005-01-18 Thread Magnus Hagander
>> Hmm. That would seem to have it. Can you check the version on your >> SHELL32.DLL? >> The MSDN docs for the version in question >> (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ >> shellc >> >c/platform/shell/reference/functions/shgetspecialfolderpath.asp) claims >> it need

Re: [HACKERS] psql 8.0 final not working on NT 4.0sp6

2005-01-18 Thread Magnus Hagander
> >> I'm running 'psql.exe -- version' and I'm getting this dialog: > >> > >> psql.exe - Entry Point Not Found: The procedure entry point > >> SHGetSpecialFolderPathA could not be located in the dynamic link > >> library SHELL32.DLL. > > > > Do you have the IE4 Desktop Update installed? > > I th

Re: [HACKERS] psql 8.0 final not working on NT 4.0sp6

2005-01-18 Thread John DeSoi
Hi Magnus, On Jan 18, 2005, at 10:50 AM, Magnus Hagander wrote: I'm running 'psql.exe -- version' and I'm getting this dialog: psql.exe - Entry Point Not Found: The procedure entry point SHGetSpecialFolderPathA could not be located in the dynamic link library SHELL32.DLL. Do you have the IE4 Deskto

Re: [HACKERS] psql 8.0 final not working on NT 4.0sp6

2005-01-18 Thread John DeSoi
On Jan 18, 2005, at 11:05 AM, Magnus Hagander wrote: Hmm. That would seem to have it. Can you check the version on your SHELL32.DLL? The MSDN docs for the version in question (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ shellc c/platform/shell/reference/functions/shgetspecial

[HACKERS] psql 8.0 final not working on NT 4.0sp6

2005-01-18 Thread John DeSoi
I'm running 'psql.exe -- version' and I'm getting this dialog: psql.exe - Entry Point Not Found: The procedure entry point SHGetSpecialFolderPathA could not be located in the dynamic link library SHELL32.DLL. I got this for both the version I compiled and psql from the pgInstaller (both operati