App.Config File
Managed C++/CLI
4
Posts
2
Posters
0
Views
1
Watching
-
How do I get values from the section in the app.config file in managed C++?
-
How do I get values from the section in the app.config file in managed C++?
-
I know how to use that in C# but I'm having trouble using it in C++. Do you have any sample syntax for this... I'm a little new to C++ syntax. Thanks
-
I know how to use that in C# but I'm having trouble using it in C++. Do you have any sample syntax for this... I'm a little new to C++ syntax. Thanks
Ok I got it. In C++ .Net you have to copy the file and rename it yourself. In C# and VB.Net It will do that for you. Thanks