![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#11
| |||
| |||
|
|
Hello Peter, A feedback system whereby the DLL passes the settings back to the main app for storage and retreval. |
|
DLLs should not, ever, have config files. |
#12
| |||
| |||
|
|
A feedback system whereby the DLL passes the settings back to the main app for storage and retreval. |
#13
| |||
| |||
|
|
A feedback system whereby the DLL passes the settings back to the main app for storage and retreval. If I understand you correctly, you mean something like this: public interface IAppInterface { ... public void LoadPluginSettings(string PluginName, out string [] Settings); public void SavePluginSettings(string PluginName, string [] Settings); } IAppInterface is of course accessible from the plugin(s). I realize that this might not be exactly what you mean, but maybe close? |
|
-- Regards, Peter |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |