在 C++ 中解析/执行 C# 代码(在 Linux 上)?
我希望能够向我的应用程序添加脚本功能。我正在考虑的语言绑定之一是 C#(也可能是 VB.Net)。
挑战是这样的:
- 我的应用程序是用 C++ 开发的
- 我的应用程序在 Linux 上运行
我知道 Mono,但我不知道(到目前为止),需要什么才能让我的 C++ 应用程序(在 Linux 上运行)能够使用 .网络语言。
- 这可行吗?
- 我想这样做是不是疯了?
- 如果我不疯狂,任何人都可以提供一些关于如何实施此操作的指南吗?
有帮助、提示、想法、建议吗?
I want to be able to add scripting functionality to my application. One of the language bindings I am considering is C# (and possibly VB.Net).
The challenge is this:
- My application is developed in C++
- My application runs on Linux
I am aware of Mono, but I dont know (as yet), what is required to allow my C++ appliaction (running on linux), to be scriptable with .Net languages.
- Is this feasible?
- Am I crazy for even thinking of doing this?
- If I'm not crazy, can anyone provide some guidelines on how to go about implementing this?
Help, tips, ideas, suggestions anyone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mono 框架有一个专门设计的选项,允许嵌入到 C/C++ 应用程序中。我的建议是花一些时间阅读文档。
The Mono framework has an option specifically designed to allow embedding in C / C++ application. My suggestion would be to spend some time reading the documentation.