Hi,
I apologise if this has already been covered but I couldn't find an answer through a forum search.
I'd like to write a piece of software in Java using JNI to wrap the Concept2 libraries. Java VMs these days are all 64-bit so I need to create a 64-bit JNI dll. The problem is that the SDK .lib and .dll files are 32-bit. Is there a 64-bit version of the libraries available?
Thanks in advance,
Jim
64-bit dlls?
- Citroen
- SpamTeam
- Posts: 8010
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: 64-bit dlls?
There's nothing more than the 32-bit stuff.
Send an email to rowing@concept2.com and let them know what you need.
Send an email to rowing@concept2.com and let them know what you need.
Re: 64-bit dlls?
Hi,
I am running into the same issue, did you get in touch with Concept2? Any updates on a 64 bit build of the DLLs?
Thanks!
Walter
I am running into the same issue, did you get in touch with Concept2? Any updates on a 64 bit build of the DLLs?
Thanks!
Walter
- Citroen
- SpamTeam
- Posts: 8010
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: 64-bit dlls?
Write to them yourself.
- tijmenvangulik
- 500m Poster
- Posts: 64
- Joined: November 25th, 2012, 10:24 am
Re: 64-bit dlls?
There are some libraries which do not use the concept2 libraries and can be compiled to 64 bits. The underneath library is in c++ (QT) and is a good candidate for you. It should not be difficult to transform the project into a dll. You can also start it as an separate task and use an websocket from java to communicate to it.
https://github.com/ergarcade/c2proxy/tree/dev
tijmen
https://github.com/ergarcade/c2proxy/tree/dev
tijmen