Thread: Pgaccess on win2k
Hi List I'm trying to use pgaccess on a win2k machine. But I keep getting the "couldn't load libray..." error when running main.tcl I've copied the lipgtcl.dll and the libpg.dll to the c:\windows\system as the documentation says but still no luck. Can anybody help me? Jacob
Jacob Vennervald Madsen wrote: > > Hi List > > I'm trying to use pgaccess on a win2k machine. > But I keep getting the "couldn't load libray..." error when running main.tcl > I've copied the lipgtcl.dll and the libpg.dll to the c:\windows\system as > the documentation says but still no luck. > > Can anybody help me? What DLL and Tcl/Tk version are you using? There are DLL's for Tcl/Tk 8.2.x at http://www.flex.ro/pgaccess Don't use them with Tcl/Tk 8.3.x! Teo
I'm using libpgtcl83.dll-7.0 and libpq.dll-7.0 My PostgreSQL is a 7.1.2 version and my tcl is version 8.3 Is this correct? Jacob "Constantin Teodorescu" <teo@flex.ro> wrote in message news:3B78314A.F69ADDAC@flex.ro... > Jacob Vennervald Madsen wrote: > > > > Hi List > > > > I'm trying to use pgaccess on a win2k machine. > > But I keep getting the "couldn't load libray..." error when running main.tcl > > I've copied the lipgtcl.dll and the libpg.dll to the c:\windows\system as > > the documentation says but still no luck. > > > > Can anybody help me? > > What DLL and Tcl/Tk version are you using? > > There are DLL's for Tcl/Tk 8.2.x at http://www.flex.ro/pgaccess > Don't use them with Tcl/Tk 8.3.x! > > Teo > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html
Thanks. I didn't copy them to SYSTEM32. That was the problem. Jacob -----Original Message----- From: Constantin Teodorescu [mailto:teo@flex.ro] Sent: 14. august 2001 23:50 To: Jacob Vennervald Madsen Cc: pgsql-interfaces@postgresql.org Subject: Re: [INTERFACES] Re: Pgaccess on win2k Jacob Vennervald Madsen wrote: > > I'm using libpgtcl83.dll-7.0 and libpq.dll-7.0 > > My PostgreSQL is a 7.1.2 version and my tcl is version 8.3 > > Is this correct? OK. Now rename your files to "libpgtcl.dll" and "libpq.dll" (without the version number) and copy them to C:\WINDOWS\SYSTEM , \SYSTEM32 ... It should work. teo
Jacob Vennervald Madsen wrote: > > I'm using libpgtcl83.dll-7.0 and libpq.dll-7.0 > > My PostgreSQL is a 7.1.2 version and my tcl is version 8.3 > > Is this correct? OK. Now rename your files to "libpgtcl.dll" and "libpq.dll" (without the version number) and copy them to C:\WINDOWS\SYSTEM , \SYSTEM32 ... It should work. teo