当我重新运行我的 C++ 程序时,更新 App.Config 不会更新值?

时间:2021-06-16 18:50:41

标签: c++ config

我有一个使用 App.config 文件的 C++ 程序。它从这个配置中读取值并在我的程序中使用它们。当我停止我的程序并更新值时,当我重新运行它时它不会反映到我的程序中。

我的程序文件:

MyAppName.dll (Config)
App (Config, looks like txt file)

我的问题如下:

Why can't I use App.config to update the values.
Why is the MyAppName.dll a config file but is a .dll?
Is it bad to modify the MyAppName.dll to update the values?

0 个答案:

没有答案