I have been learning Java lately and I want to use a PureBasic DLL that a friend of mine made, but everything I seem to try results in a failure.
Are there any Java guru's here that know how to call a PB Dll?
How do you load a DLL made in PB in Java?
How do you load a DLL made in PB in Java?
▓▓▓▓▓▒▒▒▒▒░░░░░
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: How do you load a DLL made in PB in Java?
It really should not matter that PB was used to make the DLL. So, your question is for a Java forum rather than PB.
Goggle search delivers lots of links on the subject, you should be fine...........
Goggle search delivers lots of links on the subject, you should be fine...........
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: How do you load a DLL made in PB in Java?
filthy java convert, sic 'em boys. haha, jk.Nituvious wrote:I have been learning Java lately and I want to use a PureBasic DLL that a friend of mine made, but everything I seem to try results in a failure.
Are there any Java guru's here that know how to call a PB Dll?

Re: How do you load a DLL made in PB in Java?
Nooo! Call em off me, I'm innocent!epidemicz wrote:filthy java convert, sic 'em boys. haha, jk.Nituvious wrote:I have been learning Java lately and I want to use a PureBasic DLL that a friend of mine made, but everything I seem to try results in a failure.
Are there any Java guru's here that know how to call a PB Dll?
I still use PB! I have only been learning Java so that I can learn more about OOP. But there was a DLL made in PureBasic that I wanted to use in Java too.

▓▓▓▓▓▒▒▒▒▒░░░░░
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: How do you load a DLL made in PB in Java?
i dont use Java, but i think it will work the same way as usual dlls work!