Click here to Skip to main content
15,913,090 members
Home / Discussions / COM
   

COM

 
GeneralRegistering a COM server dll Pin
Robertcoder18-May-04 7:50
Robertcoder18-May-04 7:50 
GeneralRe: Registering a COM server dll Pin
Giles18-May-04 8:15
Giles18-May-04 8:15 
GeneralRe: Registering a COM server dll Pin
Robertcoder18-May-04 8:23
Robertcoder18-May-04 8:23 
GeneralRe: Registering a COM server dll Pin
Bob Wood19-May-04 1:13
Bob Wood19-May-04 1:13 
GeneralRe: Registering a COM server dll Pin
Robertcoder19-May-04 4:15
Robertcoder19-May-04 4:15 
Generalcall a managed COM object from an unmanaged c++ Pin
SamDav18-May-04 0:14
sussSamDav18-May-04 0:14 
Generali cannot register activeX control on registry. Pin
ekklesia14-May-04 20:01
ekklesia14-May-04 20:01 
GeneralRe: i cannot register activeX control on registry. Pin
Andrew Quinn AUS17-May-04 5:48
Andrew Quinn AUS17-May-04 5:48 
Hi Jinsoo,

Can you give more information? Is this your ActiveX object? Is it MFC/ATL ??

When I have issues like this then try debugging the registration of the control, for an ATL example:

Put a breakpoint in your DllRegisterServer function.

- Goto Project/Settings Menu in Visual Studio
- Click the Debug tab on the right-hand side.
- Type in "C:\WINDOWS\system32\regsvr32.exe" into the "Executable for debug session" text box
- Put the full path of the debug binary into the "Program Arguments" text box

Now run the debugger, you will get a dialog box asking if you want to continue (it is just informing you that regsvr32.exe you are running has no debug info.) Click OK and you should soon be put into the DllRegisterServer function, now just drill down until you come across the error.

Cheers,
Andy


GeneralQueryInterface() Pin
skruss14-May-04 13:40
skruss14-May-04 13:40 
GeneralRe: QueryInterface() Pin
ekklesia15-May-04 5:44
ekklesia15-May-04 5:44 
GeneralRe: QueryInterface() Pin
skruss25-May-04 11:59
skruss25-May-04 11:59 
GeneralRe: QueryInterface() Pin
Jörgen Sigvardsson15-May-04 13:21
Jörgen Sigvardsson15-May-04 13:21 
GeneralBeginning with COM or COM+ Pin
Mekong River13-May-04 15:48
Mekong River13-May-04 15:48 
GeneralUSES_CONVERSION Pin
monrobot1313-May-04 11:35
monrobot1313-May-04 11:35 
GeneralRe: USES_CONVERSION Pin
Andrew Quinn AUS17-May-04 5:22
Andrew Quinn AUS17-May-04 5:22 
GeneralRe: USES_CONVERSION Pin
Roger Stoltz17-May-04 11:35
Roger Stoltz17-May-04 11:35 
GeneralRe: USES_CONVERSION Pin
Steve S17-May-04 23:26
Steve S17-May-04 23:26 
GeneralRe: USES_CONVERSION Pin
Roger Stoltz18-May-04 0:20
Roger Stoltz18-May-04 0:20 
GeneralRe: Thanks Everyone Pin
monrobot1320-May-04 6:49
monrobot1320-May-04 6:49 
GeneralWriting files simultaneously Pin
13-May-04 0:14
suss13-May-04 0:14 
GeneralInterface Methods Pin
monrobot1312-May-04 18:47
monrobot1312-May-04 18:47 
GeneralRe: Interface Methods Pin
Roger Stoltz12-May-04 22:14
Roger Stoltz12-May-04 22:14 
GeneralRe: Interface Methods Pin
monrobot1313-May-04 11:01
monrobot1313-May-04 11:01 
GeneralRe: Interface Methods Pin
Milton Karimbekallil12-May-04 23:13
Milton Karimbekallil12-May-04 23:13 
GeneralRe: Interface Methods Pin
monrobot1313-May-04 11:02
monrobot1313-May-04 11:02 

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.