If i have a function (void) X that takes an array of object in as a parameter and subsequently modifies said objects in the array, what will be the end result after the function terminates? By my ...
OK, I'm having a problem making a function call from VBA to C++. I'm not even sure if it is possible to do this. Public Declare Function myDllFunction Lib "mydll.dll ...
Passing a dynamic array to a method is no different than passing a static array, but the dynamic array must have been created by MAKEARRAY, REDIM, COPYARRAY, or an assignment statement. If the dynamic ...