On 6 Oct 2008, at 02:23, Alfred Van Hoek wrote:


On Oct 5, 2008, at 6:45 PM, Theodore H. Smith wrote:

Good catch.

Never thought to look at the console!


Good catch to you as well, it relates to default value assignment in method declarations but only when the Assigns keyword is present like:

StopTime(scale as integer = 0, Assigns value As Integer)

this triggers the misalignment stuff,

but this is ok:

StopTime(scale as integer = 0) as integer

or

StopTime(scale as integer, Assigns value As Integer)

RB2008.4 breaks plugins!!!!!!!

I'm seeing crashes on methods that don't even have assigns or default params.

OK, I am seeing MORE, much MORE on functions with defaults.

But not on all of them.

It's not so simple as this.

My guess is a memory corruption error in RB, that would explain it's randomness. memory corruption is famous for it's random behaviour.


_______________________________________________
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