简体   繁体   English

如何创建一个界面,允许我访问使用 python 中的 MFC 实现的 C++ 中的按钮(和其他 ui)功能?

[英]How do I create an interface that allows me to access button(and other ui) functions in C++ implemented using MFC from python?

I am in the process of creating an automated testing framework in python.我正在 python 中创建一个自动化测试框架。 I would like to create an architecture that can access ui functions that are called below the ui layer in C++, using python.我想创建一个架构,可以使用 python 访问 C++ 中 ui 层下方调用的 ui 函数。 I am struggling to bridge this gap.我正在努力弥合这个差距。

If IronPython is an option, just create a .NET assembly with it and use .NET interoperability from within your MFC GUI Framework.如果IronPython是一个选项,只需使用它创建一个 .NET 程序集并使用 MFC GUI 框架内的 .NET 互操作性。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从头开始创建一个表,让我使用 python 获取每个用户的最后订单? - How can I create from scratch a table that allows me to get the last order of each user using python? 如何在其他函数可以在python中访问的函数中创建变量? - How do I create a variable in a function that other functions can access in python? 如何从C ++创建Python小数对象? - How do I create a Python Decimal object from C++? 如何使用Python C / C ++接口将实例成员函数作为PyCFunction类型传递 - How do I pass a instance member function as a PyCFunction type using the Python C/C++ Interface 是否有一个 Python 模块允许我创建像 CMD 这样的命令行界面? - Is there a Python module that allows me to create a command line interface like CMD? 如何从python访问C ++ dll中的函数,我只有一个包(标头文件和dll文件) - How to access functions in a C++ dll from python ,all I have is a package(a header file and a dll file) 如何从python中的其他函数访问变量 - How to access variables from other functions in python 如何在 Visual Studio 代码中调试从 f2py 接口调用共享库中的 c 函数的 python 程序 - How do I debug in visual studio code a python program that calls c functions in a shared library from a f2py interface 如何使用本机Python / C API从C ++创建python自定义类型? - How can I create python custom types from C++ using native Python/C API? 如何使用QT / python从Javascript调用C ++函数? - how to invoke C++ functions from Javascript using QT/python?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM