GTK配置源码
我正在使用 Mono 和 Gtk# 开发跨平台(Windows、Linux)桌面应用程序。应用程序将有一些配置。我有一个关于存储配置数据的问题。最好的地方在哪里?我本来打算使用 sqlite db,但我发现 gtk# 也支持 gconf。 mono gconf 包装器可以在 Windows 上运行吗?如果是,它将在哪里存储配置?或者 gconf 不是跨平台应用程序的好地方?
I am developing cross platform(Windows, Linux) desktop application using Mono and Gtk#. Application will have some configuration. And I have a question about storing configuration data. Where is the best place for it? I was going to use sqlite db for it, but I found that gtk# also support gconf.
Does mono gconf wrapper works on Windows? And if yes, where it will store configuration? Or gconf isn't good place for cross platform application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注册表类适用于单声道,如果您只需要简单的设置,它们可能会对您有所帮助。
请参阅 Mono:应用程序可移植性
The registry classes work on mono, They may be of some help to you if you only want simple settings.
See Mono: Application Portability