I am trying to use some libraries written in CSharp and access them in VB. I am using VB 2010. My problem is that vb will recognize all functions and subroutines within the project except for the functions that have a void* or void** pointer in the declaration of the function or sub. How would I go about programming a CSharp wrapper so that VB will recognize the appropriate code. I downloaded the libraries from the nasa website for creating and reading CDF data files as follows:
cdf.gsfc.nasa.gov/html/Version/V3500/sw_and_docs.html
Any and all help is greatly appreciated.
Thanks.