Click here to Skip to main content
15,914,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I use a .NET DLL from Python?
How can I access a .NET DLL from a C program (not .NET)?
If I get an anwer to the second question, I will answer the first myself.

Working in Python, I use several DLL writen in C or C++, thanks to wrappers that can be easily written with ctypes.
However, the .NET DLL´s are different beasts...

Thanks,
Ignacio
Posted

1 solution

Did you try a simple google search? Try here: http://tinyurl.com/2bdrjby[^]

I would start there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900