Click here to Skip to main content
15,914,111 members
Home / Discussions / COM
   

COM

 
QuestionCreate a Thread in COM dll but thread "HANG the whole COM DLL"~ Pin
rockryan21-Aug-06 8:19
rockryan21-Aug-06 8:19 
AnswerRe: Create a Thread in COM dll but thread "HANG the whole COM DLL"~ Pin
Mike Dimmick22-Aug-06 2:34
Mike Dimmick22-Aug-06 2:34 
GeneralRe: Create a Thread in COM dll but thread "HANG the whole COM DLL"~ Pin
rockryan27-Aug-06 3:05
rockryan27-Aug-06 3:05 
Question....> Graduation Project <..... Pin
amalemam19-Aug-06 13:23
amalemam19-Aug-06 13:23 
QuestionDCOM Memory not being Released Pin
cyoung3518-Aug-06 8:35
cyoung3518-Aug-06 8:35 
QuestionActivex control not able move in the form Pin
rahul_7718-Aug-06 3:33
rahul_7718-Aug-06 3:33 
QuestionHow to generate strong key name for an interop? Pin
Shilpa117-Aug-06 14:02
Shilpa117-Aug-06 14:02 
AnswerRe: How to generate strong key name for an interop? Pin
Mike Dimmick19-Aug-06 13:35
Mike Dimmick19-Aug-06 13:35 
You only have to generate a strong name for interop if you plan to put the class library assembly into the GAC. This is recommended if you're going to share the component between applications, for example have multiple applications install the same component, but isn't actually required. The regasm utility can be made to register a class library DLL in any location using the /codebase switch; the Visual Studio deployment project's Register property, if set to 'vsdraCOM', will set the Codebase registry value appropriately if you're not installing the assembly to the GAC.

If you do install the same assembly from two different locations, then uninstall one of them, the registration will be broken for the other one. That's why the GAC is recommended.

If you do want to use the GAC, all assemblies that this one depends on will need to be signed and installed to the GAC as well. You can sign the DAL using the C++ linker's /KEYFILE option; you must specify this option in the 'Additional Options' field in the Linker options.

Stability. What an interesting concept. -- Chris Maunder

QuestionXPCOM component registration Pin
Ayesha Farheen17-Aug-06 0:20
Ayesha Farheen17-Aug-06 0:20 
AnswerRe: XPCOM component registration Pin
User 21559717-Aug-06 21:01
User 21559717-Aug-06 21:01 
Questionwhich book is good for COM Pin
sarojkumarjena16-Aug-06 23:53
sarojkumarjena16-Aug-06 23:53 
AnswerRe: which book is good for COM Pin
Kevin McFarlane17-Aug-06 0:35
Kevin McFarlane17-Aug-06 0:35 
GeneralRe: which book is good for COM Pin
Rory Solley17-Aug-06 23:12
Rory Solley17-Aug-06 23:12 
AnswerRe: which book is good for COM Pin
odiesback24-Aug-06 11:01
odiesback24-Aug-06 11:01 
QuestionBasics About COM..... Pin
Prabs frm PGP16-Aug-06 19:04
Prabs frm PGP16-Aug-06 19:04 
AnswerRe: Basics About COM..... Pin
With_problem16-Aug-06 19:39
With_problem16-Aug-06 19:39 
GeneralRe: Basics About COM..... Pin
Prabs frm PGP16-Aug-06 21:10
Prabs frm PGP16-Aug-06 21:10 
QuestionActive x fire events how?? [modified] Pin
With_problem16-Aug-06 18:32
With_problem16-Aug-06 18:32 
AnswerRe: Active x fire events how?? Pin
kumarprabhakar7422-Aug-06 19:37
kumarprabhakar7422-Aug-06 19:37 
QuestionHow to access html tag param in a component control? Pin
Wolfgang Jia15-Aug-06 18:57
Wolfgang Jia15-Aug-06 18:57 
QuestionC++ Server - VB Client - Passing Structures Pin
Tiramisu215-Aug-06 11:28
Tiramisu215-Aug-06 11:28 
AnswerRe: C++ Server - VB Client - Passing Structures Pin
Mike Dimmick16-Aug-06 17:22
Mike Dimmick16-Aug-06 17:22 
Questionvb.net call the com component created with MFC Pin
JaneQuestion15-Aug-06 3:56
JaneQuestion15-Aug-06 3:56 
QuestionCOM+ (Enterprise Services) Debugging remotely Pin
buffbuh11-Aug-06 10:47
buffbuh11-Aug-06 10:47 
AnswerRe: COM+ (Enterprise Services) Debugging remotely Pin
buffbuh16-Aug-06 5:21
buffbuh16-Aug-06 5:21 

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.