realbasic-plugins
[Top] [All Lists]

Re: Loading system Object on 2008r2

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: Loading system Object on 2008r2
From: Björn Eiríksson <bjorn at einhugur dot com>
Date: Wed, 21 May 2008 00:03:01 +0000
Authentication-results: mx.google.com; spf=pass (google.com: domain of realbasic-plugins-bounces at lists dot realsoftware dot com designates 66.116.103.65 as permitted sender) smtp dot mail=realbasic-plugins-bounces at lists dot realsoftware dot com
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <1ih9lra dot 1qh9884arhf0dM%realbasiclists at monkeybreadsoftware dot de>
This turned out to be REALbasic dead stripping issue, that is it was  
striping out the System class. Thanks to Aaron then I have it working  
now.

I was even able to test it in REALbasic before doing the fix just by  
referencing the System class.

On 20.5.2008, at 22:39, Christian Schmitz wrote:

> Björn Eiríksson <bjorn at einhugur dot com> wrote:
>
>> Is it module now and not object ?
>
> No. Years ago it was a class named "SystemClass" which was removed  
> later
> and broke my plugins. So I made those method global.
>
> A quick guess and a few tries pointed out that this works:
>
>   dim s as _SystemClass
>
>   s=System
>   MsgBox s.CommandLine
>
> Gruß
> Christian
>
> -- 
> Over 1000 classes with 20000 functions in one REALbasic plug-in.
> The Monkeybread Software Realbasic Plugin v8.3.
>
> <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>

--
______________________________________________________________________
Björn Eiríksson                        bjorn at einhugur dot com
Einhugur Software
http://www.einhugur.com/
______________________________________________________________________
Einhugur Software has sold its products in 56 countries world wide.
______________________________________________________________________
For support:                           support at einhugur dot com
To post on the maillist:               plugins at einhugur dot com


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

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


<Prev in Thread] Current Thread [Next in Thread>