Step 1: Describe the extension

PowerBuilder Native Interface

Step 1: Describe the extension

PBXEXPORT LPCTSTR PBXCALL PBX_GetDescription()
{
  static const TCHAR desc[] = {
    "class javavm from nonvisualobject\n"
    "function long createjavavm(string classpath,
       string properties[])\n"
    "function long createjavaobject(ref powerobject
       proxyobject, readonly string javaclassname,
       readonly string proxyname)\n"
    "end class\n"
  };
return desc;
}