[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orekit Users] orekit-7.0 called from C/C++



On 02/09/2015 03:41 PM, Nicolas SIMI wrote:
> I am using C++ on Windows, but using IDE (Eclipse foreseen). I think
> that going through .NET programming will be hard for me (as I really
> don't know anything about it). But thanks for proposing.
> 
> For information, I also found that GIWS might be an alternative to JNI
> (even if I'm not sure I am going to use it). [see
> http://forge.scilab.org/p/giws/
> <redir.aspx?C=55f4086702bc48b68950b89c8ae1602d&URL=http%3a%2f%2fforge.scilab.org%2fp%2fgiws%2f>].

Some tools that make the bindings to c/c++ easier with which I had same
good experience in the past:

https://github.com/twall/jna
https://code.google.com/p/bridj/

Thomas