Dave Page wrote:
-----Original Message-----
From: Andreas Pflug [mailto:[EMAIL PROTECTED]
Sent: 21 April 2006 17:07
To: Dave Page
Cc: Hiroshi Saito; pgadmin-hackers@postgresql.org
Subject: Re: [pgadmin-hackers] Visual C++ 2005
Why?
Apparently, VC2005 links mandatorily/unavoidable to .NET CRT
libs which aren't necessarily present on the system, and
which should not be delivered with the app (according to MS).
Ah, now that I didn't know. So, you're expected to distribute the entire
.NET Framework just to get msvcrt8.dll (or whatever)? Urgh.
Somewhat. Those dlls are expected in Windows\WinSxS\something. I suspect
that pgAdmin *would* work if we just shipped that DLL side by side
though, but I'm wary.
Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match