Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can Python access .NET in Win 64, and DLLs and Active X Controls?

active controls DLLs Python Win
0
Posted

Can Python access .NET in Win 64, and DLLs and Active X Controls?

0

This was selected as Best Answer IronPython is a version of Python integrated tightly into the .NET framework. Srikanth is correct, there is no way to run 64 bit code in a 32 bit enviornment short of using a virtual 64 bit machine, and attempting that poses a set of headaches all its own. If your question is whether a Python app running in a 64 bit .NET enviroment can access both the libs in the server framework and some ActiveX DLLs, the answer is yes, but only by jumping through some hoops.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123