Powerbuilder Application Execution Error R0035 Jun 2026
to check if the external object is missing any required system libraries. Check Pathing
CATCH (RuntimeObjectError err) MessageBox("External Object Error", & "Error calling MyFunction: " + err.getText() + "~r~n" + & "Error Number: " + String(err.Number)) powerbuilder application execution error r0035
: If the error occurs after an upgrade, perform a Full Rebuild or Regenerate the objects in the PowerBuilder IDE to ensure all ancestor/descendant hierarchies are correctly compiled. to check if the external object is missing
: In PowerBuilder, use the OLE Browser (found under Tools -> Browser -> OLE tab) to verify that the properties and functions you are calling actually exist in the registered object. Debugging with pbdebug Debugging with pbdebug The error indicates that the
The error indicates that the PowerBuilder runtime cannot find or communicate with a specific method or property of an external object. This is often due to: Appeon Community Unregistered Components
System-level files required by the control, such as specific Windows components (e.g., MSCOMCT2.ocx ), are missing .