Answer the question
In order to leave comments, you need to log in
How to pass variables/arguments from python to dll? And can it be done?
I want to learn how to link two languages python and labview together... For this I decided to use dll, but I ran into a problem: I can’t find information about it.... There is a very entertaining article on Habré called "dll&python", but as far as I understand, it describes the process of transferring functions from si to python using dll. Please tell me what is the name of my difficulty? Can it be solved? Where to read about it? Can you suggest a good example?
Answer the question
In order to leave comments, you need to log in
You need to write an interlayer, a small python module in c or c ++ (yes, actually on anything compiled, but the documentation is all for c), in which you connect your libview or whatever you need there and make the necessary calls, with preliminary conversion of
https data types ://habr.com/ru/post/466499/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question