So.. i need to send from VB6 a STRUCTURED ARRAY into a VC++ DLL!!
i just prepared this 2 file:
VB6 EXE FILE
------------
public type secondarr
value1 as long
value2 as long
end type
publit type strarr
superarr() as secondarr
value3 as long
end type
Private Declare...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.