Click here to Skip to main content
15,887,596 members
Home / Discussions / COM
   

COM

 
GeneralRe: Finding Open Applications/Documents using ATL Pin
Am400017-Jul-01 9:27
Am400017-Jul-01 9:27 
QuestionHow do I create COM/OLE method returning short(not HRESULT)? Pin
15-Jul-01 15:06
suss15-Jul-01 15:06 
AnswerRe: How do I create COM/OLE method returning short(not HRESULT)? Pin
softsprite15-Jul-01 17:08
softsprite15-Jul-01 17:08 
QuestionWhat's the difference between COM and OLE? Pin
15-Jul-01 15:01
suss15-Jul-01 15:01 
AnswerRe: What's the difference between COM and OLE? Pin
16-Jul-01 6:55
suss16-Jul-01 6:55 
QuestionWhat's the difference between Interface and dispInterface? Pin
15-Jul-01 10:53
suss15-Jul-01 10:53 
AnswerRe: What's the difference between Interface and dispInterface? Pin
16-Jul-01 6:57
suss16-Jul-01 6:57 
AnswerRe: What's the difference between Interface and dispInterface? Pin
Joseph Dempsey20-Jul-01 16:00
Joseph Dempsey20-Jul-01 16:00 
as mentioned in the above comment the difference is the late binding but the actual differnce is under the hood in the depths of the COM architecture. Dispinterface are just IDispacth Interfaces and don't rely on v-tables. Custom interfaces (non-IDispatch) use vtables and are much faster than IDispatch interfaces. But alas VB has no support (or had no support... i hear the latest release does) for v-table driven interfaces.

Hope this helps some.

Joseph Dempsey
jdempsey@cox.rr.com
Joseph.Dempsey@thermobio.com

"Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning."
--anonymous

GeneralShell Extention Pin
Maham Gilani14-Jul-01 3:37
Maham Gilani14-Jul-01 3:37 
QuestionHow to diagnose and to detect down clients and servers Pin
13-Jul-01 5:37
suss13-Jul-01 5:37 
AnswerRe: How to diagnose and to detect down clients and servers Pin
16-Jul-01 11:32
suss16-Jul-01 11:32 
GeneralRe: How to diagnose and to detect down clients and servers Pin
16-Jul-01 23:46
suss16-Jul-01 23:46 
GeneralMultiple Inheritence of an ATL object Pin
12-Jul-01 23:18
suss12-Jul-01 23:18 
Generalinterfaces Pin
Gabriel.P.G12-Jul-01 17:05
Gabriel.P.G12-Jul-01 17:05 
GeneralRe: interfaces Pin
16-Jul-01 11:35
suss16-Jul-01 11:35 
GeneralCOM behind/in front of the firewall Pin
12-Jul-01 6:12
suss12-Jul-01 6:12 
Generaltutorials for com Pin
anu11-Jul-01 18:23
anu11-Jul-01 18:23 
GeneralRe: tutorials for com Pin
Michael Dunn11-Jul-01 20:32
sitebuilderMichael Dunn11-Jul-01 20:32 
GeneralCoInitializeEx Pin
11-Jul-01 13:16
suss11-Jul-01 13:16 
GeneralOK OK its DCOM Pin
11-Jul-01 13:26
suss11-Jul-01 13:26 
GeneralOK Apologies. Pin
11-Jul-01 13:34
suss11-Jul-01 13:34 
GeneralIHTMLElement and IHTMLElement2 and IHTMLWindow2 Pin
Oguzhan ERKAN11-Jul-01 4:54
Oguzhan ERKAN11-Jul-01 4:54 
GeneralCom interface with SQL to MSDE database Pin
Bigge10-Jul-01 23:27
Bigge10-Jul-01 23:27 
GeneralRe: Com interface with SQL to MSDE database Pin
11-Jul-01 8:35
suss11-Jul-01 8:35 
GeneralRe: Com interface with SQL to MSDE database Pin
Bigge12-Jul-01 1:22
Bigge12-Jul-01 1:22 

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.