On 09/29/09 11:42, Martina Fares wrote:
I solved the problem because of the target uno-run. But now I have another question: I want to create a new extension for the nlpsolver with the levenberg marquardt algorithm. But I don't know how should I write a new extension, I know how can I write an new calc addin, but I don't know, how to write an extension. I developed the algorithm in Java but now I want to intigrate it in openoffice. If I intigrate it, how should the user choose between the two algoritms? The extension I want to develope should be similar to the actual extension for the NLPSolver. Or is it better if I work with the actual extension?
You can use the NetBeans plugin to create a new "Component" project and implement the com.sun.star.sheet.Solver service, or use NLPSolver as an example. But it's better to make a new extension, so both can be updated independently.
If you provide a new implementation of the Solver service, it can be selected as a new solver engine in the solver "Options" dialog.
Niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
