Given the following code in one DLL:<BR><BLOCKQUOTE><font size="-1">code:</font><HR><pre><BR>Dim sData() As String<BR>...<BR>Dim myObj1 As OtherDLL.OtherClass<BR ...
Optimizations in programming have mostly been associated with more efficient data structures or algorithms. Any optimization that uses hardware resources explicitly is generally considered premature, ...