Re: OpenOffice plugin for NetBeans 7.2?

2013-01-25 Thread Fabrizio Marchesano
Hi, just tested the 3.0.1 package with NetBeans 7.2.1 and AOO 3.5 developer build on a Windows XP virtual machine: no problem at all so far in importing projects, cleaning, building, modifying and deploying. I could take on the Italian localization, but I, too, am uncertain if it would be welcome o

Re: Incompatible change for extensions

2013-01-25 Thread Jürgen Schmidt
On 1/25/13 12:44 AM, Andrea Pescetti wrote: > Rob Weir wrote: >> I also like the idea of marking a function as deprecated, maybe even >> supporting the new and old together for a release, to give time for >> transition. > > If at all feasible, I would be for this. Ideally, we should be able to > i

Regarding MSVCR80.dll

2013-01-25 Thread Shukla, Mangesh
Hi, I am using OpenOffice3.4.1 sdk to build an external dll (it does not add any new types, and is based on the documentLoader example) , which interacts with OpenOffice. I could build the dll using Visual studio 2012 and use it as well. However since the dll is supposed to be cross platform, I

Re: Regarding MSVCR80.dll

2013-01-25 Thread jg
Why can't you stay with Visual Studio 2012 and install the associated Visual Studio 2012 runtime libraries (http://www.microsoft.com/en-us/download/details.aspx?id=30679) on the other Windows targets? If I remember correctly, MSVCR80.dll belongs to VS2005. So in case you build different versi

Re: Incompatible change for extensions

2013-01-25 Thread Bernard Marcelly
Message de Jürgen Schmidt date 2013-01-25 13:55 : On 1/25/13 12:44 AM, Andrea Pescetti wrote: Rob Weir wrote: I also like the idea of marking a function as deprecated, maybe even supporting the new and old together for a release, to give time for transition. If at all feasible, I would be fo

Re: Incompatible change for extensions

2013-01-25 Thread Jürgen Schmidt
On 1/25/13 3:50 PM, Bernard Marcelly wrote: > Message de Jürgen Schmidt date 2013-01-25 13:55 : >> On 1/25/13 12:44 AM, Andrea Pescetti wrote: >>> Rob Weir wrote: I also like the idea of marking a function as deprecated, maybe even supporting the new and old together for a release, to gi

Re: new account

2013-01-25 Thread Mauricio Baeza
On 25/01/13 14:04, Henry Tiquet Leyva wrote: Hello my name is Henry Tiquet, I study IT in the Technological University of Riviera Maya (Mexico). I have knowledge in Java, C/C++, Visual Basic, Java Script, PHP, Android, FLEX. I would like to contribute with Core Development. I am new in this websi

Request QA Volunteer

2013-01-25 Thread Javier LoRa
OpenOfficeQA Volunteers: Hello. My name is Javier López Ramos and I'm student of Information technology and communication in the Technological University of the Riviera Maya and I want to be a QA volunteer for my professional practices. I'd love to be part of your dedicated QA mail list

RE: Regarding MSVCR80.dll

2013-01-25 Thread Shukla, Mangesh
Hi jg, My aim is to develop the client dll which deals with OpenOffice.org. This dll is required on Windows/Mac/Linux as we have a application that runs on all platforms. Because of this requirement, I moved from the Visual Studio project to Makefile so that only compilation is required on e

Re: OpenOffice plugin for NetBeans 7.2?

2013-01-25 Thread Carl Marcum
Fabrizio, On 01/25/2013 04:30 AM, Fabrizio Marchesano wrote: Hi, just tested the 3.0.1 package with NetBeans 7.2.1 and AOO 3.5 developer build on a Windows XP virtual machine: no problem at all so far in importing projects, cleaning, building, modifying and deploying. Thanks for the feedback !

Re: Regarding MSVCR80.dll

2013-01-25 Thread jg
Forget about Mac and Linux for a moment, since you already seem to have problems on Windows. It looks as if your makefile is incorrect about some dependencies. You might also check that the manifest of the project has been set up properly (http://msdn.microsoft.com/en-us/library/ms235542%28v