hi,
i have loaded a vb .dll in java. now i want to call the functions of that dll. can someone help me how to do that. thamks
Printable View
hi,
i have loaded a vb .dll in java. now i want to call the functions of that dll. can someone help me how to do that. thamks
Look at Java Native Interface. There may be ways to use it to get to your dll.