Printable View
Can I take a DLL that is written from VB6 or VC++ and use it in a java application?
Yes you can Code: System.loadLibrary("Name");
System.loadLibrary("Name");