Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hello everyone , I'm recently developing some windows phone apps and I need to use some c++ libraries but I found some problems with the ref class and Platform::String ,Platform::Array which provides really low performance when calling both from c# and other ref class in c++...

it seems that calling ref new String() and simply adding two Strings using '+' is much slower than both System.String in c# and wstring in standard c++... Is there any solutions ? Because these are the only ways to return a string or array from native code to managed code and it seems that I have to use that ...

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900