On Mon, 10 Dec 2001 23:25:33 +0200 (EET), Doodle wrote:

>>Hm... I'm thinking about redirecting/warping. Changing  compiler RTL is bad idea. In 
>>next version we must again make patches.
>
>That's true... Hm.
>So what can one do with problems, like that for example the Sibyl expects to
>have methods like GetPropertyTypeInfo for evey object (part of TObject),
>and that is not part of VP's TObject.
>One can
>- Modify RTL: Bad idea, as mentioned above.
>- Make wrapper/replacer object (eg. TSObject) that have the extra methods, 
>  and derive all the new classes from it. Problem: not source code compatible with
>  delphi because of some different named stuff. (even different units, because of
>  name collision...)
>
>The second looks good for porting to different compilers also, but is the delphi
>compatibility needed?
I think:
Console & not RAD Delphi support - is a compiler and RTL problems
RAD Delphi support - our problems.

So, at current time we have lot of delphi support, like loading of form. We can also 
make import of sources. Parsing of source and replacing TObject to TSibylObjec, not a 
problem.

-----------
To unsubscribe yourself from this list, send the following message
to [EMAIL PROTECTED]

     unsubscribe sibyl
     end

Reply via email to