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

COM

 
GeneralRe: Exporting enum types to a COM DLL Pin
Robert Ernst19-May-06 6:04
Robert Ernst19-May-06 6:04 
AnswerRe: Exporting enum types to a COM DLL Pin
Laxman Auti19-May-06 18:17
Laxman Auti19-May-06 18:17 
GeneralRe: Exporting enum types to a COM DLL Pin
Robert Ernst20-May-06 13:47
Robert Ernst20-May-06 13:47 
QuestionEXCEPINFO cleanup Pin
jan larsen18-May-06 3:40
jan larsen18-May-06 3:40 
AnswerRe: EXCEPINFO cleanup Pin
NiceNaidu18-May-06 4:02
NiceNaidu18-May-06 4:02 
GeneralRe: EXCEPINFO cleanup Pin
jan larsen18-May-06 8:35
jan larsen18-May-06 8:35 
QuestionEarly Vs Late Binding Pin
NiceNaidu18-May-06 1:43
NiceNaidu18-May-06 1:43 
AnswerRe: Early Vs Late Binding Pin
_AnsHUMAN_ 18-May-06 2:50
_AnsHUMAN_ 18-May-06 2:50 
In context to OLE Automation(Since this is the COM lobby)

Late binding is :
Binding the object library in code at run-time
Av's of late binding
1)The main advantage is that code which uses late binding is more certain to be version-independent

Early binding is :
exposing the object model during design-time, as opposed to during run-time.
Av's of early binding
1)Your code will run considerably faster, because it can all be compiled up front. With late binding, the code relating to an application you declared as an object has to, in effect, be compiled as it runs.
2)Because your code can all be compiled up front, debugging is far easier – select Debug + Compile, and the compiler will be able to spot syntax errors which would have been missed had you used late binding.


Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
AnswerRe: Early Vs Late Binding Pin
Laxman Auti18-May-06 2:52
Laxman Auti18-May-06 2:52 
GeneralRe: Early Vs Late Binding Pin
NiceNaidu18-May-06 3:40
NiceNaidu18-May-06 3:40 
QuestionGetting the IHtmlElementRender interface Pin
Anamika200517-May-06 23:45
Anamika200517-May-06 23:45 
AnswerRe: Getting the IHtmlElementRender interface Pin
Laxman Auti18-May-06 0:17
Laxman Auti18-May-06 0:17 
AnswerRe: Getting the IHtmlElementRender interface Pin
_AnsHUMAN_ 20-May-06 0:51
_AnsHUMAN_ 20-May-06 0:51 
Questionwhich files anre needed to include forI HTMLElementRender Pin
Hemant kulkarni17-May-06 23:26
Hemant kulkarni17-May-06 23:26 
AnswerRe: which files anre needed to include forI HTMLElementRender Pin
Laxman Auti17-May-06 23:34
Laxman Auti17-May-06 23:34 
GeneralRe: which files anre needed to include forI HTMLElementRender Pin
Hemant kulkarni17-May-06 23:37
Hemant kulkarni17-May-06 23:37 
GeneralRe: which files anre needed to include forI HTMLElementRender Pin
Laxman Auti17-May-06 23:46
Laxman Auti17-May-06 23:46 
AnswerRe: which files anre needed to include forI HTMLElementRender Pin
Laxman Auti18-May-06 0:04
Laxman Auti18-May-06 0:04 
QuestionATL COM object.. Pin
Siva Sankar Koyi17-May-06 18:38
Siva Sankar Koyi17-May-06 18:38 
AnswerRe: ATL COM object.. Pin
Laxman Auti17-May-06 19:11
Laxman Auti17-May-06 19:11 
GeneralRe: ATL COM object.. Pin
Siva Sankar Koyi17-May-06 19:34
Siva Sankar Koyi17-May-06 19:34 
AnswerRe: ATL COM object.. Pin
Laxman Auti17-May-06 23:23
Laxman Auti17-May-06 23:23 
GeneralRe: ATL COM object.. Pin
Siva Sankar Koyi20-May-06 20:19
Siva Sankar Koyi20-May-06 20:19 
AnswerRe: ATL COM object.. Pin
Laxman Auti21-May-06 18:26
Laxman Auti21-May-06 18:26 
GeneralRe: ATL COM object.. Pin
Renjith Ramachandran26-May-06 4:58
Renjith Ramachandran26-May-06 4:58 

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.