There are a coupe of components around for ActiveX scripting - checkout
DSP.  You can get the MS stuff from http://www.msdn.com/scripting.

There is also the Dream Controls - available from dream.com (?) or DSP.
This seems to good to be true as it gives you a full Delphi interpreter and
Delphi like environment.









Mark Derricutt <[EMAIL PROTECTED]> on 10/03/99 14:09:40

Please respond to [EMAIL PROTECTED]

To:   Multiple recipients of list delphi <[EMAIL PROTECTED]>
cc:    (bcc: Peter Jones/Logistics&Information
      Technology/Christchurch/Foodstuffs)
Subject:  [DUG]:  Plugins/MS Scripting Host




Hiya - has anyone here written any applications that use "plugins" and
"extensions" to extend the use of their application?

Currently I'm using dynamically loaded .dll's to provide a plugin system
for my application, only, delphi bloats .dll's quite a bit making each
one around 100-150k, which is compleatly overkill when the function
being called is only 5-10 lines long (the functions often create a
TQuery and connect into a database to perform lookups).

Has anyone experimented with using other forms of plugin methods??  I've
thought about looking at using a scripting language, such as MS
Scripting Host (where can I download that from anyway?) but wasn't sure
about how I could use that to link back into my database to perform
calculation lookups.

Does anyone know how it works??  Can I make certain
variables/events/objects in my application available to the MS Scripting
engine or what???

Thanks in advance,
Mark Derricutt
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz






---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to