WireAPI: Shared libraries or Dlls
Forum » Ongoing Development / Requests & suggestions » WireAPI: Shared libraries or Dlls
started by: Anonymous (192.206.151.130)
on: 1174324900|%e %b %Y, %H:%M %Z|agohover
number of posts: 5
rss icon RSS: new posts
WireAPI: Shared libraries or Dlls
Anonymous (192.206.151.130) 1174324900|%e %b %Y, %H:%M %Z|agohover

Just downloaded OpenAMQ 1.2c. Had a look at the WireAPI, but the build only provides static libraries.
There are other languages out there that have a C interface. For those languages it would be nice to have your API accessible through shared libraries (Unix) or Dlls (Windows).

unfold WireAPI: Shared libraries or Dlls by Anonymous (192.206.151.130), 1174324900|%e %b %Y, %H:%M %Z|agohover
Re: WireAPI: Shared libraries or Dlls
pieterhpieterh 1174554099|%e %b %Y, %H:%M %Z|agohover

Yes, this is something we will make at some stage. It requires some improvements to our build system, but as you point out, it's useful for linking with other languages. We also have a SWIG api in development, will be packaged and released later.

Can you tell us what languages you are using? Mostly we need users to tell us their priorities… we prefer to make nothing that's not actually going to be used by someone.

last edited on 1174554149|%e %b %Y, %H:%M %Z|agohover by pieterh + show more
unfold Re: WireAPI: Shared libraries or Dlls by pieterhpieterh, 1174554099|%e %b %Y, %H:%M %Z|agohover
Re: WireAPI: Shared libraries or Dlls
Anonymous (192.206.151.130) 1174570404|%e %b %Y, %H:%M %Z|agohover

I am using .NET (C#). I have experience with interfacing to C libraries from C#.
I am also sometimes still using Delphi, which quite naturally can interface to C.

Karl

unfold Re: WireAPI: Shared libraries or Dlls by Anonymous (192.206.151.130), 1174570404|%e %b %Y, %H:%M %Z|agohover
Re: WireAPI: Shared libraries or Dlls
pieterhpieterh 1174639561|%e %b %Y, %H:%M %Z|agohover

OK, thanks for the details.

unfold Re: WireAPI: Shared libraries or Dlls by pieterhpieterh, 1174639561|%e %b %Y, %H:%M %Z|agohover
Re: WireAPI: Shared libraries or Dlls
Anonymous (192.206.151.130) 1174657442|%e %b %Y, %H:%M %Z|agohover

Forgot to mention: a C# API wrapper can be used from any .NET language.

unfold Re: WireAPI: Shared libraries or Dlls by Anonymous (192.206.151.130), 1174657442|%e %b %Y, %H:%M %Z|agohover
new post