Click here to Skip to main content
15,923,689 members
Home / Discussions / COM
   

COM

 
QuestionRebuild my dialog-app to ActiveX? Pin
anderslundsgard17-Mar-04 21:33
anderslundsgard17-Mar-04 21:33 
Generala little problem with an RGS file Pin
zilch16-Mar-04 14:33
zilch16-Mar-04 14:33 
GeneralIBidiSpl COM interface Pin
Ankwa16-Mar-04 9:38
Ankwa16-Mar-04 9:38 
GeneralCalling The Task Manager Dialogue Box of SQL Server Pin
Member 12971216-Mar-04 8:25
Member 12971216-Mar-04 8:25 
GeneralSharing an object from 2 process Pin
Member 399012516-Mar-04 8:19
Member 399012516-Mar-04 8:19 
GeneralRe: Sharing an object from 2 process Pin
Yoav S17-Mar-04 2:25
sussYoav S17-Mar-04 2:25 
GeneralCOM, shell extension, problem with RGS file Pin
zilch15-Mar-04 22:55
zilch15-Mar-04 22:55 
GeneralRe: COM, shell extension, problem with RGS file Pin
Mike Dimmick16-Mar-04 2:19
Mike Dimmick16-Mar-04 2:19 
First up, a bit about mechanisms. RegSvr32 knows nothing of .RGS scripts. It only knows how to call DllRegisterServer, a function that your DLL should implement (along with its counterpart, DllUnregisterServer).

ATL offers support in CComModule (ATL pre-7.0) or CAtlDllModuleT (ATL 7.0+) for registering servers. ATL provides the parsing for the registry information. In order for ATL to register your class 'automatically', it must appear in the module's object map, and it must have an appropriate DECLARE_REGISTRY_xxx macro in the class.

The first thing to do is to check that these conditions are met.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: COM, shell extension, problem with RGS file Pin
zilch16-Mar-04 4:39
zilch16-Mar-04 4:39 
GeneralRe: COM, shell extension, problem with RGS file Pin
zilch16-Mar-04 13:38
zilch16-Mar-04 13:38 
GeneralDLL Functions Pin
Ali Alaradi15-Mar-04 0:07
Ali Alaradi15-Mar-04 0:07 
GeneralRe: DLL Functions Pin
Steve S15-Mar-04 0:30
Steve S15-Mar-04 0:30 
GeneralRe: DLL Functions Pin
Ali Alaradi15-Mar-04 5:36
Ali Alaradi15-Mar-04 5:36 
GeneralMSChart ActiveX Control Pin
Marabou10-Mar-04 21:20
Marabou10-Mar-04 21:20 
General"interface not compatible" Pin
pelos10-Mar-04 20:33
pelos10-Mar-04 20:33 
GeneralRe: "interface not compatible" Pin
emilius1921-Mar-04 5:22
sussemilius1921-Mar-04 5:22 
QuestionHow do I access my ActiveX array from the outside? Pin
Stephen McGeown9-Mar-04 10:48
Stephen McGeown9-Mar-04 10:48 
QuestionHow can I add a tab control to a ATL Property Page? Pin
larsibam9-Mar-04 4:37
larsibam9-Mar-04 4:37 
GeneralDCOM permissioning problems Pin
Jeremy Osner9-Mar-04 2:19
Jeremy Osner9-Mar-04 2:19 
GeneralInvalid Number of Parameters?!! Pin
Member 3538108-Mar-04 17:43
Member 3538108-Mar-04 17:43 
GeneralProblem with Word automation/Shapes/AddCurve Pin
8-Mar-04 15:15
suss8-Mar-04 15:15 
GeneralRe: Problem with Word automation/Shapes/AddCurve Pin
Member 3538108-Mar-04 15:22
Member 3538108-Mar-04 15:22 
GeneralRe: Problem with Word automation/Shapes/AddCurve Pin
Vi28-Mar-04 18:45
Vi28-Mar-04 18:45 
GeneralThanks, but that isn't a problem Pin
Member 3538108-Mar-04 19:10
Member 3538108-Mar-04 19:10 
GeneralRe: Thanks, but that isn't a problem Pin
Vi28-Mar-04 19:26
Vi28-Mar-04 19:26 

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.