View Single Post
04-25-09, 12:30 AM   #7
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
If it's a C++ DLL then it's fairly trivial to wrap it with JNI, yes. I should warn you though that this will mean your module will become OS-dependent, though. Then again, I don't even know if the G-15 works on other OSes. I also don't know the consequences of trying to load a module that crashes due to the wrong OS. I probably can protect it somehow, I just don't know where the protection would need to be implemented right now.

I'll see if I can't whip together some work on that API. It should be fairly trivial.
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote