Click here to Skip to main content
15,896,727 members
Home / Discussions / COM
   

COM

 
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 
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 
yes you can in the same DLL, i do it everyday : in inprocess it's ok to do so Wink | ;)
new CComObject < CThing > then doing a Queryinterface or a AddRef on it and your object is ok
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 
QuestionHow do I convert IDL to ODL and make a Typelib necessary only for the compile? Pin
Bruce Axtens19-Feb-09 2:15
Bruce Axtens19-Feb-09 2:15 
QuestionProblem with SAFEARRAY across COM boundary Pin
astropunk18-Feb-09 12:46
astropunk18-Feb-09 12:46 
QuestionDoes anyone know of a tool for reporting differences between two versions of the same typelib? Pin
pdohara18-Feb-09 11:11
pdohara18-Feb-09 11:11 
AnswerRe: Does anyone know of a tool for reporting differences between two versions of the same typelib? Pin
«_Superman_»18-Feb-09 18:06
professional«_Superman_»18-Feb-09 18:06 
GeneralRe: Does anyone know of a tool for reporting differences between two versions of the same typelib? Pin
pdohara19-Feb-09 11:27
pdohara19-Feb-09 11:27 

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.