Hi!
There is a function that will read input from the console: System::String^ mystring System::Console::ReadLine();
And i have another function that requires a PWSTR as input.
I have googled around but i can find no solution how to convert String to PWSTR.
I need this because i want to develop a p2p class for irrlicht using microsofts ipv6 standart and graphing technology.
Any Ideas?
convert System::String^ to PWSTR?
This page might help, maybe.
http://msdn2.microsoft.com/en-us/librar ... S.80).aspx
http://msdn2.microsoft.com/en-us/librar ... S.80).aspx
If you don't have anything nice to say, don't say anything at all.