Christophe Devalland wrote:
Hi everyone,
I have developed an Addin for Calc wich provide
CAS<http://en.wikipedia.org/wiki/Computer_algebra_system>(A
*computer algebra system* (*CAS*) is a software program that facilitates
symbolic mathematics. The core functionality of a CAS is manipulation of
mathematical expressions in symbolic form.)
I've used OOo sdk +
http://wiki.services.openoffice.org/wiki/CompleteAddInfor help.
And I've used
giac<http://www-fourier.ujf-grenoble.fr/%7Eparisse/giac_compile.html>CAS
library.
I've almost finished my extension under Linux_64 and I want to compile my
Addin under windows.
My problem : The Visual C++ recommanded under windows is unable to include
the giac library (running with cygwin under windows, a giac.dll is
available, compiled with cygwin).
Headers file of giac.h require cygwin header files (sys/times.h, etc...)
My questions :
1) Is it possible to use VC++ and to include this giac library ?
2) Is it possible to use cygwin to compile my addin under windows ? If I can
compile the CppComponent included en SDK (/opt/
openoffice.org/basis3.1/sdk/examples/DevelopersGuide/Components/CppComponent)
then I can compile mine because the makefile is slightly modified to include
giac library.
The SDK comes with it's own mini build env that i never have tried with
cygwin.
In general i would say it will work with some minor changes in the
configuration to differentiate between a windows shell or 4nt shell and
a cygwin shell that is more unix like. I should check this ...
You should take a look on building OOo under windows using cygwin ...
Once you have setup such a build env it should be easy to compile your
add-in library as well. The oxt with the necessary config files etc. can
you setup manually.
Juergen
Do you have an issue for me ?
Thank's a lot for help.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]