M Marco Gioia Member Licensed User Feb 15, 2019 #1 Hi, I'd like to use a dll with B4J Is it possible? How to call a method in DLL in a Java program https://stackoverflow.com/questions/25454697/how-to-call-a-method-in-dll-in-a-java-program
Hi, I'd like to use a dll with B4J Is it possible? How to call a method in DLL in a Java program https://stackoverflow.com/questions/25454697/how-to-call-a-method-in-dll-in-a-java-program
Daestrum Expert Licensed User Longtime User Feb 15, 2019 #2 If you search in the forums for joypad you will find the wrapper I wrote which uses a system dll to read the joypad info. This should give you some idea of what is involved in accessing the dll from java/b4j. Upvote 0
If you search in the forums for joypad you will find the wrapper I wrote which uses a system dll to read the joypad info. This should give you some idea of what is involved in accessing the dll from java/b4j.