Click here to Skip to main content
15,903,033 members
Home / Discussions / COM
   

COM

 
GeneralRe: What are the ways a COM dll can be used? + questions Pin
grassrootkit19-Feb-09 21:23
grassrootkit19-Feb-09 21:23 
AnswerRe: What are the ways a COM dll can be used? + questions Pin
Roger Stoltz19-Feb-09 21:53
Roger Stoltz19-Feb-09 21:53 
GeneralRe: What are the ways a COM dll can be used? + questions Pin
grassrootkit19-Feb-09 21:30
grassrootkit19-Feb-09 21:30 
AnswerRe: What are the ways a COM dll can be used? + questions Pin
Roger Stoltz19-Feb-09 21:57
Roger Stoltz19-Feb-09 21:57 
GeneralRe: What are the ways a COM dll can be used? + questions Pin
grassrootkit19-Feb-09 22:43
grassrootkit19-Feb-09 22:43 
GeneralRe: What are the ways a COM dll can be used? + questions [modified] Pin
grassrootkit19-Feb-09 23:35
grassrootkit19-Feb-09 23:35 
QuestionSpeed difference between CoCreateInstance and new operator Pin
Alexandre GRANVAUD19-Feb-09 3:08
Alexandre GRANVAUD19-Feb-09 3:08 
AnswerRe: Speed difference between CoCreateInstance and new operator Pin
Roger Stoltz19-Feb-09 5:07
Roger Stoltz19-Feb-09 5:07 
Alexandre GRANVAUD wrote:
I wondered if replacing the CoCreateInstance(CLSID_Foo) by a new CComObject < CFoo > would speed up things ?


No.
Since in both ways a COM object is created. Using the "new operator", as you call it, will eventually call ::CoCreateInstance(), so there's no difference.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


GeneralRe: Speed difference between CoCreateInstance and new operator Pin
Alexandre GRANVAUD19-Feb-09 5:10
Alexandre GRANVAUD19-Feb-09 5:10 
AnswerRe: Speed difference between CoCreateInstance and new operator Pin
Roger Stoltz19-Feb-09 5:18
Roger Stoltz19-Feb-09 5:18 
GeneralRe: Speed difference between CoCreateInstance and new operator Pin
Alexandre GRANVAUD19-Feb-09 5:21
Alexandre GRANVAUD19-Feb-09 5:21 
AnswerRe: Speed difference between CoCreateInstance and new operator Pin
CPallini19-Feb-09 5:10
mveCPallini19-Feb-09 5:10 
GeneralRe: Speed difference between CoCreateInstance and new operator Pin
Alexandre GRANVAUD19-Feb-09 5:11
Alexandre GRANVAUD19-Feb-09 5:11 
QuestionRe: Speed difference between CoCreateInstance and new operator Pin
CPallini19-Feb-09 5:30
mveCPallini19-Feb-09 5:30 
AnswerRe: Speed difference between CoCreateInstance and new operator Pin
Alexandre GRANVAUD28-May-09 21:04
Alexandre GRANVAUD28-May-09 21:04 
GeneralRe: Speed difference between CoCreateInstance and new operator Pin
CPallini28-May-09 21:32
mveCPallini28-May-09 21:32 
GeneralRe: Speed difference between CoCreateInstance and new operator Pin
Alexandre GRANVAUD28-May-09 21:46
Alexandre GRANVAUD28-May-09 21:46 
GeneralRe: Speed difference between CoCreateInstance and new operator Pin
CPallini28-May-09 21:56
mveCPallini28-May-09 21:56 
QuestionKnow if a dll COM is registred or no! Pin
MrKBA19-Feb-09 2:42
MrKBA19-Feb-09 2:42 
QuestionRe: Know if a dll COM is registred or no! Pin
CPallini19-Feb-09 2:49
mveCPallini19-Feb-09 2:49 
AnswerRe: Know if a dll COM is registred or no! Pin
MrKBA19-Feb-09 3:31
MrKBA19-Feb-09 3:31 
QuestionRe: Know if a dll COM is registred or no! Pin
CPallini19-Feb-09 5:02
mveCPallini19-Feb-09 5:02 
AnswerRe: Know if a dll COM is registred or no! Pin
MrKBA19-Feb-09 5:07
MrKBA19-Feb-09 5:07 
QuestionRe: Know if a dll COM is registred or no! Pin
CPallini19-Feb-09 5:14
mveCPallini19-Feb-09 5:14 
AnswerRe: Know if a dll COM is registred or no! Pin
MrKBA19-Feb-09 6:35
MrKBA19-Feb-09 6:35 

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.