News

I need help passing a 2d array (matrix) from VB6 to a c++ DLL.Right now, I have it working with a 1d array... here is the code I am using.long __declspec (dllexport) __stdcall function_name(byte ...
I'm making a script that will write a two-dimensional array to an Excel spreadsheet. The script is meant to be called from within other scripts. An outer loop runs once for every row in the array ...