[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:12:48 +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=zO6h87E5EPFNCGDfsIR+K7ZsvHZ9ZbGtcthea+6n3jo=; b=cxWBsUvLq9FRaMzIziZ+jVAjPeJ+hRtnyvxrDyGMyODkeQNXPDAyHcyFifsbFeTNJM MQGS9Ni/DNGTGFby6JtDScWgGTwTj9EP/pR3HpIoao5K+9VsmdjRnX+TaZlVy9RersSK 54iY/osDgMNp2U7miBWhG+2rdiWcFPxbjWF39YmPYsO10AYQbKX0YTUZXiagwvWAXY3w vQZRg9f6R3IECu+tNP6uxofYlVvjohBLA1ISHyHKZhe4cwcc7XgF0NyAgwvc2To4yzpJ FY3MIDGHm7JmxRkPnSTz9QKQF5r/+EdBtVp2oJjPef9KoI6ELxylRhX0TbYgQlGFK0Yi M8Sw==
- In-reply-to: <CAFfyUrUSswZ9EXu-8rPerO36Le-6Z6kk-6ggwbTnvBZWcdg=tw@mail.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>
- User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
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