Post

 Resources 

Console


Creating Object (Late vs Early binding) Corre (7 replies, 0 views) (2000-May-8)
-
I was just made aware of the fact that this: Dim dx7 As New DirectX7 will make the object dx7 late bound(=slow), while this: Dim dx7 As DirextX7 Set dx7=New DirectX7 will make the object dx7 early bound(=fast). So it turns out that I've been using mostly late bound objects, just because I thought I'd save one line of code... Just thought I'd share this in case anyone else has done the same... /Corre, MiCo Game


-
Back to Forum

RE: Creating Object (Late vs Early binding) David Goodlad (3 replies) (2000-May-8)
Surely the difference is negligable? The Gilb (2 replies) (2000-May-8)
RE: Surely the difference is negligable? David Goodlad (0 replies) (2000-May-8)
It can make a big difference Corre (0 replies) (2000-May-9)
RE: Creating Object (Late vs Early binding) Chris (0 replies) (2000-May-8)
Yes, the difference is HUGE SLotman (1 reply) (2000-May-9)
Slowing down your game... The Gilb (0 replies) (2000-May-9)

Copyright © 2002 - 2004 Eric Coleman, Peter Kuchnio , et. al.
There have been 22 visitors within the last 20 minutes
RSS News Feed