ANN: ShareDll library
- From: "Jake" <support@xxxxxxxxxxxxxx>
- Date: Wed, 30 May 2007 17:12:27 +0900
Sharedll is a library to support dll. Unlike other plugin, Sharedll does not
rely on bpl. So dll which is created with a version of delphi can be used
for other versions of delphi.
Features.
- Shared Stream
Host and dll can share single stream. You don't have to copy or write stream
to other stream.
For example, you can send 2 file stream objects to dll and compress it on
dll without using bpl.
- Bpl independent
To avoid version conflict, Sharedll does not rely on delphi bpl library.
But you can use bpl if you want.
- Shared parameter
Host can send parameter as list type. Dll reads the parameter and change the
element.
The parameter of host are the same object of dll. Like shared stream, any
changes of parameter in dll/host are changes of parameter of host/dll.
- Easy callback
You can call host function in dll very easily. Stream or parameter can be
sent to host and be shared.
Trial with demos (d7,d2006) : http://enserver.co.kr/sharedll/shdlltri.zip
Home: http://enserver.co.kr
.
- Prev by Date: Re: Where i find Want (tools automated builder)
- Next by Date: Re: Where i find Want (tools automated builder)
- Previous by thread: Where i find Want (tools automated builder)
- Next by thread: [ANN] HelpNDoc 1.10 - HTML Help and Web Site Creator
- Index(es):
Relevant Pages
|