VB6 Subscript out of range error at compile time -
i using .net dll in vb6 project. when try call dll method vb6 class, method available intellisense in vb6 editor when compile "subscript out of range" error on method call. think "subscript out of range" runtime error, here got @ compile time. have ideas causes of compile error?
you trying access array exceeding boundaries. hence subscript out of range
Comments
Post a Comment