[dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-25 Thread Oliver Bolte
Hi, the port for Visual Studio 2005 Express (CWS obo05) has been integrated and will be available with milestone m186 (SRC680). Known limits: * ActiveX Control isn't supported due to missing ATL/MFC support * .NET (CLI) bridge doesn't work with Framework 2.0 (see issue #69457#) Build requiremen

Re: [dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-25 Thread Volker Quetschke
Oliver Bolte wrote: > Hi, > > the port for Visual Studio 2005 Express (CWS obo05) has been integrated > and will be available with milestone m186 (SRC680). > > Known limits: > * ActiveX Control isn't supported due to missing ATL/MFC support You have to use --disable-activex or the build will

Re: [dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-26 Thread Tor Lillqvist
ti 2006-09-26 klockan 00:56 -0400 skrev Volker Quetschke: > You have to use > --disable-activex > or the build will fail at one point. Is that the --disable-activex from CWS tml04 (which I have largely been ignoring working on, it needs to be resynced to a current milestone etc) (the same stuff

Re: [dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-26 Thread Oliver Bolte
Tor Lillqvist wrote: ti 2006-09-26 klockan 10:17 +0200 skrev Oliver Bolte: I've reused the NETTOOLKIT environment variable (in the past it was used for .NET Toolkit 2003 which wasn't usable for OOo). I've removed this variable from other makefiles and with m186 it controls activex only.

Re: [dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-26 Thread Oliver Bolte
Hi Tor, Tor Lillqvist wrote: ti 2006-09-26 klockan 00:56 -0400 skrev Volker Quetschke: You have to use --disable-activex or the build will fail at one point. Is that the --disable-activex from CWS tml04 (which I have largely been ignoring working on, it needs to be resynced to a current m

Re: [dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-26 Thread Oliver Bolte
Hi, Volker Quetschke wrote: [...] The name of this environment variable may be changed in the future. My intention is to use it to differentiate between express and professional edition - not to switch activex selective on/off. Erm, as long as it's not used for something else we should rena

Re: [dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-26 Thread Volker Quetschke
Hi Tor, Tor Lillqvist wrote: > ti 2006-09-26 klockan 00:56 -0400 skrev Volker Quetschke: > >> You have to use >> --disable-activex >> or the build will fail at one point. > > Is that the --disable-activex from CWS tml04 (which I have largely been > ignoring working on, No, it's an independen

Re: [dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-26 Thread Volker Quetschke
Hi, Oliver Bolte wrote: > Tor Lillqvist wrote: > >> ti 2006-09-26 klockan 10:17 +0200 skrev Oliver Bolte: >> >>> I've reused the NETTOOLKIT environment variable (in the past it was >>> used for .NET Toolkit 2003 which wasn't usable for OOo). I've removed >>> this variable from other makefiles and

Re: [dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-26 Thread Tor Lillqvist
ti 2006-09-26 klockan 09:31 -0400 skrev Volker Quetschke: > Quite a few things would have to be changed in that CWS (read my comment > there) Yes, thanks. > If that switch is not enough to solve your tml04 problem we should add > another --disable-someOle or so to disable the missing pieces. W

Re: [dev] Port for Visual Studio 2005 Express (free compiler) available

2006-09-26 Thread Tor Lillqvist
ti 2006-09-26 klockan 10:17 +0200 skrev Oliver Bolte: > I've reused the NETTOOLKIT environment variable (in the past it was used > for .NET Toolkit 2003 which wasn't usable for OOo). I've removed this > variable from other makefiles and with m186 it controls activex only. Isn't that kinda conf