Skip to content Skip to sidebar Skip to footer
Showing posts with the label Static Libraries

I Cannot Build Python.dll As A Static Library (/mtd) Using Visual Studio

I am working with the 3.6.4 source release of Python. I have no trouble building it with Visual Stu… Read more I Cannot Build Python.dll As A Static Library (/mtd) Using Visual Studio

I Have 2 Very Similar C Functions Being Called From Python And Java. How Can I Combine The 2 Libraries Into 1 That Can Be Called From Both Languages?

Basically I have 2 implementations of a C function 'encrypt' which I call from python using… Read more I Have 2 Very Similar C Functions Being Called From Python And Java. How Can I Combine The 2 Libraries Into 1 That Can Be Called From Both Languages?