How do you load a DLL made in PB in Java?

Everything else that doesn't fall into one of the other PB categories.
Nituvious
Addict
Addict
Posts: 1027
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

How do you load a DLL made in PB in Java?

Post 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?
▓▓▓▓▓▒▒▒▒▒░░░░░
IdeasVacuum
Always Here
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?

Post 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...........
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
epidemicz
User
User
Posts: 86
Joined: Thu Jan 22, 2009 8:05 am
Location: USA
Contact:

Re: How do you load a DLL made in PB in Java?

Post 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.
Image
Nituvious
Addict
Addict
Posts: 1027
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Re: How do you load a DLL made in PB in Java?

Post 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. :)
▓▓▓▓▓▒▒▒▒▒░░░░░
hamza204
New User
New User
Posts: 6
Joined: Wed Sep 01, 2010 10:25 am

Re: How do you load a DLL made in PB in Java?

Post by hamza204 »

i dont use Java, but i think it will work the same way as usual dlls work!
Post Reply