Page 1 of 1

64-bit dlls?

Posted: August 5th, 2019, 6:53 am
by jdfoster73
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

Re: 64-bit dlls?

Posted: August 5th, 2019, 8:20 am
by Citroen
There's nothing more than the 32-bit stuff.

Send an email to rowing@concept2.com and let them know what you need.

Re: 64-bit dlls?

Posted: August 23rd, 2019, 3:38 am
by bitjes
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

Re: 64-bit dlls?

Posted: August 23rd, 2019, 6:40 am
by Citroen
Write to them yourself.

Re: 64-bit dlls?

Posted: August 25th, 2019, 10:46 am
by tijmenvangulik
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