How to Pass a List from a C++ Dll to C#

  • Thread starter Thread starter pianoboyCoder
  • Start date Start date
P

pianoboyCoder

Guest
I am trying to write a function that will return a List of records from a C++ DLl to C#, which contain of list of records in C++. The end goal is to export the function and call the function in C# and get the records. I know how to export the function in C++. However, can you point in the right direction in setting up the function in c++.

pianoboyCoder

Continue reading...
 
Back
Top