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:
and output is this:
and I tried to convert the C# code to c++/CLI:
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...
and output is this:
and I tried to convert the C# code to c++/CLI:
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...