aspx thread: passing structures between VB and VB.NET
I have to pass a structure from VB.NET to a function which i wrote in th e VB DLL. I always get the error "error loading the DLL", so the only way i could work around it is write a converter function VB, like public function test(byref vTest as object) VBStructure.x =3D vTest.x . . . end function is this the right way to do it, or is there an easier way ??? Thanks in advance --s
|





