
On 2010-09-02 12:30, Alex Bo. wrote:
Switching to VS 2008 built everything successfully,
but now when I run MSQLserver.bat I get: 'The program can't start because MSVCR80.dll' is missing from your computer.
This is probably just a matter of specifying the correct program search path. Make sure the folder containing that DLL is in your %Path% variable. You could try to build an installer using the MonetDB5-SQL-Installer.sln file and installing that. That'll only work with a "release" build (i.e. not a debug build), and you may have to fix paths of the libraries you're using.
I'm stuck, because using VS2005 compiler fails on build, and VS2008 compiler builds but doesn't run.
P.S. I have built 32 & 64 successfully on the SP1 release, and 32 with SP2 successfully too. All with VS2005 compiler.
We haven't tried the VS2005 compiler in a long time. I don't know where the errors you reported come from, but I suspect it's because our recent change to use getaddrinfo(), which requires winsock2.h (where we used winsock.h before). -- Sjoerd Mullender