Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: passing structures between VB and VB.NET


Message #1 by "Sairam Rangachari" <rangsai@i...> on Mon, 7 Oct 2002 14:12:49 -0500
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




  Return to Index