ref keyword in C# to C++/CLI

  • Thread starter Thread starter Jerry.Mouse
  • Start date Start date
J

Jerry.Mouse

Guest
Hello, I need a small help. :) I need to convert a sequence with ref keyword in C# to C++/CLI. So in C# I have this:

1336800.jpg

and output is this:

1336801.jpg

and I tried to convert the C# code to c++/CLI:

1336802.jpg

but the output is equal to >0 >0.

Can someone help me ? I do not know how to create the String^% and uint% parameters.

Many thanks.

Jerry

Continue reading...
 
Back
Top