Re: ATL COM in .exe (2)
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 11/04/04
- Next message: Igor Tandetnik: "Re: Collection without using ICollectionOnSTLImpl"
- Previous message: Igor Tandetnik: "Re: ATL COM in .exe (2)"
- In reply to: Black Banana: "Re: ATL COM in .exe (2)"
- Next in thread: Black Banana: "Re: ATL COM in .exe (2)"
- Reply: Black Banana: "Re: ATL COM in .exe (2)"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 4 Nov 2004 09:52:23 -0500
"Black Banana" <my.fake@mail.net> wrote in message
news:%23YC2ZbkwEHA.2908@tk2msftngp13.phx.gbl
> Thank you very very much. However, I have small issue with calling
> my COM object from JScript (in HTML). I have this code:
>
> var ws = new ActiveXObject("MyCOM.1");
> var a = ws.verify("Something");
>
> On the second line I got JScript error "Library not registered".
> The error occur on the second line, not on the first. This is my
> verify() func in IDL:
>
> [id(1), helpstring("method verify")] HRESULT verify([in] BSTR xml,
> [out,retval] short *error);
Show the declaration of your C++ class.
--
With best wishes,
Igor Tandetnik
"On two occasions, I have been asked [by members of Parliament], 'Pray,
Mr. Babbage, if you put into the machine wrong figures, will the right
answers come out?' I am not able to rightly apprehend the kind of
confusion of ideas that could provoke such a question." -- Charles
Babbage
- Next message: Igor Tandetnik: "Re: Collection without using ICollectionOnSTLImpl"
- Previous message: Igor Tandetnik: "Re: ATL COM in .exe (2)"
- In reply to: Black Banana: "Re: ATL COM in .exe (2)"
- Next in thread: Black Banana: "Re: ATL COM in .exe (2)"
- Reply: Black Banana: "Re: ATL COM in .exe (2)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|