Click here to Skip to main content
15,892,809 members
Home / Discussions / COM
   

COM

 
AnswerRe: What are the ways a COM dll can be used? + questions Pin
Alexandre GRANVAUD19-Feb-09 5:14
Alexandre GRANVAUD19-Feb-09 5:14 
AnswerRe: What are the ways a COM dll can be used? + questions Pin
Roger Stoltz19-Feb-09 5:14
Roger Stoltz19-Feb-09 5:14 
GeneralRe: What are the ways a COM dll can be used? + questions Pin
Alexandre GRANVAUD19-Feb-09 5:16
Alexandre GRANVAUD19-Feb-09 5:16 
GeneralRe: What are the ways a COM dll can be used? + questions Pin
grassrootkit19-Feb-09 21:14
grassrootkit19-Feb-09 21:14 
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 
The extensions of the preprocessor generated files can be configured in the project settings. Different versions of MSVC seem to use different extensions.
Don't worry about the *.c-file. If you want to use the typelibrary information from another file, simply include the preprocessor generated header file.
A common way is to do the import in the stdafx.h file and then include the preprocessor generated header file as needed.


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


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 
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 

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.