Click here to Skip to main content
15,899,006 members
Home / Discussions / COM
   

COM

 
QuestionRe: COM Runtime Error !!! Pin
prasad_som9-Aug-07 23:51
prasad_som9-Aug-07 23:51 
AnswerRe: COM Runtime Error !!! Pin
jonnynolimits10-Aug-07 1:56
jonnynolimits10-Aug-07 1:56 
QuestionWord COM Pin
Spaz808-Aug-07 5:31
Spaz808-Aug-07 5:31 
Questioncreating/exposing global members in an ATL COM DLL Pin
zgilboa7-Aug-07 17:41
zgilboa7-Aug-07 17:41 
AnswerRe: creating/exposing global members in an ATL COM DLL Pin
prasad_som7-Aug-07 20:29
prasad_som7-Aug-07 20:29 
GeneralRe: creating/exposing global members in an ATL COM DLL Pin
zgilboa8-Aug-07 6:17
zgilboa8-Aug-07 6:17 
QuestionHow to derive from a existing Interface? Pin
donguy767-Aug-07 16:34
donguy767-Aug-07 16:34 
AnswerRe: How to derive from a existing Interface? Pin
prasad_som7-Aug-07 20:27
prasad_som7-Aug-07 20:27 
donguy76 wrote:
How can i do that?


You can do this, same way as simple class,
//idl code
interface IToyoto  : Vehicle
{...


donguy76 wrote:
The purpose of doing this is that i should be able to use functions
inside both Base interface(IVehicle) from the drived new interfaces.


You should remember, COM support interface inheritance, not implementation inheritance.

In other words, you need to implement all function inherited by new interface.


Prasad
MS MVP -  VC++

QuestionDifference between win32 dll and com dll Pin
Nandu_77b7-Aug-07 2:47
Nandu_77b7-Aug-07 2:47 
AnswerRe: Difference between win32 dll and com dll Pin
User 2155977-Aug-07 6:03
User 2155977-Aug-07 6:03 
QuestionCDefFolderMenu_Create2 Pin
__DanC__7-Aug-07 1:41
__DanC__7-Aug-07 1:41 
Questionprinting problem through msExcel Pin
help as an alias7-Aug-07 0:26
help as an alias7-Aug-07 0:26 
AnswerRe: printing problem through msExcel Pin
User 2155977-Aug-07 6:06
User 2155977-Aug-07 6:06 
Questiondundas chart in asp.net Pin
gvpr3-Aug-07 1:31
gvpr3-Aug-07 1:31 
QuestionUnable to receive notifications from DFileSystemImageEvents interface Pin
opb2-Aug-07 20:46
opb2-Aug-07 20:46 
AnswerRe: Unable to receive notifications from DFileSystemImageEvents interface Pin
User 2155973-Aug-07 3:49
User 2155973-Aug-07 3:49 
QuestionCalling a VB.NET COM+ Remotely Pin
Andez20041-Aug-07 0:06
Andez20041-Aug-07 0:06 
AnswerRe: Calling a VB.NET COM+ Remotely Pin
sunil20046-Aug-07 21:10
sunil20046-Aug-07 21:10 
QuestionDeclaration problem Pin
Karismatic31-Jul-07 20:15
Karismatic31-Jul-07 20:15 
QuestionRe: Declaration problem Pin
prasad_som31-Jul-07 20:56
prasad_som31-Jul-07 20:56 
AnswerRe: Declaration problem Pin
Karismatic31-Jul-07 21:11
Karismatic31-Jul-07 21:11 
GeneralRe: Declaration problem Pin
prasad_som31-Jul-07 21:18
prasad_som31-Jul-07 21:18 
GeneralRe: Declaration problem Pin
Karismatic31-Jul-07 21:22
Karismatic31-Jul-07 21:22 
QuestionQueryInterface + RPC_E_SYS_CALL_FAILED Pin
Gupta Suraj30-Jul-07 20:49
Gupta Suraj30-Jul-07 20:49 
Questionvaleur HRESULT Pin
Nath999929-Jul-07 20:56
Nath999929-Jul-07 20:56 

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.