yglukhov / jnim

Nim - Java bridge
MIT License
184 stars 13 forks source link

Add compatibility for C++ backend. #13

Closed philip-wernersbach closed 7 years ago

philip-wernersbach commented 8 years ago

influx-mysql-ignite uses the C++ backend, and I needed to interface with Java code. I tried jnim and it didn't work on the C++ backend, so I added C++ backend compatibility. I have permission to open source this now, but unfortunately it looks like jnim has drastically changed since I made these changes, and I don't have time to update my changes to work with the newest version.

vegansk commented 8 years ago

Previous version of jnim is in the src/jnim1.nim, please apply your changes to it