Gary Steinert <[EMAIL PROTECTED]> writes: > Having read the above item in the todo list, I felt that I would be able = > to help in the devlopment of such a component. > > However, I work mainly in Delphi, using Object Pascal and I was wondering = > whether it would be possible to submit a file written in this format. > Hi Gary,
to the best of my knowledge, using Delphi to develop OOo components is currently not easily possible - there's no bridge available that binds the URP protocol to a Delphi implementation (URP is the UNO remote protocol). What could possibly work is integrating Delphi code directly inside OOo, provided that calling to and from it works for C++ code. Does Delphi meet OOo's cross-platform requirements (there's more than Windows and Linux)? Otherwise, you're wholeheartedly welcome to OOo development! :-) Cheers, -- Thorsten If you're not failing some of the time, you're not trying hard enough. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
