Re: [tools-dev] problem building expat module

2009-10-16 Thread Oliver Bolte
Hi, sree visakh wrote: hi all When building OOO310_m19 from tcsh under Windows XP, dmake fails as showing the following messages. Im Using VB.NET 2003 compiler. .Net 2003 isn't supported on this code line. Have a look here, please: http://wiki.services.openoffice.org/w

Re: [tools-dev] ok to use vcbuild.exe tool ?

2009-03-26 Thread Oliver Bolte
piler or platform sdk installed. Bye, Joerg Oliver Oliver Bolte wrote: Hi Joerg, Joerg Budischewski wrote: Hi, in cws python26, I use $(COMPATH)/vcpackages/vcbuild.exe pcbuild.sln "Release|Win32" to build python 2.6.1 (using Visual C++ 9.0 Express Edition). Is it ok to use

Re: [tools-dev] ok to use vcbuild.exe tool ?

2009-03-24 Thread Oliver Bolte
Hi Joerg, Joerg Budischewski wrote: Hi, in cws python26, I use $(COMPATH)/vcpackages/vcbuild.exe pcbuild.sln "Release|Win32" to build python 2.6.1 (using Visual C++ 9.0 Express Edition). Is it ok to use the vcbuild.exe tool (seems, that python would be the first to use it) ? Is it available

Re: [tools-dev] Requirement for DEV300 build-Win32

2008-04-11 Thread Oliver Bolte
Hi Takashi, Takashi Ono wrote: In message "Re: [tools-dev] Requirement for DEV300 build-Win32", Oliver Bolte wrote... >the .Net 2003 compiler doesn't support the new manifest mechanism for >Windows Vista. You will run from one workaround into the next workaround. >I

Re: [tools-dev] Requirement for DEV300 build-Win32

2008-04-10 Thread Oliver Bolte
Hi Takashi, Takashi Ono wrote: > Hi Pavel, > > In message "Re: [tools-dev] Requirement for DEV300 build-Win32", > Pavel_Jan〓 wrote... > > >I think we should switch .NET2003 into the same mode as gcc-3.3 is on > >unixes. We should apply patches that are available but our default > >compile

Re: [tools-dev] Windows - OpenOffice.org Wiki

2007-11-21 Thread Oliver Bolte
Hi, Louis Suarez-Potts wrote: In the wiki, we state that VS.NET 2003 is the official Win32 compiler. But we also support 2005 and 2008 is around the corner. This should be updated and I'd be happy to do it but want solid confirmation on that. I'm not subscribed to this list, so if you pleas

Re: [tools-dev] Stuck Again: ERROR: File not found: msvcp71.dll

2007-10-22 Thread Oliver Bolte
Hi, maybe it can't be find because of capital letters. Renameing of MSVCP71.DLL to msvcp71.dll may help. Oliver FriendsInMelb . wrote: Dear All I am stuck again while compiling OpenOffice source. I formatted my machine installed all openoffice requirements relegiously, checked out latest

Re: [tools-dev] Visual Studio 2005 Express and Mozilla

2006-11-27 Thread Oliver Bolte
Hi, Andras Timar wrote: Hi, My name is Andras Timar. I am the project owner of hu.ooo. I would like to create a production build (a Hungarian OOo) with the free Visual Studio 2005 Express. I know that there are limitations, e.g. ActiveX plugin will not compile and CLI-URE bridge is broken. I ca

[tools-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

[tools-dev] Intel(R) C++ Compiler evaluation

2006-01-04 Thread Oliver Bolte
Hi, for the Intel(R) C++ Compiler V 9.0 is an evaluation at: http://tools.openoffice.org/source/browse/tools/www/dev_docs/intel_v90_eval.odt available. It contains measurements of build and start up performance in relation to the .NET 2003 compiler. Changes have been commited to CWS obo2005b.

Re: [tools-dev] OOo 1.1.5: error building icu

2005-09-19 Thread Oliver Bolte
Hi Simon, Simon Brouwer wrote: Hi, I really need some help to figure this out! What does the command devenv allinone/allinone.sln /build Release /project all /useenv do? devenv is the ide of the .net compiler. It uses the solution file allinone/allinone.sln and does a "Release" build by u