PureBytes Links
Trading Reference Links
|
Hello Jim,
> I've played with VB and Delphi; haven't worked with C++ yet.
>
> When you say 'plug-in' are you implying that at some future date
> the .dll/COM capability will be expanded from external functions only
> to a full plug-in? When I think of "plug-in" I think of a module that
> has full access to the program's GUI. For example, the Adobe Acrobat
> plug-in for IE works by drawing the PDF file on the IE GUI. Plug-ins
> usually can customize the application's menus and toolbars too.
A plug-in is a general name for the component that extends program's
functionality. Some plugins have an access to GUI some not.
Take a look at Media Player or WinAmp - they have audio/video codecs
that just decode/encode media stream from one format to another.
AmiBroker plug-in DLLs will enable you to write functions that will expand
AFL built-in repertoire. They will not have an access to GUI at this time.
As for the access to GUI - there are some plans to expose more
functionality through AmiBroker object model - but this will have to wait
till Q2/2002.
> > of C/C++ language. Visual C++ 6 is preferred, however free
> compilers like PGPP (GNU) and
>
> Did you intend to say DJGPP?
>
> http://www.delorie.com/djgpp/
I meant all GCC "flavours" including DJGPP (yes I mistyped it) and MINGW (www.mingw.org)
(Note that first release of ADK will probably contain the sources for VC6 only.)
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
|