That appears to be related to a specific custom user function library, not the actual runtime components. For example, the following code fails with Crystal Reports v2016.
```
Set crxApplication = CreateObject(""CrystalRuntime.Application"")
Msgbox IsObject(crxApplication)
Set crxApplication = Nothing
```