64-bit dlls?

Post questions and issues with Concept2 PM3 SDK
Post Reply
jdfoster73
Paddler
Posts: 1
Joined: August 5th, 2019, 6:49 am

64-bit dlls?

Post by jdfoster73 » August 5th, 2019, 6:53 am

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

User avatar
Citroen
SpamTeam
Posts: 8010
Joined: March 16th, 2006, 3:28 pm
Location: A small cave in deepest darkest Basingstoke, UK

Re: 64-bit dlls?

Post by Citroen » August 5th, 2019, 8:20 am

There's nothing more than the 32-bit stuff.

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

bitjes
Paddler
Posts: 1
Joined: August 23rd, 2019, 3:17 am

Re: 64-bit dlls?

Post by bitjes » August 23rd, 2019, 3:38 am

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

User avatar
Citroen
SpamTeam
Posts: 8010
Joined: March 16th, 2006, 3:28 pm
Location: A small cave in deepest darkest Basingstoke, UK

Re: 64-bit dlls?

Post by Citroen » August 23rd, 2019, 6:40 am

Write to them yourself.

User avatar
tijmenvangulik
500m Poster
Posts: 64
Joined: November 25th, 2012, 10:24 am

Re: 64-bit dlls?

Post by tijmenvangulik » August 25th, 2019, 10:46 am

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

Post Reply