Hey. I’m trying to get this code http://www.codeguru.com/Cpp/W-P/files/inifiles/article.php/c4455/#more to compile under a CLR WinForms app I’m making.
But what is the right syntax? A CString under CLR is to be written System::String but what about CStringList? (I figure it’s a string array)
Hey. I’m trying to get this code http://www.codeguru.com/Cpp/W-P/files/inifiles/article.php/c4455/#more to compile under a CLR WinForms
Share
What do you mean by CLR equivalent?
If you mean plain C# then this will do:
or:
If you mean C++/CLI by CLR equivalent then something like this should work:
or: