On Tue, 11 Dec 2001 02:46:36 -0500 (EST), [EMAIL PROTECTED] 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?

Doodle


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

     unsubscribe sibyl
     end

Reply via email to