Re: OpenOffice.org and C++

2015-03-06 Thread Alexandro Colorado
OpenOffice is written in C++ and there are many programming areas to create
plugins in C++ as well as others. This website is a bit outdated but is a
good area to look around for snippets and things.

From Addons, AddIn, IDL (Libraries), with UNO (AOO API).
https://wiki.openoffice.org/wiki/UNOCpp


On Fri, Mar 6, 2015 at 6:49 AM, Rory O'Farrell ofarr...@iol.ie wrote:

 On Fri, 6 Mar 2015 06:41:50 -0500
 ArbolOne arbol...@hotmail.ca wrote:

  Is there a website that provides information about interfacing C++ with
 OpenOffice.org?
  I would like to interface with OpenOffice.org suite.

 Start at

 https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide


 --
 Rory O'Farrell ofarr...@iol.ie

 -
 To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: users-h...@openoffice.apache.org




-- 
Alexandro Colorado
Apache OpenOffice Contributor
882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614


Re: OpenOffice.org and C++

2015-03-06 Thread ArbolOne

Thanks Rory and Alexandro for the help.
In regards to Alexandro's link, I am concern about the age of the 
information. This web page talks about VS2003, and we are now developing 
using VS2013, 2003 in computer time is the right after the extinction of the 
dinosaurs and I certainly hope that OOo has evolved since. At the same time 
I'm concern that the information on that page might not be accurate to 
modern times and therefore throw me in a spin that will not only discourage 
me, but that will also give me the wrong impression of what OOo can and 
cannot do. Nonetheless, thanks so much for your help, intention is what 
really counts.
As of Rory, I have been reading your link and I am glad how nice OOo 
interfaces with C++/C, but I wonder if you can point out a HOWTO tutorial or 
at least something that *shows hot to write a simple hello line in Write 
using c++ or a simple output to a spreadsheet or database.
Thanks a lot to the two of you, I'll keep reading the web pages provided, 
for I know that something good will come out it.


-Original Message- 
From: Alexandro Colorado

Sent: Friday, March 6, 2015 10:00 AM
To: users@openoffice.apache.org
Subject: Re: OpenOffice.org and C++

OpenOffice is written in C++ and there are many programming areas to create
plugins in C++ as well as others. This website is a bit outdated but is a
good area to look around for snippets and things.


From Addons, AddIn, IDL (Libraries), with UNO (AOO API).

https://wiki.openoffice.org/wiki/UNOCpp


On Fri, Mar 6, 2015 at 6:49 AM, Rory O'Farrell ofarr...@iol.ie wrote:


On Fri, 6 Mar 2015 06:41:50 -0500
ArbolOne arbol...@hotmail.ca wrote:

 Is there a website that provides information about interfacing C++ with
OpenOffice.org?
 I would like to interface with OpenOffice.org suite.

Start at

https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide


--
Rory O'Farrell ofarr...@iol.ie

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org





--
Alexandro Colorado
Apache OpenOffice Contributor
882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614 



-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org



OpenOffice.org and C++

2015-03-06 Thread ArbolOne
Is there a website that provides information about interfacing C++ with 
OpenOffice.org?
I would like to interface with OpenOffice.org suite.

Re: OpenOffice.org and C++

2015-03-06 Thread Rory O'Farrell
On Fri, 6 Mar 2015 06:41:50 -0500
ArbolOne arbol...@hotmail.ca wrote:

 Is there a website that provides information about interfacing C++ with 
 OpenOffice.org?
 I would like to interface with OpenOffice.org suite.

Start at
https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide


-- 
Rory O'Farrell ofarr...@iol.ie

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org



Re: OpenOffice.org and C++

2015-03-06 Thread Ariel Constenla-Haile
Hello,

On Fri, Mar 06, 2015 at 06:41:50AM -0500, ArbolOne wrote:
 Is there a website that provides information about interfacing C++ with 
 OpenOffice.org?
 I would like to interface with OpenOffice.org suite.

You need to download and set up the SDK, for C++ development. The API is
the same for all programming languages, you only need to translate the
Java examples to C++.

You can find some code in the SDK:
sdk/examples/DevelopersGuide/ProfUNO/CppBinding
sdk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp
sdk/examples/cpp

You can also search some examples in the API mailing list:
http://markmail.org/search/?q=list%3Aorg.apache.incubator-ooo.api+extension%3Acxx
It's better if you subscribe to that list, and ask your questions there
(this mailing list is for end users).


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


RE: OpenOffice.org and C++

2015-03-06 Thread Dennis E. Hamilton
I believe the current Windows builds employ VS2008, using CL.exe from within 
Cygwin.  Now that the VS 2013 Community edition provides all of the ATL and MFC 
libraries, it may be very desirable to upgrade and simplify the Windows-build 
prerequisites.  

There also appear to be better ways to hook up to the VC++ compiler than how it 
is currently done.  (CygWin will run Windows .bat files properly if they are 
crafted to avoid file-path translation problems, making it easier to work 
around registry business.)

This would also allow possible targeting for x64 Windows and also new 
cross-compiling cases (if VS 2015 continues the pattern).

One concern is the absence of easy ways to target Windows XP in the Community 
Edition.  There may be ways of doing it, but I haven't found it yet.  

 - Dennis

PS: I'm told that replacement of XP installations is accelerating and that 
Windows 7 is going to be the new hanger-on.  There needs to be a longer 
discussion just about this and whether it should be tied to finally having x64 
versions of AOO on Windows.

PPS: This discussion should probably move to dev@ openoffice.apache.org.

-Original Message-
From: acolor...@gmail.com [mailto:acolor...@gmail.com] On Behalf Of Alexandro 
Colorado
Sent: Friday, March 6, 2015 08:02
To: users@openoffice.apache.org
Subject: Re: OpenOffice.org and C++

[ ... ]

There are some C++ tutorials there, the page list you several areas to work
with AOO. I dont use VS nor do I recommend it, since AOO is mainly built
using GCC. VS always have issues including some library that has had issues
when working with AOO.

On Fri, Mar 6, 2015 at 10:56 AM, ArbolOne arbol...@hotmail.ca wrote:

 Thanks Rory and Alexandro for the help.
 In regards to Alexandro's link, I am concern about the age of the
 information. This web page talks about VS2003, and we are now developing
 using VS2013, 2003 in computer time is the right after the extinction of
 the dinosaurs and I certainly hope that OOo has evolved since. At the same
 time I'm concern that the information on that page might not be accurate to
 modern times and therefore throw me in a spin that will not only discourage
 me, but that will also give me the wrong impression of what OOo can and
 cannot do. Nonetheless, thanks so much for your help, intention is what
 really counts.
 As of Rory, I have been reading your link and I am glad how nice OOo
 interfaces with C++/C, but I wonder if you can point out a HOWTO tutorial
 or at least something that *shows hot to write a simple hello line in Write
 using c++ or a simple output to a spreadsheet or database.
 Thanks a lot to the two of you, I'll keep reading the web pages provided,
 for I know that something good will come out it.
[ ... ]


-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org