RE: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
On 09/29/2014 02:26 PM, nicholas ferguson wrote: > Can anyone send me a sample. sample can be for a linux or windows > platform. >>Stephan replied: >>ProfUNO/SimpleBootstrap_cpp/ On 09/29/2014 03:08 PM, nicholas ferguson wrote: > then it builds but it crashes at ( it also crashes there...eve

Re: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread Michael Stahl
On 29/09/14 20:11, nicholas ferguson wrote: > > My review is that this example SimpleBootstrap_cpp originated with > OpenOffice. and its cfgwin.js code says it was designed to work with Visual > Studio 2008. released in November of 2007. That is 7 years AGO?? in 7 > years, no one in the Li

RE: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
On 09/29/2014 02:26 PM, nicholas ferguson wrote: > Can anyone send me a sample. sample can be for a linux or windows > platform. >>Stephan replied: >>ProfUNO/SimpleBootstrap_cpp/ On 09/29/2014 03:08 PM, nicholas ferguson wrote: > then it builds but it crashes at ( it also crashes there...eve

Re: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread Stephan Bergmann
On 09/29/2014 03:08 PM, nicholas ferguson wrote: I replaced line 52: SAL_IMPLEMENT_MAIN_WITH_ARGS(argc,argv) with int main(int argc, char* argv[]) why? then it builds but it crashes at ( it also crashes there...even if I keep SAL_IMPLEMENT_MAIN_WITH_ARGS(argc,argv) Line 75: Reference< XDes

RE: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
On 09/29/2014 02:26 PM, nicholas ferguson wrote: > Can anyone send me a sample. sample can be for a linux or windows > platform. >>Stephan replied: >>ProfUNO/SimpleBootstrap_cpp/ For this example to qualify as a sample for an external C++ console application, I have to build this code into an e

Re: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread Stephan Bergmann
On 09/29/2014 02:26 PM, nicholas ferguson wrote: I'm working up an independent c++ app (win32 console application) that talks to Libreoffice, "preferably via pipes"... and will open, close and manage a Calc spreadsheet. This is a proof of concept..to see if LibreOffice can add value. Can anyone

c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
ubject: c++ app samples that communicates with libreoffice, to work with a CALC doc. I'm working up an independent c++ app (win32 console application) that talks to Libreoffice, "preferably via pipes"... and will open, close and manage a Calc spreadsheet. This is a proof of concept..to se

c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
c++ app samples that communicates with libreoffice, to work with a CALC doc. I'm working up an independent c++ app (win32 console application) that talks to Libreoffice, "preferably via pipes"... and will open, close and manage a Calc spreadsheet. This is a proof of concept..to se

c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
I'm working up an independent c++ app (win32 console application) that talks to Libreoffice, "preferably via pipes"... and will open, close and manage a Calc spreadsheet. This is a proof of concept..to see if LibreOffice can add value. Can anyone send me a sample. sample can be for a linux or win