Click here to Skip to main content
15,894,106 members
Home / Discussions / COM
   

COM

 
AnswerRe: VB.NET ComClass performance in VBA code. Pin
SkyTek2321-Sep-06 10:53
SkyTek2321-Sep-06 10:53 
QuestionNeed help : COM Interface [modified] Pin
Sakthiu21-Sep-06 0:48
Sakthiu21-Sep-06 0:48 
AnswerRe: Need help : COM Interface Pin
toxcct21-Sep-06 2:03
toxcct21-Sep-06 2:03 
AnswerRe: Need help : COM Interface Pin
User 21559721-Sep-06 19:51
User 21559721-Sep-06 19:51 
QuestionHow do i make COM inprocess server program using C++? Pin
Sakthiu20-Sep-06 22:41
Sakthiu20-Sep-06 22:41 
AnswerRe: How do i make COM inprocess server program using C++? Pin
prasad_som20-Sep-06 23:19
prasad_som20-Sep-06 23:19 
GeneralRe: How do i make COM inprocess server program using C++? Pin
Sakthiu20-Sep-06 23:23
Sakthiu20-Sep-06 23:23 
QuestionIssues Implementing ATL COM Callback Functionality Pin
Setesh8220-Sep-06 13:14
Setesh8220-Sep-06 13:14 
The past few day I have been trying to implement an event callback system within a VC++6.0 COM DLL. The DLL will then be referenced within a VB6 project.

I started off by creating a simple ATL Com project. The project only contain my two newly created COM object (StatusListener, StatusEvents). The StatusEvents object contains all the empty functions and will be overriden by a class in the VB6 project. The StatusListener object contains the Advise function which takes in an instance of the VB6 projects derived StatusEvents class. Once that takes place any update in the COM are sent directly back to the VB6 project via the derived class.

All of that was expected, the problem comes in when I tryin to implement the same functionality into a preexisting ATL COM project. Everything builds fine and the DLL is created. I reference the DLL and Implement the StatusEvents class in a VB6 client. When I try to Create and instance of either StatusListener or StatusEvents I get the following error msg.

"Compile error 429" "ActiveX Component can't create object"

I have put my Test DLL and client here:
ATL Com Tests.zip

Any suggestions would be most welcome.
QuestionRe: Issues Implementing ATL COM Callback Functionality Pin
prasad_som20-Sep-06 23:22
prasad_som20-Sep-06 23:22 
AnswerRe: Issues Implementing ATL COM Callback Functionality Pin
Setesh8221-Sep-06 3:14
Setesh8221-Sep-06 3:14 
AnswerRe: Issues Implementing ATL COM Callback Functionality Pin
Mike Dimmick21-Sep-06 3:00
Mike Dimmick21-Sep-06 3:00 
GeneralRe: Issues Implementing ATL COM Callback Functionality Pin
Setesh8221-Sep-06 5:42
Setesh8221-Sep-06 5:42 
QuestionCOM Interop apartment issue - QueryInterface failing?!? Pin
Daniel Deptford20-Sep-06 4:05
Daniel Deptford20-Sep-06 4:05 
Questionerror 80040154 at instantiation of COM object Pin
mkrelli19-Sep-06 22:55
mkrelli19-Sep-06 22:55 
Questiongive suggestion to start learning COM Pin
premkamalg19-Sep-06 20:10
premkamalg19-Sep-06 20:10 
AnswerRe: give suggestion to start learning COM Pin
ShilpiP28-Sep-06 0:11
ShilpiP28-Sep-06 0:11 
AnswerRe: give suggestion to start learning COM Pin
Hamid_RT28-Sep-06 9:10
Hamid_RT28-Sep-06 9:10 
QuestionError in Deployment Pin
Jeeva Mary Varghese19-Sep-06 18:21
Jeeva Mary Varghese19-Sep-06 18:21 
AnswerRe: Error in Deployment Pin
Stephen Hewitt19-Sep-06 18:54
Stephen Hewitt19-Sep-06 18:54 
QuestionRe: Error in Deployment Pin
Jeeva Mary Varghese19-Sep-06 19:13
Jeeva Mary Varghese19-Sep-06 19:13 
AnswerRe: Error in Deployment Pin
Stephen Hewitt19-Sep-06 19:37
Stephen Hewitt19-Sep-06 19:37 
GeneralRe: Error in Deployment Pin
Jeeva Mary Varghese19-Sep-06 19:44
Jeeva Mary Varghese19-Sep-06 19:44 
GeneralRe: Error in Deployment Pin
Stephen Hewitt19-Sep-06 19:49
Stephen Hewitt19-Sep-06 19:49 
GeneralRe: Error in Deployment Pin
Jeeva Mary Varghese19-Sep-06 19:59
Jeeva Mary Varghese19-Sep-06 19:59 
GeneralRe: Error in Deployment Pin
Stephen Hewitt19-Sep-06 20:28
Stephen Hewitt19-Sep-06 20:28 

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.