Click here to Skip to main content
15,920,801 members
Home / Discussions / COM
   

COM

 
GeneralCommunicating with Excel (VC++ 6.0 MFC) Pin
shibble31-Aug-04 7:30
shibble31-Aug-04 7:30 
GeneralRe: Communicating with Excel (VC++ 6.0 MFC) Pin
darkbyte1-Sep-04 8:16
darkbyte1-Sep-04 8:16 
GeneralRe: Communicating with Excel (VC++ 6.0 MFC) Pin
shibble1-Sep-04 8:24
shibble1-Sep-04 8:24 
GeneralRe: Communicating with Excel (VC++ 6.0 MFC) Pin
darkbyte1-Sep-04 9:00
darkbyte1-Sep-04 9:00 
GeneralIShellUIHelper Pin
Member 132814130-Aug-04 22:25
Member 132814130-Aug-04 22:25 
GeneralRe: IShellUIHelper Pin
darkbyte1-Sep-04 9:04
darkbyte1-Sep-04 9:04 
GeneralCan't connect to or get interfaces of my COM server Pin
RFickling28-Aug-04 18:23
RFickling28-Aug-04 18:23 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Mayur Mahajan29-Aug-04 7:51
Mayur Mahajan29-Aug-04 7:51 
A better and safe way other than smart pointers is invoking the COM runtime and obtaining interface explicitly. Compile the IDL file to get a '.h' and '.c' file. Using CoCreateInstance and QueryInterface methods you can get interface without breaking the code in VC++ 6.0 as well as 7.0. If you are hardcore C++ programmer I suggest you use this method rather than smart pointers. If the same problem persists with this method then it really is a problem I can get with. You can get lotsa tuts on codeproject to using COM without smart pointers. If u need the code lemme know, I hav efunctional client-server code running. May ur problem be solved with this!!!

--:: VANDE MATARAM ::--
GeneralRe: Can't connect to or get interfaces of my COM server Pin
RFickling29-Aug-04 9:00
RFickling29-Aug-04 9:00 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
RFickling29-Aug-04 10:00
RFickling29-Aug-04 10:00 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Jörgen Sigvardsson31-Aug-04 10:08
Jörgen Sigvardsson31-Aug-04 10:08 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Mayur Mahajan31-Aug-04 16:41
Mayur Mahajan31-Aug-04 16:41 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Jörgen Sigvardsson1-Sep-04 21:06
Jörgen Sigvardsson1-Sep-04 21:06 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Mayur Mahajan2-Sep-04 6:17
Mayur Mahajan2-Sep-04 6:17 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Jörgen Sigvardsson29-Aug-04 9:40
Jörgen Sigvardsson29-Aug-04 9:40 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
RFickling29-Aug-04 9:53
RFickling29-Aug-04 9:53 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Milton Karimbekallil30-Aug-04 2:28
Milton Karimbekallil30-Aug-04 2:28 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
RoyceF30-Aug-04 8:53
RoyceF30-Aug-04 8:53 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Milton Karimbekallil30-Aug-04 18:02
Milton Karimbekallil30-Aug-04 18:02 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
RoyceF31-Aug-04 5:31
RoyceF31-Aug-04 5:31 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Jörgen Sigvardsson31-Aug-04 10:04
Jörgen Sigvardsson31-Aug-04 10:04 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Mayur Mahajan31-Aug-04 16:49
Mayur Mahajan31-Aug-04 16:49 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Jörgen Sigvardsson1-Sep-04 1:55
Jörgen Sigvardsson1-Sep-04 1:55 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Milton Karimbekallil1-Sep-04 3:12
Milton Karimbekallil1-Sep-04 3:12 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Milton Karimbekallil1-Sep-04 2:51
Milton Karimbekallil1-Sep-04 2:51 

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.