Member Avatar for nalasimbha
nalasimbha

Hello all,

I have a question regarding calling a C++ dll from vb.net

My C++ dll has a function that takes char **data as a parameter like this for example.

extern "C" int fn(char **y_data)

How exactly can I pass a string array to the dll from vb.net.

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.