Page 1 of 1
How do you load a DLL made in PB in Java?
Posted: Tue Jun 14, 2011 3:06 am
by Nituvious
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?
Posted: Tue Jun 14, 2011 3:37 pm
by IdeasVacuum
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...........
Re: How do you load a DLL made in PB in Java?
Posted: Wed Jun 15, 2011 5:00 pm
by epidemicz
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?
filthy java convert, sic 'em boys. haha, jk.
Re: How do you load a DLL made in PB in Java?
Posted: Wed Jun 15, 2011 11:31 pm
by Nituvious
epidemicz wrote: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?
filthy java convert, sic 'em boys. haha, jk.
Nooo! Call em off me, I'm innocent!
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.

Re: How do you load a DLL made in PB in Java?
Posted: Thu Jun 16, 2011 8:53 am
by DarkDragon
Re: How do you load a DLL made in PB in Java?
Posted: Wed Jun 22, 2011 12:22 pm
by hamza204
i dont use Java, but i think it will work the same way as usual dlls work!