<r>To handle array my guess would be to use pointer : summation should be defined as double __stdcall summation(double* y, int n)and declared in vb as Declare Function summation _Lib "C:\Visual Studio 2005\Projects\Filter\debug\Filter.dll" _(Byref a As Double, ByVal b As Integer) As Doublenote the b...