It's a bit complicated, but it used to work in previous versions, and now it doesn't. Anyway, I haven't traced it down to the individual line, but rather avoided the use of and removed a global Function from my script.

The script contained (and used) a global Method, which, among other things, used a class (within the same script), which inherited from another class.

Basically, like this:
/*
   Class Foo
       ...
       ...
       ...
   End Class


   Class Bar
       Inherits Foo
       ...
       ...
   End Class


   Function FooBar() As String
       Dim b As Bar
       b=New Bar
       ...
       ...
   End Function
*/


...as soon as I called FooBar() from within the same script the application would crash with nothing to go on. Like I said, this used to work in previous versions of RB, and I am not aware of any changes or that this kind of thing would be unsupported in RBScript.

Ronald Vogelaar
http://www.rovosoft.com


Ronald Vogelaar wrote:
John, Charles,

Thanks for taking the time. I thoroughly checked my project, but unfortunately neither of your suggestions lead to the cause.

I did manage to narrow my search down to one particular RBScript that I'm using. Unfortunately, it's a lengthy one, so it'll take me some time to zero in on the offending part of the script.

I'll report my findings later on.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to