简体   繁体   中英

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. I would like to create an architecture that can access ui functions that are called below the ui layer in C++, using python. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM