Re: [dev] Can application work well in the system without installing OOo !

2010-05-15 Thread Qzi er
I am thinking how to develop a application with odb inside using c++!

Maybe it will be used in some machines without OOo !   It can just record
the data without open it !

I will open it in my machine !   can it ?





On Fri, May 14, 2010 at 2:47 PM, Mathias Bauer nospamfor...@gmx.de wrote:

 On 13.05.2010 16:39, Qzi er wrote:

 Can application work well in the system without installing OOo !

 I want to develop a appliciont using mfc  OOo uno , but I don't know how
 can't it work well  !


 OOo runs without installing it, it's enough to copy another installed
 instance. Of course this copied instance then will have no system
 integration. So doubleclicking ODF documents will not start OOo and -
 perhaps more important for you - simple bootstrapping of UNO connections
 won't work and you have to connect manually, explicitly specifying OOo's
 location.

 Regards,
 Mathias

 --
 Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
 OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
 Please don't reply to nospamfor...@gmx.de.
 I use it for the OOo lists and only rarely read other mails sent to it.

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




-- 
 作智慧的减法 ...

体会生活的微妙的富足  ...

  嗯 ...


Re: [dev] Can application work well in the system without installing OOo !

2010-05-15 Thread Alexandro Colorado
On Sat, May 15, 2010 at 11:36 AM, Qzi er hotseason...@gmail.com wrote:

 I am thinking how to develop a application with odb inside using c++!

 Maybe it will be used in some machines without OOo !   It can just record
 the data without open it !

 I will open it in my machine !   can it ?


Have a look at JODConverter or PyODconverter they do exactly that. Except is
more oriented to just manipulate formats, you could arguably do something
else.
http://www.artofsolving.com/opensource/jodconverter








 On Fri, May 14, 2010 at 2:47 PM, Mathias Bauer nospamfor...@gmx.de
 wrote:

  On 13.05.2010 16:39, Qzi er wrote:
 
  Can application work well in the system without installing OOo !
 
  I want to develop a appliciont using mfc  OOo uno , but I don't know
 how
  can't it work well  !
 
 
  OOo runs without installing it, it's enough to copy another installed
  instance. Of course this copied instance then will have no system
  integration. So doubleclicking ODF documents will not start OOo and -
  perhaps more important for you - simple bootstrapping of UNO connections
  won't work and you have to connect manually, explicitly specifying
 OOo's
  location.
 
  Regards,
  Mathias
 
  --
  Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
  OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
  Please don't reply to nospamfor...@gmx.de.
  I use it for the OOo lists and only rarely read other mails sent to it.
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
  For additional commands, e-mail: dev-h...@openoffice.org
 
 


 --
  作智慧的减法 ...

体会生活的微妙的富足  ...

  嗯 ...




-- 
Alexandro Colorado
OpenOffice.org Español
http://es.openoffice.org


Re: [dev] Can application work well in the system without installing OOo !

2010-05-15 Thread Charles-H. Schulz

Hello Qzi er,




Le 15 mai 2010 à 19:13, Alexandro Colorado a écrit :

 On Sat, May 15, 2010 at 11:36 AM, Qzi er hotseason...@gmail.com wrote:
 
 I am thinking how to develop a application with odb inside using c++!
 
 Maybe it will be used in some machines without OOo !   It can just record
 the data without open it !
 
 I will open it in my machine !   can it ?
 
 
 Have a look at JODConverter or PyODconverter they do exactly that. Except is
 more oriented to just manipulate formats, you could arguably do something
 else.
 http://www.artofsolving.com/opensource/jodconverter



I think that if you want to stick to c ++ you may find more resources here: 
http://www.odftoolkit.org ; otherwise I'll coin in the project I'm working on:
http://www.lpod-project.org  :-)

Best,

Charles.


 
 
 
 
 
 
 
 
 On Fri, May 14, 2010 at 2:47 PM, Mathias Bauer nospamfor...@gmx.de
 wrote:
 
 On 13.05.2010 16:39, Qzi er wrote:
 
 Can application work well in the system without installing OOo !
 
 I want to develop a appliciont using mfc  OOo uno , but I don't know
 how
 can't it work well  !
 
 
 OOo runs without installing it, it's enough to copy another installed
 instance. Of course this copied instance then will have no system
 integration. So doubleclicking ODF documents will not start OOo and -
 perhaps more important for you - simple bootstrapping of UNO connections
 won't work and you have to connect manually, explicitly specifying
 OOo's
 location.
 
 Regards,
 Mathias
 
 --
 Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
 OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
 Please don't reply to nospamfor...@gmx.de.
 I use it for the OOo lists and only rarely read other mails sent to it.
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
 For additional commands, e-mail: dev-h...@openoffice.org
 
 
 
 
 --
 作智慧的减法 ...
 
   体会生活的微妙的富足  ...
 
 嗯 ...
 
 
 
 
 -- 
 Alexandro Colorado
 OpenOffice.org Español
 http://es.openoffice.org



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



Re: [dev] Can application work well in the system without installing OOo !

2010-05-15 Thread eric b


Le 15 mai 10 à 19:23, Charles-H. Schulz a écrit :



I think that if you want to stick to c ++ you may find more  
resources here: http://www.odftoolkit.org ; otherwise I'll coin in  
the project I'm working on:

http://www.lpod-project.org  :-)




Can we see your code ?

/me curious

--
qɔᴉɹə
Education Project:
http://wiki.services.openoffice.org/wiki/Education_Project
Projet OOo4Kids : http://wiki.ooo4kids.org/index.php/Main_Page
L'association EducOOo : http://www.educoo.org
Blog : http://eric.bachard.free.fr/news







Re: [dev] Can application work well in the system without installing OOo !

2010-05-15 Thread Charles-H. Schulz


Le 15 mai 2010 à 19:46, eric b a écrit :

 
 Le 15 mai 10 à 19:23, Charles-H. Schulz a écrit :
 
 
 I think that if you want to stick to c ++ you may find more resources here: 
 http://www.odftoolkit.org ; otherwise I'll coin in the project I'm working 
 on:
 http://www.lpod-project.org  :-)
 
 
 
 Can we see your code ?
 
 /me curious


Sure: http://lpod-project.org/get-the-code#get-the-lpod-source

Charles.




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



Re: [dev] Can application work well in the system without installing OOo !

2010-05-15 Thread Qzi er
I am just learning the uno !

   some types of sdk and open , save a document in console !

but I will do that later !  if a app created , I can send you !

On Sun, May 16, 2010 at 1:46 AM, eric b eric.bach...@free.fr wrote:


 Le 15 mai 10 à 19:23, Charles-H. Schulz a écrit :



 I think that if you want to stick to c ++ you may find more resources
 here: http://www.odftoolkit.org ; otherwise I'll coin in the project I'm
 working on:
 http://www.lpod-project.org  :-)



 Can we see your code ?

 /me curious

 --
 qɔᴉɹə
 Education Project:
 http://wiki.services.openoffice.org/wiki/Education_Project
 Projet OOo4Kids : http://wiki.ooo4kids.org/index.php/Main_Page
 L'association EducOOo : http://www.educoo.org
 Blog : http://eric.bachard.free.fr/news








-- 
 作智慧的减法 ...

体会生活的微妙的富足  ...

  嗯 ...


Re: [dev] Can application work well in the system without installing OOo !

2010-05-15 Thread Qzi er
I am so happy to know more info about OOo like http://www.odftoolkit.org ...



   - ODFDOM http://odftoolkit.org/projects/odfdom/pages/Home, Java
   - AODL http://odftoolkit.org/projects/aodl/pages/Home, .NET ( C# )


Can it use in c++ ?


On Sun, May 16, 2010 at 3:00 AM, Qzi er hotseason...@gmail.com wrote:

 I am just learning the uno !

some types of sdk and open , save a document in console !

 but I will do that later !  if a app created , I can send you !


 On Sun, May 16, 2010 at 1:46 AM, eric b eric.bach...@free.fr wrote:


 Le 15 mai 10 à 19:23, Charles-H. Schulz a écrit :



 I think that if you want to stick to c ++ you may find more resources
 here: http://www.odftoolkit.org ; otherwise I'll coin in the project I'm
 working on:
 http://www.lpod-project.org  :-)



 Can we see your code ?

 /me curious

 --
 qɔᴉɹə
 Education Project:
 http://wiki.services.openoffice.org/wiki/Education_Project
 Projet OOo4Kids : http://wiki.ooo4kids.org/index.php/Main_Page
 L'association EducOOo : http://www.educoo.org
 Blog : http://eric.bachard.free.fr/news








 --
  作智慧的减法 ...

 体会生活的微妙的富足  ...

   嗯 ...






-- 
 作智慧的减法 ...

体会生活的微妙的富足  ...

  嗯 ...