【问题标题】:how to embed c++ code using ironpython?如何使用 Ironpython 嵌入 C++ 代码?
【发布时间】:2018-07-20 16:46:56
【问题描述】:
  1. 如何使用ironpython嵌入c++代码?

“#包括” 说错误,因为在文件夹 c:\ironpython27 中没有包含文件夹(*.h 文件)。

  1. 我们可以将 Ironpython 嵌入到 C++ 中吗?还是 IronPython 仅适用于 C#?

环境:win 7,VS 2015

【问题讨论】:

    标签: c++ visual-studio-2015 embed ironpython


    【解决方案1】:

    Iron python 实际上是用 C# 编写的,旨在扩展 DOT NET,例如C# & VB 无缝连接。因此,要嵌入 C++ 中,最好使用标准 python。

    https://www.infoworld.com/article/3096748/open-source-tools/python-for-net-rises-from-the-dead.html

    https://en.wikipedia.org/wiki/IronPython

    Iron Python : what are good uses for Iron Python

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-12
      • 1970-01-01
      • 2012-08-07
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多