Early binding and Late binding 
Author Message
 Early binding and Late binding

What happens physically in the system in case of early binding and late
binding


Sat, 25 Jun 2005 17:59:51 GMT  
 Early binding and Late binding
In case of early binding, you let the compiler know about your object.
i.e. what type of object it is.
In case of late binding, compiler never checks for the properties and
methods of the object. they are accessed at runtime directly.

cheers!
Prasad

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Sat, 25 Jun 2005 20:49:36 GMT  
 Early binding and Late binding
With late binding, the address of the function has to be looked up at run
time before it can be called. Early binding avoids this because the position
of the function is known at compile time (or something).


Quote:
> What happens physically in the system in case of early binding and late
> binding



Sun, 26 Jun 2005 04:23:57 GMT  
 Early binding and Late binding
But what does the system do internally in both the cases?

Quote:
> With late binding, the address of the function has to be looked up at run
> time before it can be called. Early binding avoids this because the
position
> of the function is known at compile time (or something).



> > What happens physically in the system in case of early binding and late
> > binding



Sun, 26 Jun 2005 15:12:39 GMT  
 Early binding and Late binding
The article explains the difference.

Early and Late Binding
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/offi...
ml/SF7A4.asp

Sincerely,

Alick Ye, MCSD
Product Support Services
Microsoft Corporation
Get Secure! - <www.microsoft.com/security>

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------

Subject: Early binding and Late binding
Date: Tue, 7 Jan 2003 15:29:51 +0530
Lines: 4
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

Newsgroups: microsoft.public.vb.com
NNTP-Posting-Host: 203.129.238.195
Path: cpmsftngxa06!TK2MSFTNGP08!TK2MSFTNGP10
Xref: cpmsftngxa06 microsoft.public.vb.com:33854
X-Tomcat-NG: microsoft.public.vb.com

What happens physically in the system in case of early binding and late
binding



Sun, 26 Jun 2005 16:55:58 GMT  
 Early binding and Late binding
If you narrow your question a bit it may be easier to answer otherwise
you're just asking how does COM work and that's a little bit complicated for
a newsgroup post, it's more like a 500 page book.


Quote:
> But what does the system do internally in both the cases?


> > With late binding, the address of the function has to be looked up at
run
> > time before it can be called. Early binding avoids this because the
> position
> > of the function is known at compile time (or something).



> > > What happens physically in the system in case of early binding and
late
> > > binding



Mon, 27 Jun 2005 03:11:27 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. early binding vs late binding

2. * Early binding or late binding

3. Early binding and Late binding in VB.

4. Early Binding and Late Binding

5. Early bind and Late bind in VB.

6. Early binding and Late binding in VB.

7. early binding vs late binding

8. Activex Server - Early Binding vs. Late Binding

9. Late Binding vs Early Binding in out-of-process servers

10. early binding / late binding

11. Early Binding - Late Binding

12. Powerpoint with early or late binding but INVISIBLE

 

 
Powered by phpBB® Forum Software