Re: [dev] windows compatibility for an extension

2007-04-07 Thread Kohei Yoshida
Hi Mikael, On Sat, 2007-04-07 at 14:33 +0200, Mikael De Bie wrote: > > I've used your code of scsolver as base for my extension, have you a > makefile that generate the dll files for your scsolver ? If so, can you > please send it to me ? Sorry. I don't have a good makefile for building dll fi

Re: [dev] windows compatibility for an extension

2007-04-07 Thread Mathias Bauer
Hi Mikael, Mikael De Bie schrieb: > Hi Kohei, > > Is there a simple way to generate the dll files in the make file using > the g++ command ? I would like to produce only one package that is > compatible with linux and windows. And the solution should be to add the > dll files in the zip files.

Re: [dev] windows compatibility for an extension

2007-04-07 Thread Mikael De Bie
Hi Kohei, Is there a simple way to generate the dll files in the make file using the g++ command ? I would like to produce only one package that is compatible with linux and windows. And the solution should be to add the dll files in the zip files. I've used your code of scsolver as base for my e

Re: [dev] windows compatibility for an extension

2007-04-06 Thread Kohei Yoshida
On Sat, 2007-04-07 at 03:59 +0200, Mikael De Bie wrote: > If it can help : here is where to find my package : > http://ece.fsa.ucl.ac.be/mdebie/CalcCspSolver.uno.zip You also need to provide dll files for Windows. Those *.so files are Linux ELF binaries, and they are not usable on Windows. Kohe

[dev] windows compatibility for an extension

2007-04-06 Thread Mikael De Bie
Hi everybody, I've implemented a calc extension on a ubuntu Edgy Eft platform. It works fine with the 2.0.4 version of OpenOffice on Ubuntu. But when I try it on Windows, installing it with the extension manager of OpenOffice 2.1, it doesn't work : the component is added, I can see it in the list