I saw the interface idea used in the JVPlugin app. I'm not sure if what I suggested would work; it's probably a little advanced for a novice. But if you want to look at the code, download and install the JEDI components then under the JVC/examples/JVPlugin directory, you'll find a dll example that uses an interface declared between the dll plugin and the main exe. Sorry I can't be more help but I don't use Delphi anymore. Good luck.
Dave --- On Fri, 7/31/09, tahan tobing <[email protected]> wrote: From: tahan tobing <[email protected]> Subject: Re: [delphi-en] Digest Number 2535 To: [email protected] Date: Friday, July 31, 2009, 4:29 PM Hi Dave, i'm not a good programmer in Delphi. would you give me an example coding about your suggestion. thanks top On Fri, Jul 31, 2009 at 10:45 PM, <delphi...@yahoogrou ps.com> wrote: > > Re: Help: TRxGIFAnimator in Delphi 6<http://groups. yahoo.com/ group/delphi- > en/message/ 18463;_ylc= X3oDMTJyZzU4b2pv BF9TAzk3MzU5NzE1 BGdycElkAzE5OTcx > NDkEZ3Jwc3BJZAMx NzA1MTE1MzYyBG1z Z0lkAzE4NDYzBHNl YwNkbXNnBHNsawN2 > bXNnBHN0aW1lAzEy NDkwNTUxMzU-> Posted > by: "David Smith" djsmith_1998@ yahoo.com > <djsmith_1998@ yahoo.com?Subject=+Re% 3A%20Help% 3A%20TRxGIFAnima tor%20in% > 20Delphi% 206> djsmith_1998 > <http://profiles. yahoo.com/ djsmith_1998> Thu Jul 30, 2009 11:42 am (PDT) > > You'll have to load the form using it from the dll. Objects cannot be > accessed from main exe that are in a dll. I think you can create one > dynamically after you've loaded the dll by defining an interface and > declaring the unit via the interface. > > Dave > > --- On Thu, 7/30/09, tahantobing <tahantobing@ gmail.com<tahantobing% > 40gmail.com> > > wrote: > > From: tahantobing <tahantobing@ gmail.com <tahantobing% 40gmail.com> > > Subject: [delphi-en] Help: TRxGIFAnimator in Delphi 6 > To: delphi...@yahoogrou ps.com <delphi-en%40yahoog roups.com> > Date: Thursday, July 30, 2009, 10:44 AM > > > > Hello Everyone, > > as TRxGIFAnimator component was used in Exe program, animated GIF file is > running. > > but > > as TRxGIFAnimator component was used in DLL application, animated GIF file > is not running. > > how can i use TRxGIFAnimator component in DLL application? > > many thanx > > top > > > > > [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]

