[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Users] orekit-7.0 called from C/C++
- To: orekit-users@orekit.org
- Subject: Re: [Orekit Users] orekit-7.0 called from C/C++
- From: Thomas Neidhart <thomas.neidhart@gmail.com>
- Date: Tue, 10 Feb 2015 08:17:05 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=z/pWaWzNIe3+Wx2AJjM5eNdaCMAE51xXaimT6xJJ9dQ=; b=syl+fBPs5pL9avwaeToBnYotp3gcBl2jImzAMq2cs6i5eErMs2H7aycC+kf5XFMoPf gUsv1KroZBg+dLKaIHG/r1CMGninSN1S8QHH6nj3Ac44uvl9v+uBZq3jTVJb6ZOnCLRG 9oP4irLTV3Sp7Q7o/qJGpnbp1SMNH/0seFmAa/N+so8Hlu5SBtnMFK8utwRRt2/Et490 vnlLbjA+Hrggi7nMsoAdA5n5iXUIV8K2ttXcXzCaOVa5Q6Qud8QE225oBD1Snur5XG3L mp/75QLpbzYwWJaj36NPUGLwuNTsIDNW/VkRM08MqaRSorYPh5EK3kFjEw52fhA2Bi4h mqag==
- In-reply-to: <54D9AF70.1000005@gmail.com>
- References: <sympa.1423486987.26801.208@orekit.org> <54D8B52A.1040603@c-s.fr> <CAFfyUrVOM3ZdA_R3Emw0xPkHM1ghD+3tKXBJo1AZ3g-Ovn0U9A@mail.gmail.com> <CAP2my4b=iy53naZLXZ=woZ2fw8HW6WQykuGTXKmG2eDq+p_0tg@mail.gmail.com> <CAFfyUrUSswZ9EXu-8rPerO36Le-6Z6kk-6ggwbTnvBZWcdg=tw@mail.gmail.com> <54D9AF70.1000005@gmail.com>
- User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
On 02/10/2015 08:12 AM, Thomas Neidhart wrote:
> 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/
ah sorry, I misread your post, you want to use Java in c++ code, but the
tools above offer the opposite.
Thomas