Click here to Skip to main content
15,902,873 members
Home / Discussions / COM
   

COM

 
QuestionAdd icon to contact card view in Outlook Pin
docer10-Mar-06 23:11
docer10-Mar-06 23:11 
Questionsaving drawings Pin
_tasleem10-Mar-06 23:06
_tasleem10-Mar-06 23:06 
QuestionProblem customizing hosted Internet Explorer Pin
q_q_q10-Mar-06 6:27
q_q_q10-Mar-06 6:27 
QuestionImplementing MDI in an ActiveX control Pin
zulat10-Mar-06 0:01
zulat10-Mar-06 0:01 
QuestionPassing the COM Interface reference Pin
itkid9-Mar-06 21:44
itkid9-Mar-06 21:44 
AnswerRe: Passing the COM Interface reference Pin
Roger Stoltz10-Mar-06 1:53
Roger Stoltz10-Mar-06 1:53 
QuestionRPC System Fail in Windows NT 4 & mswinsck.ocx missing Pin
TheKriminal9-Mar-06 0:50
TheKriminal9-Mar-06 0:50 
QuestionHelp Me! Thank you very much! Pin
Best Kiluyar8-Mar-06 20:52
Best Kiluyar8-Mar-06 20:52 
Hi, friends
I tried to build a dll which support COM self-regist using Visual C++ 6.0. I used a API, named LoadTypeLib, to load the dll's typelib:
...
CComPtr<itypelib> pTypeLib;
HRESULT result = LoadTypeLib(module,&pTypeLib);
...
The variable "module" is the DLL's full path name. For example, I use "D:\\temp\\test\\test.dll". But, the return value "result" always is 0x80029c4a (TYPE_E_CANTLOADLIBRARY). If I use "D:\\temp\\test\\test.tlb" as the value of "module", this function should return 0x00000000(S_OK).
I have import "test.tlb" into the resource of test.dll. So I don't know how to resolve this problem.
Thanks a lot!

smalldemon
AnswerRe: Help Me! Thank you very much! Pin
Lim Bio Liong9-Mar-06 19:58
Lim Bio Liong9-Mar-06 19:58 
GeneralRe: Help Me! Thank you very much! Pin
Best Kiluyar9-Mar-06 22:18
Best Kiluyar9-Mar-06 22:18 
GeneralRe: Help Me! Thank you very much! Pin
Lim Bio Liong9-Mar-06 22:47
Lim Bio Liong9-Mar-06 22:47 
QuestionHow to Drawing in word Through C# Pin
sam_g18-Mar-06 0:36
sam_g18-Mar-06 0:36 
QuestionSystem.Runtime.InteropServices.COMException (0x800C0008): The download of the specified resource has failed. Pin
imunevar7-Mar-06 15:24
imunevar7-Mar-06 15:24 
QuestionAbout Remoting topic Pin
ashishnagar17-Mar-06 2:21
ashishnagar17-Mar-06 2:21 
Questionworking with VB .dll Pin
_kane_7-Mar-06 1:03
_kane_7-Mar-06 1:03 
QuestionHow to connect to the Automation server which is not registered in ROT. Pin
oleg636-Mar-06 5:37
professionaloleg636-Mar-06 5:37 
QuestionHow to trap IE refresh Pin
tenali_gowda5-Mar-06 20:41
tenali_gowda5-Mar-06 20:41 
QuestionPassing user defined object between COM component and client Pin
dario_alvarez5-Mar-06 12:37
dario_alvarez5-Mar-06 12:37 
QuestionBSTR problems in COM Service Pin
RobCraig3-Mar-06 9:12
RobCraig3-Mar-06 9:12 
AnswerRe: BSTR problems in COM Service Pin
Gerald Schwab3-Mar-06 10:02
Gerald Schwab3-Mar-06 10:02 
GeneralRe: BSTR problems in COM Service Pin
RobCraig3-Mar-06 11:58
RobCraig3-Mar-06 11:58 
QuestionHow to detect ActiveX on IE when it begins run using BHO? Pin
Blue-Bird1-Mar-06 21:09
Blue-Bird1-Mar-06 21:09 
QuestionUsing ActiveX in MFC Pin
lroels1-Mar-06 20:36
lroels1-Mar-06 20:36 
Questionout of process activex exe Pin
david_reynolds28-Feb-06 9:16
david_reynolds28-Feb-06 9:16 
AnswerRe: out of process activex exe Pin
Roger Stoltz28-Feb-06 21:23
Roger Stoltz28-Feb-06 21:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.