Results 1 to 4 of 4

Thread: is late binding faster than early binding

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Posts
    75

    Wink is late binding faster than early binding

    Which one is the faster early binding or late binding?
    Have a nice day.
    Shailesh & Rajani

  2. #2
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176
    I think early binding is quicker
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

  3. #3
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531
    In some cases, passing a loosely typed object is needed in an app's logic - so in this case, late binding has its merit. But I do believe that in most VB cases, early binding is preferred not only for its speed, but for error checking capabilities on the part of the compiler which can check an early bound object.
    "Knowledge is gained when different people look at the same information in different ways"

    - Louis Pasteur

  4. #4
    Frenzied Member oh1mie's Avatar
    Join Date
    Sep 2001
    Location
    Finland
    Posts
    1,043
    Mostly question is not for speed.
    Late binding is very usefull on cases like, you connect you programs to the third part solutions.

    Like Excel. You never know what versions customers are using.
    With late binding you never need worry about it.
    oh1mie/Vic


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width