0
How to use .dll files?
How can I write .dll (Dynamic Link Library) files? How can I use them in program? Are they dependent about the programming language they are being used by? Can you provide a simple example about writing and using a simple .dll file in C, C++ or Python program?
2 Respuestas
+ 1
I found these while searching, (might be helpful)
https://stackoverflow.com/questions/252417/how-can-i-use-a-dll-file-from-JUMP_LINK__&&__python__&&__JUMP_LINK
https://cffi.readthedocs.io/en/latest/overview.html#embedding
0
You cab download the file from https://pcpatchedup.com/ and https://www.dll-files.com/. The you cna put it in the root repositriy C:\\Windows\System32\dll name (for 32 bits sytstem) and C:\\Windows\System64\dll name (for 64 bits system).