So we were going over how to pass arrays to functions in my C++ class the other day, and the teacher says "By default, C++ passes arrays by reference." I go "wtf, no it doesn't." After a few minutes ...
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 ...