R
RA Scheltema
hi all,
I have the following function defined in the header-file of a c++ project
struct DataType
{
...
};
long __stdcall my_func(DataType** ptr);
Now we have a double pointer (this has something to do with hidden
data-types, so this is un-avoidable). My question is, how would i go about
calling this function from a visual basic project (complete with marshaling
code).
Any help would be greatly appreciated !
richard
I have the following function defined in the header-file of a c++ project
struct DataType
{
...
};
long __stdcall my_func(DataType** ptr);
Now we have a double pointer (this has something to do with hidden
data-types, so this is un-avoidable). My question is, how would i go about
calling this function from a visual basic project (complete with marshaling
code).
Any help would be greatly appreciated !
richard