PureBytes Links
Trading Reference Links
|
Hello Tomasz-
Thanks for pointing me to registration - there are definitely wrong
entries. Just to clarify- are you saying that the registry should
have *ONLY* the five entries with keys referring to the CLSID or
"Broker.Document" ProgID and there should be no keys/data containing
ProgID references to "Broker.Application" or "Broker.Workspace" and
connected to this same CLSID number? If you confirm this, I will
remove the extra stuff and see what happens. If I get in trouble, I
assume I should be able to uninstall/reinstall (after saving my data!)
and get the correct entries - if it comes out wrong again than a virus
or other wierdness would be indicated.
Regards-
Bob C.
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> "StocksToPhone.dll" is definitely WRONG entry.
> ===============================
> You probably have a virus or other program that generated
> this wrong entry. It is really advised to run anti-virus and
> delete this entry.
>
> Broker.EXE is out-proc server. It is not creatable as in-proc server
> because in-proc servers must be in .DLL form.
> Broker.EXE supports late binding. Early binding is supported
> only when you got broker.tlb file (I have posted it on amibroker-dll
group).
>
> There should no NO InProc server because
> Broker.Application is OutProc (EXE) Server ONLY.
>
>
> Correct entries are:
> HKEY_CLASSES_ROOT\Broker.Document = Broker Document
> HKEY_CLASSES_ROOT\Broker.Document\CLSID =
{2DCDD562-9CC9-11D3-BF72-00C0DFE30718}
>
> HKEY_CLASSES_ROOT\CLSID\{2DCDD562-9CC9-11D3-BF72-00C0DFE30718} =
Broker Document
>
HKEY_CLASSES_ROOT\CLSID\{2DCDD562-9CC9-11D3-BF72-00C0DFE30718}\ProgId
= Broker.Document
>
HKEY_CLASSES_ROOT\CLSID\{2DCDD562-9CC9-11D3-BF72-00C0DFE30718}\LocalServer32
= BROKER.EXE
>
> No OTHER entries should be present.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading!
Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/cjB9SD/od7FAA/AG3JAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|