Re: [dev] I want to help programming in the OpenOffice

2005-07-15 Thread Jürgen Schmidt
Hi Daniel, Daniel Carrera wrote: Bernd Eilers wrote: it is always a good idea to start by getting familar with OOo´s component model UNO, therefor you should have a look at the OOo Developers Guide, which can be found at the following location:

Re: [dev] Automating Makefile creation

2005-07-15 Thread Jürgen Schmidt
Pierre-Andre Galmes wrote: Hello, While starting to develop with OpenOffice.org, I have been asking to myself quite a fex question about the developments tools used for C++. There come the questions : - How are the Makefile in the exemples of the SDK created ? By hand ? yes, we decided to

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread xutuan Zhang
Hi, Jürgen, Thanks for the reply. Sorry if I was not very clear in my email. My add-in actually works under Windows. If I use OOo 1.1.4 and SDK 1.1.0 (i.e., both stable version), then my add-in (written in c++) works fine. If I use the latest snapshot build (under Windows), Calc crashes the FIRST

Re: [dev] Automating Makefile creation

2005-07-15 Thread xutuan Zhang
Dear Jürgen, [I'm writing Add-ins for Calc using C++, but having problems register my Add-in under linux. ] In your email When you said: 4a. Client applications C++: rename your application with leading _, copy unoapploader binary in the same directory and rename it to your original

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread Stephan Bergmann
xutuan Zhang wrote: Hi, Jürgen, Thanks for the reply. Sorry if I was not very clear in my email. My add-in actually works under Windows. If I use OOo 1.1.4 and SDK 1.1.0 (i.e., both stable version), then my add-in (written in c++) works fine. If I use the latest snapshot build (under Windows),

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread xutuan Zhang
--- Stephan Bergmann [EMAIL PROTECTED] wrote: xutuan Zhang wrote: Hi, Jürgen, Thanks for the reply. Sorry if I was not very clear in my email. My add-in actually works under Windows. If I use OOo 1.1.4 and SDK 1.1.0 (i.e., both stable version), then my add-in (written in c++) works

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread Stephan Bergmann
xutuan Zhang wrote: --- Stephan Bergmann [EMAIL PROTECTED] wrote: xutuan Zhang wrote: Hi, Jürgen, Thanks for the reply. Sorry if I was not very clear in my email. My add-in actually works under Windows. If I use OOo 1.1.4 and SDK 1.1.0 (i.e., both stable version), then my add-in

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread xutuan Zhang
Dear Stephan, Thanks for your email.. --- Stephan Bergmann [EMAIL PROTECTED] wrote: . . . Are you trying this with OOo/SDK 1.1.4 or with OOo/SDK 1.9.113? IIRC, libraries built with the 1.1.x SDK failed to record their NEEDS for the UNO base libraries (sal etc.) and the libstdc++.so. That

Re: [dev] identifying the correct datatype in calc. :: Still not working.

2005-07-15 Thread Eike Rathke
Hi Dinesh, On Fri, Jul 15, 2005 at 17:45:41 +0530, Dinesh Varadharajan wrote: table:table-cell table:style-name=ce2 table:formula=oooc:=TODAY() office:value-type=date office:date-value=2005-07-15text:p07/15/05/text:p/table:table-cell But If I use numberformat to fetch the type its coming

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread Stephan Bergmann
xutuan Zhang wrote: Dear Stephan, Thanks for your email.. --- Stephan Bergmann [EMAIL PROTECTED] wrote: . . . Are you trying this with OOo/SDK 1.1.4 or with OOo/SDK 1.9.113? IIRC, libraries built with the 1.1.x SDK failed to record their NEEDS for the UNO base libraries (sal etc.) and the

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread xutuan Zhang
--- Stephan Bergmann [EMAIL PROTECTED] wrote: . . . file:///home/chatter/OpenOffice.org1.1.4/user/uno_packages/cache/services.rdb: failed! (cannot register implementation: cannot get uno environments!)! This error message suggests that your componet_getImplementationEnvironment function

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread Jürgen Schmidt
Hi, xutuan Zhang wrote: --- Stephan Bergmann [EMAIL PROTECTED] wrote: . . . file:///home/chatter/OpenOffice.org1.1.4/user/uno_packages/cache/services.rdb: failed! (cannot register implementation: cannot get uno environments!)! This error message suggests that your

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread xutuan Zhang
Dear Jürgen, THANK YOU VERY MUCH. My add-in now works on Linux :)) The problem was my gcc preprocessor -DCPPU_ENV=gcc3 was not defined properly, I have the following in my makefile, but I didn't release that GCC_VERSION is not defined in my environment, * ifeq $(shell echo

Re: [dev] How to add-in in OpenOffice.org Calc!

2005-07-15 Thread xutuan Zhang
Dear Jürgen, THANK YOU VERY MUCH. My add-in now works on Linux :)) The problem was my gcc preprocessor -DCPPU_ENV=gcc3 was not defined properly, I have the following in my makefile, but I didn't release that GCC_VERSION is not defined in my environment, * ifeq $(shell echo