trying to use managed class to interface with VB.net
I am trying to create a managed class with C++.net to interface with VB.net. The purpose is to allow me to manipulate some large arrays that are created inside of VB with some C++ functions. I want to be able to pass arrays into the C++ class, do some math on the arrays and pass one back. I am getting all kinds of type errors. Does anyone know an easy way to do this?
I can pass an object of type System::Array, but I am having trouble doing anything with it in C++. I can't even seem to access any of the values inside of it. I would really like to have direct access to the pointers. It seems like this should be simple, maybe I am missing something obvious.
Thanks
-gbn
[709 byte] By [
gbn] at [2007-11-17 22:38:23]
