News

The reasons for this are twofold: the main problem is that arrays are not pointers and the second inconvenience is the so called pointer decay. Passing an array to a function will decay the array to a ...
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 ...