Python development - miscellaneous notes on Python mixed programming of Python and C/C + +

Python is a scripting language that can do many things. This article will explain how to use Python to call C/C + libraries. For the creation of C/C + + library, please refer to the author's previous articles. Here, only the creation process under Window is given. Static and dynamic libraries (Windows version) Static and dynamic libraries (L ...

Added by James Bond 007 on Sat, 25 Dec 2021 03:46:20 +0200

Windows Experiment 2 - C#Call DLL Operation Registry

1 Experimental content: Call DLL with C#to implement operation on registry (advapi32.dll) This experiment is the first attempt to use windows DLL content. I use Runtime Dynamic Link (using DllImpot). The biggest problem encountered during the experiment is the function parameters (parameter type, number, role of each parameter). Introductio ...

Added by localhost on Tue, 05 Oct 2021 20:23:28 +0300